Materialos Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Materialos 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/328918.svg" alt="Materialos icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328918.svg" alt="Materialos icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328918.svg" alt="Materialos icon" :width="24" :height="24" />
CSS background
.icon-materialos {
background-image: url('https://proicons.com/icon/328918.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="M33.9617,24a9.96,9.96,0,0,0-17.5838-6.4113l-.0035-.0031a4.1472,4.1472,0,0,1-3.2631,1.3286,6.302,6.302,0,0,1-5.89-8.5406A15.83,15.83,0,0,0,30.6119,31.4484c.0544-.0484.27-.2429.3229-.2928l-.004-.0038A9.9292,9.9292,0,0,0,33.9617,24Z"/><circle class="a" cx="24" cy="24" r="5.5"/><path class="a" d="M18.0567,7.981A6.3026,6.3026,0,0,1,21.7707,2.5,15.828,15.828,0,0,0,8.47,16.8747"/><path class="a" d="M31.1253,8.47a6.3026,6.3026,0,0,1,6.5011-1.2489A15.8307,15.8307,0,0,0,12.5336,18.8869"/><path class="a" d="M40.0188,18.0567A6.3025,6.3025,0,0,1,45.5,21.7707,15.834,15.834,0,0,0,15.1041,18.52"/><path class="a" d="M39.5805,31.1806a6.3026,6.3026,0,0,1,1.1987,6.4458A15.83,15.83,0,0,0,17.3881,16.5516"/><path class="a" d="M29.9433,40.02a6.3026,6.3026,0,0,1-3.714,5.48,15.83,15.83,0,0,0-1.6378-31.4421"/><path class="a" d="M16.8748,39.53a6.3026,6.3026,0,0,1-6.5012,1.249A15.83,15.83,0,0,0,31.4484,17.3881"/><path class="a" d="M7.98,29.9432A6.3024,6.3024,0,0,1,2.5,26.2293a15.83,15.83,0,0,0,31.4421-1.6378"/></svg>
Copied!