Clipboard Add 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 { IconClipboardAdd } from "@devigner-ui/icons";
<IconClipboardAdd className="size-6" />
<script setup>
import { IconClipboardAdd } from "@devigner-ui/icons-vue";
</script>
<template>
<IconClipboardAdd class="size-6" />
</template>
<script>
import { IconClipboardAdd } from "@devigner-ui/icons-svelte";
</script>
<IconClipboardAdd 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.1 4.12.88.88.88.88 2.29.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 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><path d="M15 13h-3m0 0H9m3 0v-3m0 3v3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>