The HugeIcons plus sign square icon visually represents addition or the creation of new content within a defined area, commonly used for 'add new' buttons or expanding sections.
Common uses
- Add new item button
- Expand/collapse section toggle
- Create new record
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { PlusSignSquareIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={PlusSignSquareIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- add squarenew item squarecreate square
FAQ
- What does the plus sign square icon represent?
- It signifies addition or the creation of something new, often used in interfaces to prompt users to add content or expand options.
- How do I use the PlusSignSquareIcon in React?
- Import both HugeiconsIcon and PlusSignSquareIcon, then render it using <HugeiconsIcon icon={PlusSignSquareIcon} />.
- What is the license for this icon?
- The HugeIcons library, including the PlusSignSquareIcon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
Looking for something else? Search HugeIcons 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 →