Mi Finance Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mi Finance 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/343731.svg" alt="Mi Finance icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343731.svg" alt="Mi Finance icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343731.svg" alt="Mi Finance icon" :width="24" :height="24" />
CSS background
.icon-mi-finance {
background-image: url('https://proicons.com/icon/343731.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="M24.0005,14.9205c0,5.0145-4.065,9.0795-9.0794,9.0796-1.8839-2.3616-2.9205-5.3787-2.9205-8.5001,0-7.1797,5.3726-13,12-13,5.5044,0,10.303,4.0569,11.64,9.8413"/><path class="cls-1" d="M24.0005,33.0795c0-5.0145,4.065-9.0795,9.0794-9.0796,1.8839,2.3616,2.9205,5.3787,2.9205,8.5001,0,7.1797-5.3726,13-12,13-5.5044,0-10.303-4.0569-11.64-9.8413"/><path class="cls-1" d="M33.0795,23.9995c-5.0145,0-9.0795-4.065-9.0796-9.0794,2.3616-1.8839,5.3787-2.9205,8.5001-2.9205,7.1797,0,13,5.3726,13,12,0,5.5044-4.0569,10.303-9.8413,11.64"/><path class="cls-1" d="M14.9205,23.9995c5.0145,0,9.0795,4.065,9.0796,9.0794-2.3616,1.8839-5.3787,2.9205-8.5001,2.9205-7.1797,0-13-5.3726-13-12,0-5.5044,4.0569-10.303,9.8413-11.64"/></svg>
Copied!