File Zip Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The File Zip 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/307165.svg" alt="File Zip icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307165.svg" alt="File Zip icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307165.svg" alt="File Zip icon" :width="24" :height="24" />
CSS background
.icon-file-zip {
background-image: url('https://proicons.com/icon/307165.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M2 6V4.5C2 3.67157 2.67157 3 3.5 3H5.58579C5.71839 3 5.84557 3.05268 5.93934 3.14645L7.29289 4.5L5.93934 5.85355C5.84557 5.94732 5.71839 6 5.58579 6H2ZM3.5 2C2.11929 2 1 3.11929 1 4.5V11.5C1 12.8807 2.11929 14 3.5 14H12.5C13.8807 14 15 12.8807 15 11.5V6.5C15 5.11929 13.8807 4 12.5 4H8.20711L6.64645 2.43934C6.36514 2.15804 5.98361 2 5.58579 2H3.5ZM9 5V7.5C9 7.77614 9.22386 8 9.5 8H10V9H9.5C9.22386 9 9 9.22386 9 9.5C9 9.77614 9.22386 10 9.5 10H10V11H9.5C9.22386 11 9 11.2239 9 11.5C9 11.7761 9.22386 12 9.5 12H10V13H3.5C2.67157 13 2 12.3284 2 11.5V7H5.58579C5.98361 7 6.36514 6.84197 6.64645 6.56066L8.20711 5H9ZM11 13V11H11.5C11.7761 11 12 10.7761 12 10.5C12 10.2239 11.7761 10 11.5 10H11V8H11.5C11.7761 8 12 7.77614 12 7.5V5H12.5C13.3284 5 14 5.67157 14 6.5V11.5C14 12.3284 13.3284 13 12.5 13H11ZM11 5V7H10V5H11Z"/></svg>
File Zip in other icon packs
Copied!