The Tabler circle percentage icon visually represents a percentage value within a circular shape, commonly used to indicate rates, discounts, or progress.
Common uses
- Displaying discount percentages on product listings.
- Showing interest rates for financial products.
- Indicating completion progress in a circular gauge.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconCirclePercentage } from '@tabler/icons-react';
<IconCirclePercentage size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconCirclePercentage size={24} stroke={2} />filled
<IconCirclePercentageFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Shapes
- Keywords
- financediscountinterestratecalculationmeasurementratiopercentstatisticsmathshapescirclepercentagepercent circlerate iconprogress circle
FAQ
- What does the circle percentage icon represent?
- It symbolizes a percentage, often used for financial metrics like interest rates or discounts, or for progress indicators.
- How do I use this icon in React?
- Import it using `import { IconCirclePercentage } from '@tabler/icons-react';` and then use it as a React component.
- What is the license for this icon?
- The Tabler icon library, including this 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 →