Archive Up 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 { IconArchiveUp } from "@devigner-ui/icons";
<IconArchiveUp className="size-6" />
<script setup>
import { IconArchiveUp } from "@devigner-ui/icons-vue";
</script>
<template>
<IconArchiveUp class="size-6" />
</template>
<script>
import { IconArchiveUp } from "@devigner-ui/icons-svelte";
</script>
<IconArchiveUp class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 21v-9m0 0 3 3.33M12 12l-3 3.33" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></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>