Muj Albert Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Muj Albert 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/329658.svg" alt="Muj Albert icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329658.svg" alt="Muj Albert icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329658.svg" alt="Muj Albert icon" :width="24" :height="24" />
CSS background
.icon-muj-albert {
background-image: url('https://proicons.com/icon/329658.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M18.5491,16.8193c.8945-2.4009.0472-4.284-1.8359-4.8489-2.7305-.8473-7.1556,2.26-10.0273,7.2027a17.6077,17.6077,0,0,0-2.0714,5.555A8.0346,8.0346,0,0,0,6.121,30.9422a7.4827,7.4827,0,0,1-.4237-.9415c-1.13-2.9658,2.73-8.05,10.3568-12.0045"/><path class="a" d="M43.5,30.0479c.0471,3.3425-8.2384,6.12-18.5481,6.12-10.31.047-18.6893-2.6363-18.7364-6.0258-.0471-3.3424,8.2854-6.0728,18.5481-6.12C35.0731,23.9751,43.4528,26.6584,43.5,30.0479Z"/><path class="a" d="M27.9646,24.1163c4.5194-3.2954,6.7791-6.779,5.3667-8.7092-1.93-2.5421-9.6506-1.3652-17.277,2.5892S4.5677,27.035,5.6975,30.0008a6.7794,6.7794,0,0,0,1.6006,2.1185,3.0075,3.0075,0,0,1-1.0828-1.9772"/></svg>
Copied!