Archive Slash 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 { IconArchiveSlash } from "@devigner-ui/icons";
<IconArchiveSlash className="size-6" />
<script setup>
import { IconArchiveSlash } from "@devigner-ui/icons-vue";
</script>
<template>
<IconArchiveSlash class="size-6" />
</template>
<script>
import { IconArchiveSlash } from "@devigner-ui/icons-svelte";
</script>
<IconArchiveSlash class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m22.67 2-20 20" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M21.35 8.71v11c0 2.01-1.44 2.86-3.2 1.88l-6.48-4.05" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M3.99 19.95V5.86A3.87 3.87 0 0 1 7.85 2h9.65c1.21 0 2.29.56 3 1.44" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>