The Phosphor circles three plus icon depicts three overlapping circles with a plus sign, often used to represent concepts like grouping, combining elements, or a set of related items.
Common uses
- Indicate a collection or group of items.
- Represent a "more options" or "add to selection" action.
- Symbolize a "set" or "bundle" in a UI.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { CirclesThreePlus } from '@phosphor-icons/react';
<CirclesThreePlus size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<CirclesThreePlus size={24} />thin
<CirclesThreePlus size={24} weight="thin" />light
<CirclesThreePlus size={24} weight="light" />bold
<CirclesThreePlus size={24} weight="bold" />fill
<CirclesThreePlus size={24} weight="fill" />duotone
<CirclesThreePlus size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- design
- Keywords
- roundshapespolygons3+designcirclesthreeplusgroupsetbundlecombine
FAQ
- What does the circles three plus icon represent?
- It visually communicates the idea of multiple items (three circles) being combined or associated with an additional element (the plus sign).
- How do I use this icon in React?
- You can import and use it like this: `import { CirclesThreePlus } from '@phosphor-icons/react'`. Then render it as `<CirclesThreePlus />`.
- What is the license for this icon?
- The Phosphor icon library, including the circles-three-plus 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 →