Infinix Wallet Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Infinix Wallet 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/327425.svg" alt="Infinix Wallet icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327425.svg" alt="Infinix Wallet icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327425.svg" alt="Infinix Wallet icon" :width="24" :height="24" />
CSS background
.icon-infinix-wallet {
background-image: url('https://proicons.com/icon/327425.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M22.02,42.5l17.7947-17.7777c2.1061-2.0938,2.1162-5.4985.0224-7.6046-.0074-.0075-.0149-.0149-.0224-.0224l-10.0187-10.0107c-2.1007-2.1078-5.5124-2.1135-7.6202-.0128-.0043.0043-.0085.0085-.0128.0128l-13.9782,13.9682c-2.1059,2.0941-2.1154,5.4988-.0214,7.6046.0071.0071.0142.0143.0214.0214l13.8352,13.8212,12.7483-3.6715c1.8138-.5219,1.9917-2.2027.9029-3.1316l-3.3796-2.8846"/></svg>
Copied!