The Tabler help hexagon icon visually represents a hexagonal shape with a question mark inside, commonly used to indicate a section for support, information, or frequently asked questions.
Common uses
- Button to access a help center or FAQ page
- Link to detailed documentation or tutorials
- Indicator for a tooltip or contextual help information
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconHelpHexagon } from '@tabler/icons-react';
<IconHelpHexagon size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconHelpHexagon size={24} stroke={2} />filled
<IconHelpHexagonFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- System
- Keywords
- supportquestionshapefaqinfohelphexagoncontroloperationfunctionsystemsupport iconquestion mark hexagoninfo shapefaq symbol
FAQ
- What is the purpose of the help hexagon icon?
- It signifies a place to find assistance, answers to common questions, or additional information related to a feature or process.
- How do I use this icon in React?
- You can import and use it with `import { IconHelpHexagon } from '@tabler/icons-react'` and then render it as `<IconHelpHexagon />`.
- What is the license for this icon?
- The Tabler icon library, including the help hexagon 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 →