Zos Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Zos 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/319457.svg" alt="Zos icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319457.svg" alt="Zos icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319457.svg" alt="Zos icon" :width="24" :height="24" />
CSS background
.icon-zos {
background-image: url('https://proicons.com/icon/319457.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="icon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<defs>
<style>
.cls-1 {
fill: none;
}
</style>
</defs>
<path d="M30,22h-5v-2h5v-3h-3c-1.1028,0-2-.8972-2-2v-3c0-1.1028,.8972-2,2-2h5v2h-5v3h3c1.1028,0,2,.8972,2,2v3c0,1.1028-.8972,2-2,2Z"/>
<path d="M21,22h-3c-1.1028,0-2-.8972-2-2V12c0-1.1028,.8972-2,2-2h3c1.1028,0,2,.8972,2,2v8c0,1.1028-.8972,2-2,2Zm-3-10v8h3V12h-3Z"/>
<polygon points="11.9458 10 7.9458 22 10.0542 22 14.0542 10 11.9458 10"/>
<polygon points="6 22 0 22 0 19.6973 3.7981 14 0 14 0 12 6 12 6 14.3027 2.2019 20 6 20 6 22"/>
<rect id="_Transparent_Rectangle_" data-name="&lt;Transparent Rectangle&gt;" class="cls-1" x="0" width="32" height="32"/>
</svg>
Copied!