Recharge Mobile Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Recharge Mobile 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/346556.svg" alt="Recharge Mobile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346556.svg" alt="Recharge Mobile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346556.svg" alt="Recharge Mobile icon" :width="24" :height="24" />
CSS background
.icon-recharge-mobile {
background-image: url('https://proicons.com/icon/346556.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="m42.421 15.776c.35606 2.2654-.50013 4.7911-2.2807 7.2431m-2.7602 3.071c-2.2906 2.1193-5.2454 4.0595-8.6472 5.5689-8.4813 3.7631-17.308 3.7916-21.224.06828m-1.9266-3.5039c-.49162-3.0438 1.2118-6.5524 4.4107-9.7231m18.882-8.8358c4.9306-.55678 9.2362.30485 11.659 2.5901"/><path class="d" d="m12.001 38.501v-2.4238m0-4.1504v-22.426h9.8819c5.5869 0 10.116 4.3605 10.116 9.7393s-4.5289 9.7393-10.116 9.7393h-9.8819"/><path class="d" d="m21.887 28.982 2.3204 2.2327m3.2441 3.1215 4.3212 4.1578"/><path class="d" d="m41.284 31.958c-.40711 1.4752-1.5878 2.7124-3.2051 3.1458-2.4007.64326-4.8539-.72835-5.4796-3.0635m-.86838-4.2046c.14902-1.81 1.4463-3.4277 3.3457-3.9366 2.4007-.64325 4.8539.72835 5.4796 3.0635l.36821 1.3742-4.6249 1.2392"/><circle class="d" cx="6.5" cy="30" r="2"/><circle class="d" cx="41.5" cy="14" r="2"/></svg>
Copied!