Archive 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 { IconArchive } from "@devigner-ui/icons";
<IconArchive className="size-6" />
<script setup>
import { IconArchive } from "@devigner-ui/icons-vue";
</script>
<template>
<IconArchive class="size-6" />
</template>
<script>
import { IconArchive } from "@devigner-ui/icons-svelte";
</script>
<IconArchive class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 12c0-.47 0-.7.08-.88a1 1 0 0 1 .54-.54c.18-.08.41-.08.88-.08h3c.47 0 .7 0 .88.08q.38.17.54.54c.08.18.08.41.08.88s0 .7-.08.88a1 1 0 0 1-.54.54c-.18.08-.41.08-.88.08h-3c-.47 0-.7 0-.88-.08a1 1 0 0 1-.54-.54C9 12.7 9 12.47 9 12" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M20.5 7v6c0 3.77 0 5.66-1.17 6.83S16.27 21 12.5 21h-1c-3.77 0-5.66 0-6.83-1.17S3.5 16.77 3.5 13V7" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M2 5c0-.94 0-1.41.3-1.7C2.58 3 3.05 3 4 3h16c.94 0 1.41 0 1.7.3.3.29.3.76.3 1.7s0 1.41-.3 1.7c-.29.3-.76.3-1.7.3H4c-.94 0-1.41 0-1.7-.3C2 6.42 2 5.95 2 5" stroke="currentColor" stroke-width="1.5"></path></svg>