Z I P File icon in outline, twotone, bold and bulk. Free in all four styles, for documents, attachments, clipboard, archive, editing. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconZIPFile } from "@devigner-ui/icons";
<IconZIPFile className="size-6" />
<script setup>
import { IconZIPFile } from "@devigner-ui/icons-vue";
</script>
<template>
<IconZIPFile class="size-6" />
</template>
<script>
import { IconZIPFile } from "@devigner-ui/icons-svelte";
</script>
<IconZIPFile class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M9.5 15.5v-.12c0-.49.4-.88.88-.88h3.24c.49 0 .88.4.88.88v.12a2.5 2.5 0 1 1-5 0" fill="currentColor" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" fill-rule="evenodd" clip-rule="evenodd" d="M10.5 1.25h-.03q-.33 0-.62.03c-.22.02-.5.1-.73.34-.24.23-.32.51-.34.73q-.04.3-.03.62v.56q0 .33.03.62a1.2 1.2 0 0 0 1.07 1.08q.3.02.62.02h.78v1h-.78q-.33 0-.62.03c-.22.02-.5.1-.73.34-.24.23-.32.51-.34.73q-.04.3-.03.62v.56q0 .33.03.62a1.2 1.2 0 0 0 1.07 1.08q.3.02.62.02h.78v.78q0 .33.03.62a1.2 1.2 0 0 0 1.07 1.08q.3.02.62.02h.56q.32 0 .62-.02a1.2 1.2 0 0 0 1.07-1.08q.04-.3.03-.62v-.56q0-.32-.03-.62c-.02-.22-.1-.5-.34-.73a1.2 1.2 0 0 0-.73-.34q-.3-.04-.62-.03h-.78v-1h.78q.32 0 .62-.02a1.2 1.2 0 0 0 1.07-1.08q.04-.3.03-.62v-.56q0-.32-.03-.62c-.02-.22-.1-.5-.34-.73a1.2 1.2 0 0 0-.73-.34q-.3-.04-.62-.03h-.78v-.78q0-.32-.03-.62c-.02-.22-.1-.5-.34-.73a1.2 1.2 0 0 0-.73-.34q-.3-.04-.62-.03zM10.25 3v-.25h1v1h-1zm0 5v-.25h1v1h-1zm2.5-2.75v1h1v-1zm0 5.25v-.25h1v1h-1z" fill="currentColor"></path><path d="M3 10c0-3.77 0-5.66 1.17-6.83S7.23 2 11 2h2c3.77 0 5.66 0 6.83 1.17S21 6.23 21 10v4c0 3.77 0 5.66-1.17 6.83S16.77 22 13 22h-2c-3.77 0-5.66 0-6.83-1.17S3 17.77 3 14z" stroke="currentColor" stroke-width="1.5"></path></svg>