The Phosphor stack plus icon depicts a stack of cards with a plus symbol, commonly used to represent adding a new item or layer to a collection or interface.
Common uses
- Add new card to a dashboard
- Create new layer in a design tool
- Add item to a stacked list
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { StackPlus } from '@phosphor-icons/react';
<StackPlus size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<StackPlus size={24} />thin
<StackPlus size={24} weight="thin" />light
<StackPlus size={24} weight="light" />bold
<StackPlus size={24} weight="bold" />fill
<StackPlus size={24} weight="fill" />duotone
<StackPlus size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- design
- Keywords
- *new*cardslayersadddesignofficeeditorstackplusadd stacknew layerscreate cardstack add
FAQ
- What does the stack plus icon represent?
- It signifies adding a new element, like a card or layer, to an existing stack or collection.
- How do I use the stack plus icon in React?
- Import it as StackPlus from '@phosphor-icons/react' and use it like any other React component: <StackPlus />.
- What is the license for this icon?
- The Phosphor icon library, including the stack 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 →