John KuehJohn Kueh

circle half icon

Phosphor · circle-half · MIT

Download SVG

The Phosphor circle half icon depicts a circle divided in half, commonly used to represent states of completion, contrast adjustments, or binary choices in UI elements.

Common uses

  • Toggle switch for dark/light mode
  • Contrast slider indicator
  • Progress indicator for 50% completion

Use it in React

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

<CircleHalf size={24} />

Styles

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

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

Details

Library
Phosphor (1,512 icons)
License
MIT
viewBox
0 0 256 256
Category
design
Keywords
roundshapescontrastbrightnessdesigneditorcirclehalfhalf circlesplit circlecircle dividerbinary choice

FAQ

What is the circle half icon used for?
It's often used for visual metaphors like half-filled states, contrast settings, or binary options.
How do I use the circle half icon in React?
Import it from the library like this: import { CircleHalf } from '@phosphor-icons/react'. Then use it as a component: <CircleHalf />.
What is the license for Phosphor icons?
Phosphor icons are distributed under the MIT license, allowing for free use in commercial and non-commercial projects.

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 →