triangle icon
triangle-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- triangle-light
- Set
- Phosphor
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
triangleAkar IconstriangleBootstrap IconstriangleFramework7 IconstriangleFeather Iconstriangle-12-filledFluent UI System IconstriangleHuge IconstriangleHumbleiconstriangleIconoirtriangleIonIconstriangleJam IconstriangleLucidetriangleMaterial Design Iconstriangle-fillMingCute Icontriangle-16Octiconstriangle-fillRemix IcontriangleTabler Iconstriangle-outlineTeenyiconstriangleUniconstriangleUnicons MonochrometriangleUnicons Solid
Related icons in Phosphor
Use the triangle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M235.07 189.09L147.61 37.22a22.75 22.75 0 0 0-39.22 0L20.93 189.09a21.53 21.53 0 0 0 0 21.72A22.35 22.35 0 0 0 40.55 222h174.9a22.35 22.35 0 0 0 19.6-11.19a21.53 21.53 0 0 0 .02-21.72m-10.41 15.71a10.46 10.46 0 0 1-9.21 5.2H40.55a10.46 10.46 0 0 1-9.21-5.2a9.49 9.49 0 0 1 0-9.72l87.45-151.87a10.75 10.75 0 0 1 18.42 0l87.46 151.87a9.49 9.49 0 0 1-.01 9.72"/></svg>
React
import type { SVGProps } from "react";
export function PhTriangleLight(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M235.07 189.09L147.61 37.22a22.75 22.75 0 0 0-39.22 0L20.93 189.09a21.53 21.53 0 0 0 0 21.72A22.35 22.35 0 0 0 40.55 222h174.9a22.35 22.35 0 0 0 19.6-11.19a21.53 21.53 0 0 0 .02-21.72m-10.41 15.71a10.46 10.46 0 0 1-9.21 5.2H40.55a10.46 10.46 0 0 1-9.21-5.2a9.49 9.49 0 0 1 0-9.72l87.45-151.87a10.75 10.75 0 0 1 18.42 0l87.46 151.87a9.49 9.49 0 0 1-.01 9.72"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M235.07 189.09L147.61 37.22a22.75 22.75 0 0 0-39.22 0L20.93 189.09a21.53 21.53 0 0 0 0 21.72A22.35 22.35 0 0 0 40.55 222h174.9a22.35 22.35 0 0 0 19.6-11.19a21.53 21.53 0 0 0 .02-21.72m-10.41 15.71a10.46 10.46 0 0 1-9.21 5.2H40.55a10.46 10.46 0 0 1-9.21-5.2a9.49 9.49 0 0 1 0-9.72l87.45-151.87a10.75 10.75 0 0 1 18.42 0l87.46 151.87a9.49 9.49 0 0 1-.01 9.72"/></svg> </template>
CSS
.icon-triangle-light {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M235.07%20189.09L147.61%2037.22a22.75%2022.75%200%200%200-39.22%200L20.93%20189.09a21.53%2021.53%200%200%200%200%2021.72A22.35%2022.35%200%200%200%2040.55%20222h174.9a22.35%2022.35%200%200%200%2019.6-11.19a21.53%2021.53%200%200%200%20.02-21.72m-10.41%2015.71a10.46%2010.46%200%200%201-9.21%205.2H40.55a10.46%2010.46%200%200%201-9.21-5.2a9.49%209.49%200%200%201%200-9.72l87.45-151.87a10.75%2010.75%200%200%201%2018.42%200l87.46%20151.87a9.49%209.49%200%200%201-.01%209.72%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M235.07%20189.09L147.61%2037.22a22.75%2022.75%200%200%200-39.22%200L20.93%20189.09a21.53%2021.53%200%200%200%200%2021.72A22.35%2022.35%200%200%200%2040.55%20222h174.9a22.35%2022.35%200%200%200%2019.6-11.19a21.53%2021.53%200%200%200%20.02-21.72m-10.41%2015.71a10.46%2010.46%200%200%201-9.21%205.2H40.55a10.46%2010.46%200%200%201-9.21-5.2a9.49%209.49%200%200%201%200-9.72l87.45-151.87a10.75%2010.75%200%200%201%2018.42%200l87.46%20151.87a9.49%209.49%200%200%201-.01%209.72%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/triangle-light.svg?color=%231a73e8&size=48