The Heroicons squares plus icon depicts a grid of squares with a plus sign, commonly used to represent adding new items, creating a new collection, or expanding a set of options.
Common uses
- Add new item button
- Create new collection
- Expand options menu
Use it in React
Install
npm i @heroicons/reactImport & render
import { SquaresPlusIcon } from '@heroicons/react/24/outline';
<SquaresPlusIcon className="size-6" />Styles
Heroicons ships this icon in 4 styles — each its own import:
24/outline
<SquaresPlusIcon className="size-6" />24/solid
<SquaresPlusIcon className="size-6" />20/solid
<SquaresPlusIcon className="size-6" />16/solid
<SquaresPlusIcon className="size-6" />Details
- Library
- Heroicons (324 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- squaresplusadd squaresnew collectioncreate itemgrid plus
FAQ
- What does the squares plus icon represent?
- It visually signifies the action of adding something new or expanding an existing set, like adding a new item or creating a new group.
- How do I use the squares plus icon in React?
- You can import it directly from the Heroicons library like this: import { SquaresPlusIcon } from '@heroicons/react/24/outline'.
- What is the license for Heroicons?
- Heroicons are provided under the MIT license, allowing for free use in both open-source and commercial projects.
Related icons
The same idea in other libraries, and near matches in Heroicons.