Imobile Pay Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Imobile Pay 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/327370.svg" alt="Imobile Pay icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327370.svg" alt="Imobile Pay icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327370.svg" alt="Imobile Pay icon" :width="24" :height="24" />
CSS background
.icon-imobile-pay {
background-image: url('https://proicons.com/icon/327370.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m33.7826,4.5c-12.9744,0-27.7087,17.2264-27.7087,28.6442,0,7.8368,3.6922,10.3558,7.5569,10.3558,10.3692,0,28.2953-7.5914,28.2953-28.9164,0-4.0028-1.3803-10.0836-8.1435-10.0836Z"/><path class="b" d="m24.8137,36.2096c5.749-2.0452,11.8074-7.0134,16.8119-17.4249"/><path class="b" d="m19.6822,10.2586c-7.3281,8.8453-9.4675,11.7438-9.4675,18.8867s5.0034,8.2816,7.4189,8.2816c.3496,0,.7053-.009,1.0666-.0279"/><path class="b" d="m25.3808,40.8294c-3.5631-4.5707,7.7117-24.141,1.8111-24.141-5.107,0-12.2315,6.3779-12.0428,8.4541.1035,1.1387,2.9805-1.1272,5.1544-.9508s.2286,11.5098-4.4766,19.0925"/><path class="b" d="m31.2415,7.4982c-2.4167,0-5.4637,3.4092-5.4637,5.536,0,1.4597.6877,1.9289,1.4076,1.9289,1.9838,0,6.017-1.7827,6.017-5.3861,0-.7456-.2897-2.0788-1.9609-2.0788Z"/></svg>
Copied!