The Tabler plus icon depicts a simple cross shape, commonly used in user interfaces to signify actions like adding new items, creating content, or indicating a positive value.
Common uses
- Add new item button
- Expandable section toggle
- Create new document/record
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconPlus } from '@tabler/icons-react';
<IconPlus size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconPlus size={24} stroke={2} />filled
<IconPlusFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Math
- Keywords
- addcreatenew+pluscalculationequationmoreincreasepositivemath
FAQ
- What is the purpose of the plus icon?
- It's used to indicate actions such as adding, creating, or increasing something, or to represent a positive number in mathematical contexts.
- How do I use the plus icon in React?
- Import it from '@tabler/icons-react' and use it as a component: import { IconPlus } from '@tabler/icons-react'; <IconPlus />
- What is the license for the Tabler plus icon?
- The Tabler icon library, including the plus 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 →