Clipboard2 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 { IconClipboard2 } from "@devigner-ui/icons";
<IconClipboard2 className="size-6" />
<script setup>
import { IconClipboard2 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconClipboard2 class="size-6" />
</template>
<script>
import { IconClipboard2 } from "@devigner-ui/icons-svelte";
</script>
<IconClipboard2 class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.3 7.15q.05.92-.13 2.07l-.73 4.69c-.62 3.91-2.43 5.23-6.34 4.62l-4.69-.74a7 7 0 0 1-3.15-1.11c-1.45-1.01-1.87-2.67-1.47-5.23l.74-4.69c.62-3.91 2.43-5.23 6.34-4.62l4.69.74c3.14.49 4.61 1.77 4.74 4.27" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="m21.17 13.47-1.5 4.51c-1.25 3.76-3.25 4.76-7.01 3.51l-4.51-1.5c-2.27-.75-3.53-1.79-3.89-3.31q1.13.8 3.15 1.11l4.69.74c3.91.61 5.72-.71 6.34-4.62l.73-4.69q.19-1.15.13-2.07c2.39 1.27 2.91 3.19 1.87 6.32" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M8.91 8.98a1.74 1.74 0 1 0 0-3.48 1.74 1.74 0 0 0 0 3.48" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>