Clipboard 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 { IconClipboard } from "@devigner-ui/icons";
<IconClipboard className="size-6" />
<script setup>
import { IconClipboard } from "@devigner-ui/icons-vue";
</script>
<template>
<IconClipboard class="size-6" />
</template>
<script>
import { IconClipboard } from "@devigner-ui/icons-svelte";
</script>
<IconClipboard 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="M16 4c2.18.01 3.35.11 4.12.88.88.88.88 2.3.88 5.12v6c0 2.83 0 4.24-.88 5.12S17.82 22 15 22H9c-2.83 0-4.24 0-5.12-.88S3 18.82 3 16v-6c0-2.83 0-4.24.88-5.12C4.65 4.1 5.82 4 8 4" stroke="currentColor" stroke-width="1.5"></path><path d="M8 14h8" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M7 10.5h10" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M9 17.5h6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M8 3.5C8 2.67 8.67 2 9.5 2h5c.83 0 1.5.67 1.5 1.5v1c0 .83-.67 1.5-1.5 1.5h-5A1.5 1.5 0 0 1 8 4.5z" stroke="currentColor" stroke-width="1.5"></path></svg>