The Tabler alert triangle icon depicts a warning symbol and is commonly used to indicate potential dangers, errors, or important notifications within a user interface.
Common uses
- Displaying error messages in forms
- Highlighting critical system status updates
- Signaling potential risks in user actions
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconAlertTriangle } from '@tabler/icons-react';
<IconAlertTriangle size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconAlertTriangle size={24} stroke={2} />filled
<IconAlertTriangleFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- System
- Keywords
- warningdangercautionriskalerttrianglecontroloperationfunctioninterfacesystemwarning icondanger symbolcaution signerror alert
FAQ
- What is the purpose of the alert triangle icon?
- It serves as a visual cue for users to pay attention to potential problems, warnings, or important alerts that require their notice.
- How do I use the alert triangle icon in React?
- You can import and use it directly in your React components like this: import { IconAlertTriangle } from '@tabler/icons-react'.
- What is the license for this icon?
- The Tabler icons, including the alert triangle, are distributed under the MIT license, allowing for free use.
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 →