Substratum Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Substratum 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/347979.svg" alt="Substratum icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347979.svg" alt="Substratum icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347979.svg" alt="Substratum icon" :width="24" :height="24" />
CSS background
.icon-substratum {
background-image: url('https://proicons.com/icon/347979.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M8.14,5.5h10a2.64,2.64,0,0,1,2.64,2.64V34.88a7.62,7.62,0,0,1-7.62,7.62h0A7.62,7.62,0,0,1,5.5,34.88V8.14A2.64,2.64,0,0,1,8.14,5.5Z"/><path class="a" d="M20.55,7.15A2.64,2.64,0,0,1,23.5,7l8.63,5a2.66,2.66,0,0,1,1.3,2.61"/><path class="a" d="M20.74,21.68l11.73-6.77a2.65,2.65,0,0,1,3.61,1l5,8.63a2.65,2.65,0,0,1-.18,2.91"/><path class="a" d="M20.74,27.26H39.86A2.64,2.64,0,0,1,42.5,29.9v10a2.64,2.64,0,0,1-2.64,2.64H13.12"/><circle class="a" cx="13.12" cy="34.88" r="3.3"/></svg>
Copied!