Archive Down 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 { IconArchiveDown } from "@devigner-ui/icons";
<IconArchiveDown className="size-6" />
<script setup>
import { IconArchiveDown } from "@devigner-ui/icons-vue";
</script>
<template>
<IconArchiveDown class="size-6" />
</template>
<script>
import { IconArchiveDown } from "@devigner-ui/icons-svelte";
</script>
<IconArchiveDown 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="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><path d="M12 7v9m0 0 3-3.33M12 16l-3-3.33" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>