triangle icon
triangle-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- triangle-thin
- Set
- Phosphor
- Style
- Thin
- 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="M233.34 190.09L145.88 38.22a20.75 20.75 0 0 0-35.76 0L22.66 190.09a19.52 19.52 0 0 0 0 19.71A20.36 20.36 0 0 0 40.54 220h174.92a20.36 20.36 0 0 0 17.86-10.2a19.52 19.52 0 0 0 .02-19.71m-6.94 15.71a12.47 12.47 0 0 1-10.94 6.2H40.54a12.47 12.47 0 0 1-10.94-6.2a11.45 11.45 0 0 1 0-11.72l87.45-151.87a12.76 12.76 0 0 1 21.9 0l87.45 151.87a11.45 11.45 0 0 1 0 11.72"/></svg>
React
import type { SVGProps } from "react";
export function PhTriangleThin(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="M233.34 190.09L145.88 38.22a20.75 20.75 0 0 0-35.76 0L22.66 190.09a19.52 19.52 0 0 0 0 19.71A20.36 20.36 0 0 0 40.54 220h174.92a20.36 20.36 0 0 0 17.86-10.2a19.52 19.52 0 0 0 .02-19.71m-6.94 15.71a12.47 12.47 0 0 1-10.94 6.2H40.54a12.47 12.47 0 0 1-10.94-6.2a11.45 11.45 0 0 1 0-11.72l87.45-151.87a12.76 12.76 0 0 1 21.9 0l87.45 151.87a11.45 11.45 0 0 1 0 11.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="M233.34 190.09L145.88 38.22a20.75 20.75 0 0 0-35.76 0L22.66 190.09a19.52 19.52 0 0 0 0 19.71A20.36 20.36 0 0 0 40.54 220h174.92a20.36 20.36 0 0 0 17.86-10.2a19.52 19.52 0 0 0 .02-19.71m-6.94 15.71a12.47 12.47 0 0 1-10.94 6.2H40.54a12.47 12.47 0 0 1-10.94-6.2a11.45 11.45 0 0 1 0-11.72l87.45-151.87a12.76 12.76 0 0 1 21.9 0l87.45 151.87a11.45 11.45 0 0 1 0 11.72"/></svg> </template>
CSS
.icon-triangle-thin {
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%22M233.34%20190.09L145.88%2038.22a20.75%2020.75%200%200%200-35.76%200L22.66%20190.09a19.52%2019.52%200%200%200%200%2019.71A20.36%2020.36%200%200%200%2040.54%20220h174.92a20.36%2020.36%200%200%200%2017.86-10.2a19.52%2019.52%200%200%200%20.02-19.71m-6.94%2015.71a12.47%2012.47%200%200%201-10.94%206.2H40.54a12.47%2012.47%200%200%201-10.94-6.2a11.45%2011.45%200%200%201%200-11.72l87.45-151.87a12.76%2012.76%200%200%201%2021.9%200l87.45%20151.87a11.45%2011.45%200%200%201%200%2011.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%22M233.34%20190.09L145.88%2038.22a20.75%2020.75%200%200%200-35.76%200L22.66%20190.09a19.52%2019.52%200%200%200%200%2019.71A20.36%2020.36%200%200%200%2040.54%20220h174.92a20.36%2020.36%200%200%200%2017.86-10.2a19.52%2019.52%200%200%200%20.02-19.71m-6.94%2015.71a12.47%2012.47%200%200%201-10.94%206.2H40.54a12.47%2012.47%200%200%201-10.94-6.2a11.45%2011.45%200%200%201%200-11.72l87.45-151.87a12.76%2012.76%200%200%201%2021.9%200l87.45%20151.87a11.45%2011.45%200%200%201%200%2011.72%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/triangle-thin.svg?color=%231a73e8&size=48