The Tabler circle plus icon depicts a circle with a plus sign inside, commonly used to represent actions like adding new items, creating content, or indicating a positive state.
Common uses
- Button to add a new user or item to a list.
- Link to create a new document or record.
- Indicator for a 'more options' or 'expand' functionality.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconCirclePlus } from '@tabler/icons-react';
<IconCirclePlus size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconCirclePlus size={24} stroke={2} />filled
<IconCirclePlusFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Shapes
- Keywords
- addcreatenewcircleplusroundcircularmoreincreasepositiveshapesadd circlenew itemcreate roundpositive circle
FAQ
- What does the circle plus icon signify?
- It universally signifies an action to add, create, or initiate something new. It can also represent positive values or expansion.
- How do I use the circle plus icon in React?
- You can import it directly from the '@tabler/icons-react' library using: import { IconCirclePlus } from '@tabler/icons-react'
- What is the license for the Tabler icons?
- Tabler icons are distributed under the MIT license, allowing 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 →