The Phosphor sphere icon depicts a 3D sphere, commonly used to represent 3D models, spherical objects, or abstract geometric shapes in UI design.
Common uses
- Representing 3D modeling software features
- Indicating spherical data points or objects
- Abstract geometric background elements
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Sphere } from '@phosphor-icons/react';
<Sphere size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Sphere size={24} />thin
<Sphere size={24} weight="thin" />light
<Sphere size={24} weight="light" />bold
<Sphere size={24} weight="bold" />fill
<Sphere size={24} weight="fill" />duotone
<Sphere size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- design
- Keywords
- *new*circleball3dmeshcadmodeldesignsphere3d modelgeometric shape
FAQ
- What is the sphere icon used for?
- It's used to visually represent 3D spheres, balls, or abstract geometric concepts in user interfaces.
- How do I use the sphere icon in React?
- You can import and use it like this: import { Sphere } from '@phosphor-icons/react'. Then render it as <Sphere />.
- What is the license for this icon?
- The Phosphor sphere 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 →