Muzei Source Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Muzei Source 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/344273.svg" alt="Muzei Source icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344273.svg" alt="Muzei Source icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344273.svg" alt="Muzei Source icon" :width="24" :height="24" />
CSS background
.icon-muzei-source {
background-image: url('https://proicons.com/icon/344273.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="f" d="M24,2.5c-11.8718.0055-21.4945,9.6282-21.5,21.5h0c.0055,11.8718,9.6282,21.4945,21.5,21.5h0c11.8741,0,21.5-9.6259,21.5-21.5S35.8741,2.5,24,2.5Z"/><path class="f" d="M2.7,21.07c12.88-2.53,24.72-9,33-15.09"/><path class="f" d="M8.27,38.65c7.0825-1.2318,13.9522-3.4712,20.4-6.65,5.9131-2.8608,11.5103-6.3331,16.7-10.36"/><path class="f" d="M13.75,5.1c.1213,3.7149,3.2312,6.6281,6.9461,6.5068,3.7149-.1213,6.6281-3.2312,6.5068-6.9461-.0219-.6713-.1442-1.3356-.3628-1.9707"/><path class="f" d="M28.67,32c.1522,3.2605,2.9187,5.7802,6.1792,5.628,3.2605-.1522,5.7802-2.9187,5.628-6.1792-.0861-1.8434-1.0282-3.5408-2.5471-4.5888"/></svg>
Copied!