The Tabler clipboard off icon visually represents the absence or disabling of a clipboard function, often used to indicate that copying or pasting is not allowed or has been turned off.
Common uses
- Disabling copy/paste functionality in a form field.
- Indicating a read-only document where content cannot be copied.
- Signifying that a 'clear clipboard' action has been performed.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconClipboardOff } from '@tabler/icons-react';
<IconClipboardOff size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Document
- Keywords
- copyclipboardpastedocumentfilepapernotetextpagesheetblankoffno copypaste disabledclear clipboardclipboard disabled
FAQ
- What does the clipboard off icon signify?
- It signifies that the clipboard functionality is disabled, unavailable, or has been cleared. Use it to show that actions like copying or pasting are not permitted in a given context.
- How do I use the clipboard off icon in React?
- You can import and use it directly in your React components like this: import { IconClipboardOff } from '@tabler/icons-react'. Then, render it as a component: <IconClipboardOff />.
- What is the license for this icon?
- The Tabler icons, including clipboard-off, are distributed under the MIT license, which allows for free use in both personal and commercial projects.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →