The Tabler triangle icon depicts a basic geometric triangle, often used to represent directional changes, alerts, or abstract shapes in UI design.
Common uses
- Directional indicators (e.g., play button, expand/collapse)
- Warning or alert symbols
- Abstract geometric elements in design
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconTriangle } from '@tabler/icons-react';
<IconTriangle size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconTriangle size={24} stroke={2} />filled
<IconTriangleFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Shapes
- Keywords
- deltashapetrianglegeometryformfigurepatternoutlineshapesplayalert
FAQ
- What is the Tabler triangle icon used for?
- It's a versatile icon representing a triangle, suitable for directional cues, alerts, or as a geometric design element.
- How do I use the triangle icon in React?
- Import it using `import { IconTriangle } from '@tabler/icons-react'` and use it as a component: `<IconTriangle />`.
- What is the license for the Tabler triangle icon?
- The Tabler icons, including the triangle, are available 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 →