The Tabler info hexagon icon depicts a hexagon shape with an 'i' inside, commonly used to represent informational content, help sections, or details about a specific function or system.
Common uses
- Displaying help or support links.
- Indicating detailed information about a feature.
- Accessing system or operational details.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconInfoHexagon } from '@tabler/icons-react';
<IconInfoHexagon size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconInfoHexagon size={24} stroke={2} />filled
<IconInfoHexagonFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- System
- Keywords
- helpsupportshapeinformationquestioninfohexagoncontroloperationfunctionsystemhelp hexagoninformation symboldetails iconsystem info
FAQ
- What is the purpose of the info hexagon icon?
- It's used to signify information, help, or details related to a specific item or function within a user interface.
- How do I use this icon in React?
- Import it using `import { IconInfoHexagon } 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 →