Clipboard Remove 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 { IconClipboardRemove } from "@devigner-ui/icons";
<IconClipboardRemove className="size-6" />
<script setup>
import { IconClipboardRemove } from "@devigner-ui/icons-vue";
</script>
<template>
<IconClipboardRemove class="size-6" />
</template>
<script>
import { IconClipboardRemove } from "@devigner-ui/icons-svelte";
</script>
<IconClipboardRemove 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="m14.5 11-5 5m0-5 5 5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>