John KuehJohn Kueh

circles four icon

Phosphor · circles-four · MIT

Download SVG

The Phosphor circles four icon depicts four concentric circles, often used to represent concepts like layers, grouping, or a set of related items in a user interface.

Common uses

  • Indicate a set of four related settings or options.
  • Represent a multi-layered or nested structure.
  • Symbolize a collection or group of four elements.

Use it in React

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

<CirclesFour size={24} />

Styles

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

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

Details

Library
Phosphor (1,512 icons)
License
MIT
viewBox
0 0 256 256
Category
design
Keywords
roundshapespolygons4designcirclesfourconcentric circlesfour roundsnested circlesset of four

FAQ

What is the circles four icon used for?
It's typically used to signify grouping, layers, or a set of four related items. It can also represent abstract concepts like complexity or interconnectedness.
How do I use the circles four icon in React?
You can import and use it directly with the provided React component: `import { CirclesFour } from '@phosphor-icons/react'`. Then render it as `<CirclesFour />`.
What is the license for the Phosphor circles four icon?
The Phosphor icon library, including the circles four 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 →