The Phosphor dot icon depicts a small, solid circle, commonly used to represent a single item, a status indicator, or a navigational element.
Common uses
- Active navigation tab indicator
- Unread message marker
- Loading state placeholder
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Dot } from '@phosphor-icons/react';
<Dot size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Dot size={24} />thin
<Dot size={24} weight="thin" />light
<Dot size={24} weight="light" />bold
<Dot size={24} weight="bold" />fill
<Dot size={24} weight="fill" />duotone
<Dot size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- system
- Keywords
- dotscirclesshapespolygonssystemdotcirclepointmarkerbullet
FAQ
- What is the dot icon used for?
- It's typically used for status indicators, small markers, or as part of pagination or navigation elements.
- How do I use the dot icon in React?
- You can import and use it like this: import { Dot } from '@phosphor-icons/react'; <Dot />
- What is the license for the Phosphor dot icon?
- The Phosphor icon library, including the dot 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 →