The Tabler info square icon depicts a square with an 'i' inside, commonly used to signify informational content, tips, or important notices within a user interface.
Common uses
- Displaying help text or tooltips.
- Indicating important system messages.
- Providing additional details on a feature.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconInfoSquare } from '@tabler/icons-react';
<IconInfoSquare size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconInfoSquare size={24} stroke={2} />filled
<IconInfoSquareFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- System
- Keywords
- informationadvicenewstipsigninfosquarecontroloperationrectangularsysteminformation squaredetails iconhelp icontip square
FAQ
- What is the purpose of the info square icon?
- It's used to draw attention to informational content, tips, or important notices in a UI.
- How do I use the info square icon in React?
- Import it using `import { IconInfoSquare } from '@tabler/icons-react'` and then use it as a component: `<IconInfoSquare />`.
- What is the license for this icon?
- The Tabler icon library, including the info square 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 →