Zip File Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Zip File icon is commonly used in file managers, document editors and upload areas. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/335602.svg" alt="Zip File icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335602.svg" alt="Zip File icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335602.svg" alt="Zip File icon" :width="24" :height="24" />
CSS background
.icon-zip-file {
background-image: url('https://proicons.com/icon/335602.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="e" d="M39.5,15.5h-9c-1.104599,0-2-.89540005-2-2V4.5H10.5c-1.10459995,0-2,.89540005-2,2v35c0,1.104599.89540005,2,2,2h27c1.104599,0,2-.895401,2-2V15.5Z"/><line class="e" x1="28.5" y1="4.5" x2="39.5" y2="15.5"/><rect class="e" x="18.31496716" y="4.5" width="3.65717807" height="2.82152363"/><rect class="e" x="14.65778909" y="7.32152363" width="3.65717807" height="2.82152363"/><rect class="e" x="18.31496716" y="10.14304727" width="3.65717807" height="2.82152363"/><rect class="e" x="14.65778909" y="12.9645709" width="3.65717807" height="2.82152363"/><rect class="e" x="18.31496716" y="15.78609454" width="3.65717807" height="2.82152363"/><rect class="e" x="14.65778909" y="18.60761817" width="3.65717807" height="2.82152363"/><rect class="e" x="18.31496716" y="21.42914181" width="3.65717807" height="2.82152363"/><rect class="e" x="14.65778909" y="24.25066544" width="3.65717807" height="2.82152363"/><rect class="e" x="18.31496716" y="27.07218908" width="3.65717807" height="2.82152363"/></svg>
Copied!