Fwallet Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fwallet 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/340892.svg" alt="Fwallet icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340892.svg" alt="Fwallet icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340892.svg" alt="Fwallet icon" :width="24" :height="24" />
CSS background
.icon-fwallet {
background-image: url('https://proicons.com/icon/340892.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polyline class="c" points="43.5 22.8821 31.5831 30.1479 4.5 22.9408"/><path class="c" d="m4.5,22.4337c0-3.5406,2.6211-6.4109,5.8543-6.4109h27.2914c3.2332,0,5.8543,2.8703,5.8543,6.4109"/><path class="c" d="m10.3543,9.6021h27.2914c3.2332,0,5.8543,2.6303,5.8543,5.875v17.0457c0,3.2447-2.6211,5.875-5.8543,5.875H10.3543c-3.2332,0-5.8543-2.6303-5.8543-5.875V15.4772c0-3.2447,2.6211-5.875,5.8543-5.875t0,0Z"/></svg>
Copied!