The Tabler clipboard icon visually represents a document or sheet of paper, commonly used in user interfaces to signify actions related to copying, pasting, or managing content.
Common uses
- Copy to clipboard button
- Paste from clipboard action
- Document management interface
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconClipboard } from '@tabler/icons-react';
<IconClipboard size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconClipboard size={24} stroke={2} />filled
<IconClipboardFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Document
- Keywords
- copyclipboardpastedocumentfilepapernotetextpagesheetblankcopy iconpaste icondocument iconpaper icon
FAQ
- What does the clipboard icon represent?
- It represents a document or paper, typically used for actions like copying and pasting text or files.
- How do I use the clipboard icon in React?
- You can import and use it directly like this: import { IconClipboard } from '@tabler/icons-react'.
- What is the license for the Tabler clipboard icon?
- The Tabler icons, including the clipboard icon, are distributed under the MIT license.
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 →