Document Copy 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 { IconDocumentCopy } from "@devigner-ui/icons";
<IconDocumentCopy className="size-6" />
<script setup>
import { IconDocumentCopy } from "@devigner-ui/icons-vue";
</script>
<template>
<IconDocumentCopy class="size-6" />
</template>
<script>
import { IconDocumentCopy } from "@devigner-ui/icons-svelte";
</script>
<IconDocumentCopy 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="M17.67 13.4v3c0 4-1.6 5.6-5.6 5.6h-3.8c-4 0-5.6-1.6-5.6-5.6v-3.8c0-4 1.6-5.6 5.6-5.6h3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M17.67 13.4h-3.2c-2.4 0-3.2-.8-3.2-3.2V7z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M7.67 5a3 3 0 0 1 3-3h6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M22.67 8v6.19A2.8 2.8 0 0 1 19.86 17" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M22.67 8h-3c-2.25 0-3-.75-3-3V2z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>