John KuehJohn Kueh

minus circle icon

Phosphor · minus-circle · MIT

Download SVG

The Phosphor minus circle icon visually represents the concept of subtraction or removal, commonly used in user interfaces to indicate actions like collapsing sections, deleting items, or reducing a quantity.

Common uses

  • Collapsing a menu or accordion section.
  • Removing an item from a list or cart.
  • Decreasing a numerical value in a form.

Use it in React

Install
npm i @phosphor-icons/react
Import & render
import { MinusCircle } from '@phosphor-icons/react';

<MinusCircle size={24} />

Styles

Phosphor ships this icon in 6 styles — each its own import:

regular
<MinusCircle size={24} />
thin
<MinusCircle size={24} weight="thin" />
light
<MinusCircle size={24} weight="light" />
bold
<MinusCircle size={24} weight="bold" />
fill
<MinusCircle size={24} weight="fill" />
duotone
<MinusCircle size={24} weight="duotone" />

Details

Library
Phosphor (1,512 icons)
License
MIT
viewBox
0 0 256 256
Category
technology & development
Keywords
-subtractiondifferencemathematicsarithmeticcalculatorroundtechnology & developmentfinancessystemminuscircleremovedeletecollapsesubtract

FAQ

What does the minus circle icon signify?
It signifies subtraction, removal, or a negative state. It's often used for actions that reduce or eliminate something in the UI.
How do I use the minus circle icon in React?
You can import and use it directly from the Phosphor React library: `import { MinusCircle } from '@phosphor-icons/react'`. Then render it as `<MinusCircle />`.
What is the license for this icon?
The Phosphor icon library, including the minus circle 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 →