The Phosphor stack minus icon depicts a stack of items with a minus symbol, typically used to represent the action of removing or deleting a layer or item from a collection.
Common uses
- Remove item from a list
- Delete layer in a design tool
- Undo stacking operation
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { StackMinus } from '@phosphor-icons/react';
<StackMinus size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<StackMinus size={24} />thin
<StackMinus size={24} weight="thin" />light
<StackMinus size={24} weight="light" />bold
<StackMinus size={24} weight="bold" />fill
<StackMinus size={24} weight="fill" />duotone
<StackMinus size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- design
- Keywords
- *new*cardslayersremovedeletedesignofficeeditorstackminusremove stackdelete layerlayer minuscard remove
FAQ
- What is the stack minus icon used for?
- It's used to signify the removal or deletion of an item, layer, or card from a stacked or layered interface.
- How do I use the stack minus icon in React?
- Import it from the library like so: `import { StackMinus } from '@phosphor-icons/react'`. Then use it as a React component: `<StackMinus />`.
- What is the license for the Phosphor stack minus icon?
- The Phosphor icon library, including the stack minus 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 →