Stratum Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Stratum 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/347927.svg" alt="Stratum icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347927.svg" alt="Stratum icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347927.svg" alt="Stratum icon" :width="24" :height="24" />
CSS background
.icon-stratum {
background-image: url('https://proicons.com/icon/347927.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><path class="b" d="M41.4874,15.2913l-14.7549-8.2158c-1.6989-.946-3.7661-.946-5.465,0L6.5126,15.2913c-1.3501.7518-1.3501,2.6938,0,3.4456l14.7549,8.2158c1.6989.946,3.7661.946,5.465,0l14.7549-8.2158c1.3501-.7518,1.3501-2.6938,0-3.4456Z"/><path class="b" d="M38.3078,20.5082l3.1789,1.7687c1.3504.7529,1.3504,2.6949,0,3.4478l-3.1789,1.7687-11.5742,6.4474c-1.697.9441-3.7645.9441-5.4674,0l-11.5742-6.4474-3.1789-1.7687c-1.3504-.7529-1.3504-2.6949,0-3.4478l3.1789-1.7687"/><path class="b" d="M38.3078,27.4934l3.1789,1.7687c1.3504.7529,1.3504,2.6949,0,3.4478l-14.7531,8.2161c-1.697.9441-3.7645.9441-5.4674,0l-14.7531-8.2161c-1.3504-.7529-1.3504-2.6949,0-3.4478l3.1789-1.7687"/></svg>
Copied!