Materialistic Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Materialistic 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/343475.svg" alt="Materialistic icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343475.svg" alt="Materialistic icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343475.svg" alt="Materialistic icon" :width="24" :height="24" />
CSS background
.icon-materialistic {
background-image: url('https://proicons.com/icon/343475.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="b" x="4.5" y="8.4" width="39" height="31.2" rx="4" ry="4"/><polyline class="b" points="10.2362 16.5433 11.9497 13.5758 13.6632 16.5433"/><polyline class="b" points="13.6636 18.9463 11.95 21.9148 10.2365 18.9463"/><polyline class="b" points="10.2362 29.0344 11.9497 26.0669 13.6632 29.0344"/><polyline class="b" points="13.6636 31.4374 11.95 34.4059 10.2365 31.4374"/><line class="b" x1="17.9234" y1="13.5758" x2="39.0332" y2="13.5758"/><line class="b" x1="39.0325" y1="17.7453" x2="21.6483" y2="17.7453"/><line class="b" x1="25.3733" y1="21.9148" x2="39.0332" y2="21.9148"/><line class="b" x1="17.9234" y1="26.0851" x2="39.0332" y2="26.0851"/><line class="b" x1="39.0325" y1="30.2546" x2="21.6483" y2="30.2546"/><line class="b" x1="25.3733" y1="34.4241" x2="39.0332" y2="34.4241"/></svg>
Copied!