The Phosphor minus icon depicts a horizontal line, commonly used in UI to represent subtraction, a negative value, or to collapse an expandable element.
Common uses
- Subtraction button in a calculator UI
- Collapsing an accordion or tree view item
- Indicating a negative balance in financial displays
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Minus } from '@phosphor-icons/react';
<Minus size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Minus size={24} />thin
<Minus size={24} weight="thin" />light
<Minus size={24} weight="light" />bold
<Minus size={24} weight="bold" />fill
<Minus size={24} weight="fill" />duotone
<Minus size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- technology & development
- Keywords
- -subtractiondifferencemathematicsarithmeticcalculatorlinehorizontaldividertechnology & developmentfinancessystemminussubtractnegativecollapse
FAQ
- What is the minus icon used for?
- It's used for mathematical subtraction, indicating negative numbers, or to signify collapsing an item in a UI.
- How do I use the minus icon in React?
- You can import and use it like this: `import { Minus } from '@phosphor-icons/react'`. Then render it as `<Minus />`.
- What is the license for the Phosphor minus icon?
- The Phosphor icon library, including the 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 →