The Tabler circle icon depicts a simple, unfilled circle, commonly used to represent concepts like off states, zero values, or as a basic geometric element in UI designs.
Common uses
- Indicate an 'off' or inactive state.
- Represent a zero count or value.
- Use as a decorative geometric element.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconCircle } from '@tabler/icons-react';
<IconCircle size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconCircle size={24} stroke={2} />filled
<IconCircleFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Shapes
- Keywords
- offzerocircleroundcirculargeometryformfigurepatternoutlineshapes
FAQ
- What is the circle icon typically used for?
- It's often used for 'off' states, zero values, or as a fundamental shape in design patterns.
- How do I use the circle icon in React?
- You can import it using `import { IconCircle } from '@tabler/icons-react'` and then use it as a component: `<IconCircle />`.
- What is the license for the Tabler circle icon?
- The Tabler icons, including the circle icon, are distributed 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 →