Subz Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Subz 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/333429.svg" alt="Subz icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333429.svg" alt="Subz icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333429.svg" alt="Subz icon" :width="24" :height="24" />
CSS background
.icon-subz {
background-image: url('https://proicons.com/icon/333429.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M17.51,19.5l13,7.5-13,7.5v-15Z"/><path class="cls-1" d="M43.5,37.5v-21a2,2,0,0,0-2-2H6.5a2,2,0,0,0-2,2v21a2,2,0,0,0,2,2h35A2,2,0,0,0,43.5,37.5Z"/><path class="cls-1" d="M36.89,11.37V9.62A1.12,1.12,0,0,0,35.77,8.5H12.23a1.12,1.12,0,0,0-1.12,1.12v1.75"/><path class="cls-1" d="M39.89,14.5v-2a1.12,1.12,0,0,0-1.12-1.12H9.23a1.12,1.12,0,0,0-1.12,1.12v2"/></svg>
Copied!