The Lucide triangle alert icon depicts a triangle with an exclamation mark, commonly used to signify warnings, alerts, or potential dangers in a user interface.
Common uses
- Displaying error messages
- Indicating critical system status
- Highlighting important user notifications
Use it in React
Install
npm i lucide-reactImport & render
import { TriangleAlert } from 'lucide-react';
<TriangleAlert size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- warningalertdangerexclamation marklintertrianglewarning iconexclamation triangledanger symbolalert symbol
FAQ
- What is the triangle alert icon used for?
- It's used to draw attention to warnings, errors, or important alerts within an application's interface.
- How do I use the triangle alert icon in React?
- You can import and use it like this: import { TriangleAlert } from 'lucide-react'; <TriangleAlert />.
- What is the license for the Lucide triangle alert icon?
- The Lucide icon library, including the triangle alert icon, is available under the ISC license.
Related icons
The same idea in other libraries, and near matches in Lucide.
Looking for something else? Search Lucide 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 →