Recharge Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Recharge icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/346555.svg" alt="Recharge icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346555.svg" alt="Recharge icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346555.svg" alt="Recharge icon" :width="24" :height="24" />
CSS background
.icon-recharge {
background-image: url('https://proicons.com/icon/346555.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="e" cx="33.48648649" cy="24" r="10.01351351"/><path class="e" d="M20.96959459,34.01351351c-3.57746856-.00001608-6.88317876-1.90857913-8.67191304-5.00675676-1.78874232-3.0981917-1.78874232-6.91532181,0-10.01351351,1.78873428-3.09817763,5.09444448-5.00674067,8.67191304-5.00675676v20.02702703Z"/><path class="e" d="M8.4527027,32.67170396c-2.44593031-1.78873428-3.95269014-5.09444448-3.9527027-8.67191304.00001257-3.57746856,1.50677239-6.88317876,3.9527027-8.67191304v17.34382609Z"/></svg>
Copied!