The Tabler clipboard plus icon visually represents adding a new item or record, often used to signify creating a new entry or duplicating an existing one.
Common uses
- Button to create a new record
- Action to duplicate an existing item
- Form submission for adding new data
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconClipboardPlus } from '@tabler/icons-react';
<IconClipboardPlus size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconClipboardPlus size={24} stroke={2} />filled
<IconClipboardPlusFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Document
- Keywords
- documentfileaddnewclipboardplusmoreincreasepositiveadditionaladd documentnew filecopy addcreate record
FAQ
- What does the clipboard plus icon represent?
- It signifies the action of adding something new, often related to data entry or duplication, building upon the concept of a clipboard.
- How do I use this icon in React?
- You can import and use it like this: `import { IconClipboardPlus } from '@tabler/icons-react'`. Then render it as `<IconClipboardPlus />`.
- What is the license for this icon?
- The Tabler icon library, including this icon, is available 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 →