John KuehJohn Kueh

circle icon

Phosphor · circle · MIT

Download SVG

The Phosphor circle icon is a simple, solid circle shape, commonly used to represent abstract concepts, status indicators, or as a basic building block in visual designs.

Common uses

  • Status indicator (e.g., online/offline)
  • Bullet point for lists
  • Decorative element in UI

Use it in React

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

<Circle size={24} />

Styles

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

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

Details

Library
Phosphor (1,512 icons)
License
MIT
viewBox
0 0 256 256
Category
design
Keywords
roundshapespolygonsdesigncircledotshapefull circle

FAQ

What is the Phosphor circle icon used for?
It's a versatile shape used for status indicators, bullet points, or as a fundamental design element.
How do I use the circle icon in React?
Import it from the library like this: import { Circle } from '@phosphor-icons/react'. Then use it as a React component: <Circle />.
What is the license for Phosphor icons?
Phosphor icons are distributed under the MIT license, allowing for free use in both personal and 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 →