The HugeIcons add circle icon visually represents the action of adding a new item or element, commonly used for buttons that initiate a creation process.
Common uses
- Add new user
- Create new post
- Add item to cart
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { AddCircleIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={AddCircleIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- plus circlenew itemcreateinsert
FAQ
- What does the add circle icon signify?
- It signifies the action of adding something new. It's typically used on buttons or links to initiate a creation or addition process.
- How do I use the AddCircleIcon in React?
- Import both HugeiconsIcon and AddCircleIcon, then render <HugeiconsIcon icon={AddCircleIcon} />. Ensure you have installed '@hugeicons/react' and '@hugeicons/core-free-icons'.
- What is the license for this icon?
- This icon is provided 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 HugeIcons.