Zlib Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Zlib 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/335614.svg" alt="Zlib icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335614.svg" alt="Zlib icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335614.svg" alt="Zlib icon" :width="24" :height="24" />
CSS background
.icon-zlib {
background-image: url('https://proicons.com/icon/335614.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="a" x1="24" y1="26.7146" x2="24" y2="6.0441"/><line class="a" x1="21.0558" y1="6.0441" x2="23.9447" y2="26.5153"/><line class="a" x1="18.1115" y1="5.7452" x2="24" y2="26.7146"/><polygon class="a" points="25.256 26.715 32.777 5.546 38.206 4.5 27.996 31.446 20.004 31.446 9.794 4.5 15.223 5.546 22.744 26.715 25.256 26.715"/><polyline class="a" points="26.352 31.446 26.352 43.5 24.055 41.203 21.648 43.5 21.648 31.446"/><line class="a" x1="26.9442" y1="6.0441" x2="24.0553" y2="26.5153"/><line class="a" x1="29.8885" y1="5.7452" x2="24" y2="26.7146"/></svg>
Copied!