Vodafonepay Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vodafonepay 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/334856.svg" alt="Vodafonepay icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334856.svg" alt="Vodafonepay icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334856.svg" alt="Vodafonepay icon" :width="24" :height="24" />
CSS background
.icon-vodafonepay {
background-image: url('https://proicons.com/icon/334856.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M9.9693,29.4219c-.0148,11.947,13.96,18.439,23.081,10.724,9.1209-7.7149,5.0366-22.573-6.7474-24.54.0321-.5473.1694-1.0832.4044-1.5785,1.422-3.3136,6.3924-8.2057,10.137-9.5172-17.572-.0069-26.874,10.796-26.874,24.911l-.001.0007Z"/><path class="c" d="M15.0802,31.1529v-8h2.619c1.4807,0,2.681,1.2029,2.681,2.6867s-1.2003,2.6867-2.681,2.6867h-2.619"/><path class="c" d="M32.0952,29.1529v2.7c0,1.1046-.8954,2-2,2-.5523,0-1.0523-.2238-1.4142-.5858"/><path class="c" d="M32.0952,25.8529v3.3c0,1.1046-.8954,2-2,2s-2-.8954-2-2v-3.3"/><path class="c" d="M26.2342,29.1529c0,1.1046-.8886,2-1.9848,2h-.6966c-.7262,0-1.3149-.5932-1.3149-1.325s.5887-1.325,1.3149-1.325h2.6851"/><path class="c" d="M22.7342,26.3779c.482-.4827.8197-.525,1.75-.525,1.0561,0,1.75.4645,1.75,1.7201v3.5799"/></svg>
Copied!