Clipboard Text 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 { IconClipboardText } from "@devigner-ui/icons";
<IconClipboardText className="size-6" />
<script setup>
import { IconClipboardText } from "@devigner-ui/icons-vue";
</script>
<template>
<IconClipboardText class="size-6" />
</template>
<script>
import { IconClipboardText } from "@devigner-ui/icons-svelte";
</script>
<IconClipboardText 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="M7 14.5h8" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M7 18h5.5" 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>