The Phosphor selection plus icon depicts a rectangle with a plus sign inside, commonly used to represent adding an item to a selection or initiating a new selection.
Common uses
- Add to selection button
- Create new selection action
- Select multiple items
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { SelectionPlus } from '@phosphor-icons/react';
<SelectionPlus size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<SelectionPlus size={24} />thin
<SelectionPlus size={24} weight="thin" />light
<SelectionPlus size={24} weight="light" />bold
<SelectionPlus size={24} weight="bold" />fill
<SelectionPlus size={24} weight="fill" />duotone
<SelectionPlus size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- design
- Keywords
- marquisadddesigneditorselectionplusadd selectionnew selectionmarquis pluseditor select add
FAQ
- What does the selection plus icon represent?
- It signifies adding an item to a current selection or creating a new selection, often used in design or editing tools.
- How do I use the selection plus icon in React?
- Import it using `import { SelectionPlus } from '@phosphor-icons/react';` and then use it as a component: `<SelectionPlus />`.
- What is the license for this icon?
- The Phosphor icon library, including the selection plus icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Phosphor.
Looking for something else? Search Phosphor 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 →