Minhaoi Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Minhaoi 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/343879.svg" alt="Minhaoi icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343879.svg" alt="Minhaoi icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343879.svg" alt="Minhaoi icon" :width="24" :height="24" />
CSS background
.icon-minhaoi {
background-image: url('https://proicons.com/icon/343879.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;}.b{fill:#fff;}</style></defs><path class="a" d="M21.648,30.4034a3.3967,3.3967,0,0,1-3.4541-3.3554V24.8769a3.4557,3.4557,0,0,1,6.9082,0v2.1785a3.4141,3.4141,0,0,1-3.4541,3.3517Z"/><circle class="b" cx="29.0496" cy="18.8104" r="0.75"/><path class="a" d="M29.05,21.5215v8.8819"/><path class="a" d="M5.3645,22.2774C5.41,16.6126,8.4382,12.1513,12.2726,8.942s8.6661-4.4844,14.31-4.4409,14.1708,4.5777,15.79,9.8688-4.7142,8.9023-5.9212,13.3228.786,9.9875-1.48,12.83-5.4249,3.0561-8.3885,2.9606C12.76,43.0377,5.3374,34.103,5.3645,22.2774Z"/></svg>
Copied!