Mimo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mimo 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/343847.svg" alt="Mimo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343847.svg" alt="Mimo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343847.svg" alt="Mimo icon" :width="24" :height="24" />
CSS background
.icon-mimo {
background-image: url('https://proicons.com/icon/343847.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M19.18,4.6841A58.598,58.598,0,0,1,33.6461,9.4929c3.16,1.6259,4.1794,4.4886,3.4615,7.9687a31.0724,31.0724,0,0,1-2.5212,8.0617,8.0138,8.0138,0,0,1-8.5579,4.3454A38.4647,38.4647,0,0,1,11.1938,24.25C8.2711,22.2288,7.6,19.5968,8.3952,16.1337a24.8069,24.8069,0,0,1,2.4476-7.3251C12.8527,5.4384,15.7034,3.948,19.18,4.6841Z"/><path class="a" d="M23.957,19.3676l1.1558-2.7753a1.6188,1.6188,0,1,1,2.9888,1.2447l-1.1558,2.7754a1.6188,1.6188,0,0,1-2.9888-1.2448Z"/><path class="a" d="M14.556,15.3353A1.9888,1.9888,0,0,1,18.2354,16.82"/><path class="a" d="M36.9784,19.1592A15.3213,15.3213,0,1,1,9.9967,23.5206"/><path class="a" d="M14.1332,29.6881s2.0625,5.23,5.3035,3.0938"/></svg>
Copied!