The Tabler info circle icon depicts a circled letter 'i' and is commonly used to indicate informational content, tips, or additional details.
Common uses
- Displaying help text next to a form field.
- Linking to a detailed explanation or FAQ.
- Notifying users of system updates or important messages.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconInfoCircle } from '@tabler/icons-react';
<IconInfoCircle size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconInfoCircle size={24} stroke={2} />filled
<IconInfoCircleFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- System
- Keywords
- informationadvicenewstipsigninfocirclecontroloperationroundsysteminformation iconhelp icondetails icontip icon
FAQ
- What is the purpose of the info circle icon?
- It's used to draw attention to informational content, tips, or supplementary details within a user interface.
- How do I use the info circle icon in React?
- Import it using `import { IconInfoCircle } from '@tabler/icons-react';` and then use it as a component: `<IconInfoCircle />`.
- What is the license for Tabler icons?
- Tabler icons are distributed under the MIT license, allowing for free use in both personal and commercial projects.
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 →