Fan Wallet Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fan 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/340262.svg" alt="Fan Wallet icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340262.svg" alt="Fan Wallet icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340262.svg" alt="Fan Wallet icon" :width="24" :height="24" />
CSS background
.icon-fan-wallet {
background-image: url('https://proicons.com/icon/340262.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="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M38.4203,27.4829c-.8404.4693-1.9021.1685-2.3714-.6719-.0002-.0004-.0004-.0008-.0007-.0012-.4691-.8401-.1687-1.9014.6711-2.3709L26.4162,6.0021c-.7908-1.4149-2.5656-1.919-3.9805-1.128l-13.9058,7.7687c-1.4149.7908-1.9178,2.5668-1.1268,3.9829l10.303,18.4368c.8401-.4691,1.9014-.1687,2.3709.6711.4705.8397.1713,1.9019-.6684,2.3724-.0005.0003-.001.0006-.0015.0008l2.1763,3.8936c.7908,1.4149,2.5668,1.9155,3.9817,1.1249l13.9058-7.7687c1.4149-.7908,1.9167-2.5645,1.1259-3.9794l-2.1765-3.8943Z"/><path class="cls-1" d="M24.7747,16.3467l-2.3254,13.19c-.2158,1.2245.6016,2.217,1.826,2.217h.665"/><line class="cls-1" x1="21.7994" y1="19.9987" x2="26.4503" y2="19.9987"/></svg>
Copied!