The Heroicons plus circle icon depicts a circle with a plus sign inside, commonly used to indicate adding a new item or initiating an action.
Common uses
- Add new user
- Create new post
- Expand section
Use it in React
Install
npm i @heroicons/reactImport & render
import { PlusCircleIcon } from '@heroicons/react/24/outline';
<PlusCircleIcon className="size-6" />Styles
Heroicons ships this icon in 4 styles — each its own import:
24/outline
<PlusCircleIcon className="size-6" />24/solid
<PlusCircleIcon className="size-6" />20/solid
<PlusCircleIcon className="size-6" />16/solid
<PlusCircleIcon className="size-6" />Details
- Library
- Heroicons (324 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- pluscircleadd circlenew itemcreateexpand
FAQ
- What does the plus circle icon represent?
- It represents adding something new or initiating an action, like creating a new entry or expanding content.
- How do I use this icon in React?
- Import it using `import { PlusCircleIcon } from '@heroicons/react/24/outline'` and then use it as a component: `<PlusCircleIcon className="h-6 w-6" />`.
- What is the license for Heroicons?
- Heroicons are provided under the MIT license, allowing for free use in commercial and non-commercial projects.
Related icons
The same idea in other libraries, and near matches in Heroicons.