Muzei Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Muzei 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/344272.svg" alt="Muzei icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344272.svg" alt="Muzei icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344272.svg" alt="Muzei icon" :width="24" :height="24" />
CSS background
.icon-muzei {
background-image: url('https://proicons.com/icon/344272.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="M24,2.5A21.51,21.51,0,0,0,2.5,24h0A21.51,21.51,0,0,0,24,45.5h0a21.5,21.5,0,0,0,0-43Z"/><path class="a" d="M2.7,21.07c12.88-2.53,24.72-9,33-15.09"/><path class="a" d="M8.27,38.65A75.32,75.32,0,0,0,28.67,32a94.07,94.07,0,0,0,16.7-10.36"/><path class="a" d="M13.75,5.1A6.73,6.73,0,1,0,26.84,2.69"/><path class="a" d="M28.67,32a5.91,5.91,0,1,0,9.26-5.14"/><path class="a" d="M23.22,28.53C24.13,25.25,25.09,20,23,20c-1.23,0-4.59,3.1-6.27,8.49l1.83-9.06-3.2.34"/><path class="a" d="M23.22,28.53c1.68-5.39,5.27-8.22,6.49-8.22,2.14,0,1,4.94-.52,8.22a3.78,3.78,0,0,0,3.5-2.6"/></svg>
Copied!