The Tabler alert hexagon icon depicts a warning symbol within a hexagonal shape, commonly used to signify alerts, cautions, or potential risks within a system interface.
Common uses
- Displaying critical system notifications.
- Highlighting user input errors or warnings.
- Indicating security risks or potential dangers.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconAlertHexagon } from '@tabler/icons-react';
<IconAlertHexagon size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconAlertHexagon size={24} stroke={2} />filled
<IconAlertHexagonFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- System
- Keywords
- warningcautionhexnotifyalertdangerprecautionriskcrimesignalsystemhexagonwarning hexagoncaution symboldanger alertsystem notification
FAQ
- What is the purpose of the alert hexagon icon?
- It's used to draw attention to important information, warnings, or potential issues within an application's UI.
- How do I use this icon in React?
- Import it using `import { IconAlertHexagon } from '@tabler/icons-react'` and then render the component `<IconAlertHexagon />`.
- What is the license for this icon?
- The Tabler icon library, including the alert hexagon icon, is 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 →