The Tabler circle number 1 icon visually represents the numeral '1' enclosed within a circle, commonly used to indicate the first item in a sequence, a primary option, or a quantity of one.
Common uses
- Displaying the first step in a tutorial or process.
- Indicating a primary or default setting.
- Labeling the first item in a numbered list.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconCircleNumber1 } from '@tabler/icons-react';
<IconCircleNumber1 size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconCircleNumber1 size={24} stroke={2} />filled
<IconCircleNumber1Filled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Numbers
- Keywords
- onezeronumberdigitquantityamountordermathssumtotalnumberscircle1number 1 circlefirst itemsingle digit
FAQ
- What is the circle number 1 icon used for?
- It's used to represent the number one, often for ordering, quantity, or highlighting a primary element in a user interface.
- How do I use the circle number 1 icon in React?
- You can import and use it directly in your React components with: import { IconCircleNumber1 } from '@tabler/icons-react'
- What is the license for this icon?
- The Tabler icon library, including the circle number 1 icon, is 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 →