Materialious Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Materialious 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/328914.svg" alt="Materialious icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328914.svg" alt="Materialious icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328914.svg" alt="Materialious icon" :width="24" :height="24" />
CSS background
.icon-materialious {
background-image: url('https://proicons.com/icon/328914.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>.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><ellipse id="d" class="g" cx="17.2712" cy="9.6865" rx="1.3588" ry="1.3854"/><path id="e" class="g" d="M21.6783,29.3409l3.058,10.3581,18.7637-19.0487-25.8021-7.0843.9385,3.7196"/><path id="f" class="g" d="M11.5681,39.6735l18.7764-19.1895L4.5,13.4234l7.0681,26.2502Z"/></g></svg>
Copied!