The Tabler help icon depicts a question mark inside a circle, commonly used to indicate where users can find assistance, information, or support within an interface.
Common uses
- Triggering a tooltip with usage instructions.
- Opening a help or FAQ modal.
- Linking to a support documentation page.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconHelp } from '@tabler/icons-react';
<IconHelp size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconHelp size={24} stroke={2} />filled
<IconHelpFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- System
- Keywords
- tooltipassistanceadvicesupporthelpcontroloperationfunctioninterfacemanagementsystemquestion markinformation
FAQ
- What is the purpose of the help icon?
- It signifies a point where users can access help, guidance, or additional information about a feature or the system.
- How do I use the help icon in React?
- Import it using `import { IconHelp } from '@tabler/icons-react'` and render it as a component: `<IconHelp />`.
- What is the license for the Tabler help icon?
- The Tabler icons, including the help icon, are distributed 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 →