The Phosphor triangle icon depicts a basic geometric triangle, often used to represent directional cues, warnings, or abstract shapes in UI design.
Common uses
- Play/forward button
- Warning or alert indicator
- Abstract geometric element
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Triangle } from '@phosphor-icons/react';
<Triangle size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Triangle size={24} />thin
<Triangle size={24} weight="thin" />light
<Triangle size={24} weight="light" />bold
<Triangle size={24} weight="bold" />fill
<Triangle size={24} weight="fill" />duotone
<Triangle size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- design
- Keywords
- 3shapespolygonsdesigntriangle3 pointspolygonshapealert
FAQ
- What is the triangle icon used for?
- It's commonly used for directional indicators like 'play' or 'forward', or to signify warnings and alerts. It can also be used decoratively as a geometric shape.
- How do I use the triangle icon in React?
- You can import and use it like this: import { Triangle } from '@phosphor-icons/react'. Then render it as <Triangle />.
- What is the license for the Phosphor triangle icon?
- The Phosphor icon library, including the triangle icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Phosphor.
Looking for something else? Search Phosphor 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 →