triangle icon
triangle-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- triangle-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- License
- MIT
13 other variants in Fluent UI System Icons
The same icon in other sets
triangleAkar IconstriangleBootstrap IconstriangleFramework7 IconstriangleFeather IconstriangleHuge IconstriangleHumbleiconstriangleIconParktriangleIconPark OutlinetriangleIconPark SolidtriangleIconPark TwoTonetriangleIconoirtriangleIonIconstriangleJam IconstriangleLucidetriangleMaterial Design Iconstriangle-fillMingCute IcontriangleMyna UI Iconstriangle-16OcticonstrianglePhosphortriangle-fillRemix IcontriangleTabler Iconstriangle-outlineTeenyiconstriangleUniconstriangleUnicons Monochrome
Related icons in Fluent UI System Icons
Use the triangle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M13.154 4.683c1.236-2.242 4.458-2.241 5.693 0l10.742 19.5C30.783 26.347 29.216 29 26.743 29H5.25c-2.474 0-4.04-2.653-2.846-4.819zm3.941.966a1.25 1.25 0 0 0-2.19 0L4.157 25.146A1.25 1.25 0 0 0 5.251 27h21.492a1.25 1.25 0 0 0 1.095-1.853z"/></svg>
React
import type { SVGProps } from "react";
export function FluentTriangle32Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M13.154 4.683c1.236-2.242 4.458-2.241 5.693 0l10.742 19.5C30.783 26.347 29.216 29 26.743 29H5.25c-2.474 0-4.04-2.653-2.846-4.819zm3.941.966a1.25 1.25 0 0 0-2.19 0L4.157 25.146A1.25 1.25 0 0 0 5.251 27h21.492a1.25 1.25 0 0 0 1.095-1.853z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M13.154 4.683c1.236-2.242 4.458-2.241 5.693 0l10.742 19.5C30.783 26.347 29.216 29 26.743 29H5.25c-2.474 0-4.04-2.653-2.846-4.819zm3.941.966a1.25 1.25 0 0 0-2.19 0L4.157 25.146A1.25 1.25 0 0 0 5.251 27h21.492a1.25 1.25 0 0 0 1.095-1.853z"/></svg> </template>
CSS
.icon-triangle-32-regular {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.154%204.683c1.236-2.242%204.458-2.241%205.693%200l10.742%2019.5C30.783%2026.347%2029.216%2029%2026.743%2029H5.25c-2.474%200-4.04-2.653-2.846-4.819zm3.941.966a1.25%201.25%200%200%200-2.19%200L4.157%2025.146A1.25%201.25%200%200%200%205.251%2027h21.492a1.25%201.25%200%200%200%201.095-1.853z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.154%204.683c1.236-2.242%204.458-2.241%205.693%200l10.742%2019.5C30.783%2026.347%2029.216%2029%2026.743%2029H5.25c-2.474%200-4.04-2.653-2.846-4.819zm3.941.966a1.25%201.25%200%200%200-2.19%200L4.157%2025.146A1.25%201.25%200%200%200%205.251%2027h21.492a1.25%201.25%200%200%200%201.095-1.853z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/triangle-32-regular.svg?color=%231a73e8&size=48