Archive Tick 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 { IconArchiveTick } from "@devigner-ui/icons";
<IconArchiveTick className="size-6" />
<script setup>
import { IconArchiveTick } from "@devigner-ui/icons-vue";
</script>
<template>
<IconArchiveTick class="size-6" />
</template>
<script>
import { IconArchiveTick } from "@devigner-ui/icons-svelte";
</script>
<IconArchiveTick class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><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><path opacity="1" d="m10.26 11 1.5 1.5 4-4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>