The Tabler question mark icon depicts a standard question mark symbol, commonly used in user interfaces to indicate help, provide information, or open a help dialog.
Common uses
- Help button in a form
- Tooltip trigger for complex fields
- Link to FAQs or support documentation
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconQuestionMark } from '@tabler/icons-react';
<IconQuestionMark size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- System
- Keywords
- signasksentencewordletters?questionmarkhelpinquirysystemhelp iconinformation iconquery iconsupport icon
FAQ
- What is the purpose of the question mark icon?
- It serves as a visual cue for help or information, prompting users to seek assistance or clarification.
- How do I use this icon in React?
- Import it using `import { IconQuestionMark } from '@tabler/icons-react';` and then use it as a component: `<IconQuestionMark />`.
- What is the license for this icon?
- The Tabler icons, including the question mark, 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 →