Zip Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Zip 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/350160.svg" alt="Zip icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/350160.svg" alt="Zip icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/350160.svg" alt="Zip icon" :width="24" :height="24" />
CSS background
.icon-zip {
background-image: url('https://proicons.com/icon/350160.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="M31.4064,28l-.6999-8h5.319c1.4807,0,2.7862,1.2029,2.916,2.6867s-.9652,2.6867-2.4459,2.6867h-5.319"/><polyline class="b" points="9.048 20 17.048 20 9.748 28 17.748 28"/><polygon class="b" points="28.9956 28 19.9956 28 19.2957 20 28.2957 20 28.9956 28"/><path class="b" d="M22.1018,16.6092c-.075-.8568-.8303-1.5514-1.6871-1.5514s-1.4906.6946-1.4157,1.5514.8303,1.5514,1.6871,1.5514,1.4906-.6946,1.4157-1.5514Z"/><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Zip in other icon packs
Copied!