Maif Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Maif 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/328810.svg" alt="Maif icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328810.svg" alt="Maif icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328810.svg" alt="Maif icon" :width="24" :height="24" />
CSS background
.icon-maif {
background-image: url('https://proicons.com/icon/328810.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>.l,.m{fill:none;stroke:#000;}.m{stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="m" d="m32.3711,8.7138L4.5,33.8058l39,5.4804-11.1289-30.5723Z"/><line id="d" class="m" x1="31.8593" y1="23.9998" x2="31.8593" y2="30.6381"/><polyline id="e" class="m" points="15.392 30.6308 15.392 23.9998 18.7112 30.6381 22.0303 24.0099 22.0303 30.6381"/><g id="f"><line id="g" class="m" x1="34.6164" y1="27.3189" x2="36.7738" y2="27.3189"/><polyline id="h" class="m" points="34.6164 30.6381 34.6164 23.9998 37.9355 23.9998"/></g><g id="i"><line id="j" class="l" x1="28.3802" y1="28.4175" x2="25.5044" y2="28.4175"/><polyline id="k" class="m" points="24.7874 30.6184 26.9448 23.9998 29.1022 30.6381"/></g></g></svg>
Copied!