The Tabler circle dot icon depicts a circle with a smaller dot in its center, commonly used to represent a selected state, a point of interest, or a central focus within a UI element.
Common uses
- Selected item indicator
- Map marker
- Loading spinner alternative
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconCircleDot } from '@tabler/icons-react';
<IconCircleDot size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconCircleDot size={24} stroke={2} />filled
<IconCircleDotFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Shapes
- Keywords
- crosshairshapegeometrycircledotroundcircularformfigurepatternshapestargetbullseyecenter pointfocus
FAQ
- What is the circle dot icon used for?
- It's often used to show a selected option, a specific location, or a central point in a design.
- How do I use the circle dot icon in React?
- You can import and use it like this: import { IconCircleDot } from '@tabler/icons-react'. Then render it as <IconCircleDot />.
- What is the license for the Tabler circle dot icon?
- The Tabler icon library, including the circle dot icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler 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 →