Mavi Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mavi 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/343499.svg" alt="Mavi icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343499.svg" alt="Mavi icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343499.svg" alt="Mavi icon" :width="24" :height="24" />
CSS background
.icon-mavi {
background-image: url('https://proicons.com/icon/343499.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.c{fill:#fff;stroke-width:0px;}</style></defs><circle class="b" cx="24" cy="24" r="21.5"/><polyline class="b" points="33.18 21.3 31.18 26.7 29.18 21.3"/><path class="b" d="m11.65,23.3c0-1.1.9-2,2-2h0c1.1,0,2,.9,2,2v3.3"/><line class="b" x1="11.65" y1="21.3" x2="11.65" y2="26.7"/><path class="b" d="m15.65,23.3c0-1.1.9-2,2-2h0c1.1,0,2,.9,2,2v3.3"/><circle class="c" cx="36.147" cy="18.9" r=".7"/><line class="b" x1="36.147" y1="21.3" x2="36.147" y2="26.7"/><path class="b" d="m26.418,24.7c0,1.1-.9,2-2,2h0c-1.1,0-2-.9-2-2v-1.3c0-1.1.9-2,2-2h0c1.1,0,2,.9,2,2"/><line class="b" x1="26.418" y1="26.7" x2="26.418" y2="21.3"/></svg>
Copied!