triangle icon

triangle-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.

Name
triangle-bold
Set
Phosphor
Style
Bold
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

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="M240.26 186.1L152.81 34.23a28.74 28.74 0 0 0-49.62 0L15.74 186.1a27.45 27.45 0 0 0 0 27.71A28.31 28.31 0 0 0 40.55 228h174.9a28.31 28.31 0 0 0 24.79-14.19a27.45 27.45 0 0 0 .02-27.71m-20.8 15.7a4.46 4.46 0 0 1-4 2.2H40.55a4.46 4.46 0 0 1-4-2.2a3.56 3.56 0 0 1 0-3.73L124 46.2a4.75 4.75 0 0 1 8 0l87.45 151.87a3.56 3.56 0 0 1 .01 3.73"/></svg>

React

import type { SVGProps } from "react";

export function PhTriangleBold(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="M240.26 186.1L152.81 34.23a28.74 28.74 0 0 0-49.62 0L15.74 186.1a27.45 27.45 0 0 0 0 27.71A28.31 28.31 0 0 0 40.55 228h174.9a28.31 28.31 0 0 0 24.79-14.19a27.45 27.45 0 0 0 .02-27.71m-20.8 15.7a4.46 4.46 0 0 1-4 2.2H40.55a4.46 4.46 0 0 1-4-2.2a3.56 3.56 0 0 1 0-3.73L124 46.2a4.75 4.75 0 0 1 8 0l87.45 151.87a3.56 3.56 0 0 1 .01 3.73"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M240.26 186.1L152.81 34.23a28.74 28.74 0 0 0-49.62 0L15.74 186.1a27.45 27.45 0 0 0 0 27.71A28.31 28.31 0 0 0 40.55 228h174.9a28.31 28.31 0 0 0 24.79-14.19a27.45 27.45 0 0 0 .02-27.71m-20.8 15.7a4.46 4.46 0 0 1-4 2.2H40.55a4.46 4.46 0 0 1-4-2.2a3.56 3.56 0 0 1 0-3.73L124 46.2a4.75 4.75 0 0 1 8 0l87.45 151.87a3.56 3.56 0 0 1 .01 3.73"/></svg>
</template>

CSS

.icon-triangle-bold {
  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%22M240.26%20186.1L152.81%2034.23a28.74%2028.74%200%200%200-49.62%200L15.74%20186.1a27.45%2027.45%200%200%200%200%2027.71A28.31%2028.31%200%200%200%2040.55%20228h174.9a28.31%2028.31%200%200%200%2024.79-14.19a27.45%2027.45%200%200%200%20.02-27.71m-20.8%2015.7a4.46%204.46%200%200%201-4%202.2H40.55a4.46%204.46%200%200%201-4-2.2a3.56%203.56%200%200%201%200-3.73L124%2046.2a4.75%204.75%200%200%201%208%200l87.45%20151.87a3.56%203.56%200%200%201%20.01%203.73%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%22M240.26%20186.1L152.81%2034.23a28.74%2028.74%200%200%200-49.62%200L15.74%20186.1a27.45%2027.45%200%200%200%200%2027.71A28.31%2028.31%200%200%200%2040.55%20228h174.9a28.31%2028.31%200%200%200%2024.79-14.19a27.45%2027.45%200%200%200%20.02-27.71m-20.8%2015.7a4.46%204.46%200%200%201-4%202.2H40.55a4.46%204.46%200%200%201-4-2.2a3.56%203.56%200%200%201%200-3.73L124%2046.2a4.75%204.75%200%200%201%208%200l87.45%20151.87a3.56%203.56%200%200%201%20.01%203.73%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/triangle-bold.svg?color=%231a73e8&size=48