Archive Add 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 { IconArchiveAdd } from "@devigner-ui/icons";
<IconArchiveAdd className="size-6" />
<script setup>
import { IconArchiveAdd } from "@devigner-ui/icons-vue";
</script>
<template>
<IconArchiveAdd class="size-6" />
</template>
<script>
import { IconArchiveAdd } from "@devigner-ui/icons-svelte";
</script>
<IconArchiveAdd class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g opacity="1"><path d="M15.17 10.65h-5" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M12.67 8.21v5" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></g><path d="M17.49 2H7.85a3.87 3.87 0 0 0-3.86 3.86v14.09c0 1.8 1.29 2.56 2.87 1.69l4.88-2.71a2.1 2.1 0 0 1 1.87 0l4.88 2.71c1.58.88 2.87.12 2.87-1.69V5.86A3.9 3.9 0 0 0 17.49 2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>