The Tabler info square rounded icon depicts a rounded square containing an 'i' symbol, commonly used to represent information, help, or support within a user interface.
Common uses
- Displaying help or support links.
- Indicating informational tooltips or messages.
- Providing access to detailed system information.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconInfoSquareRounded } from '@tabler/icons-react';
<IconInfoSquareRounded size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconInfoSquareRounded size={24} stroke={2} />filled
<IconInfoSquareRoundedFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- System
- Keywords
- helpsupportshapeinformationquestioninfosquareroundedcontroloperationsystemhelp iconsupport iconinformation symboldetails icon
FAQ
- What is the purpose of the info square rounded icon?
- This icon is typically used to signify information, help, or support. It can be used to link to help documentation or display informational messages.
- How do I use this icon in React?
- You can import and use the icon in your React application with the following statement: `import { IconInfoSquareRounded } from '@tabler/icons-react'`.
- What is the license for this icon?
- The Tabler icon library, including the info square rounded 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 →