triangle-down-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.

Name
triangle-down-32-regular
Set
Fluent UI System Icons
Style
32 Regular
Viewbox
32×32
License
MIT

11 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the triangle down icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m18.843 27.32l10.75-19.5c1.194-2.166-.373-4.819-2.846-4.819H5.255c-2.473 0-4.04 2.652-2.847 4.818L13.15 27.32c1.236 2.242 4.457 2.242 5.693 0m-3.94-.966L4.16 6.855a1.25 1.25 0 0 1 1.095-1.853h21.492a1.25 1.25 0 0 1 1.094 1.853l-10.75 19.499a1.25 1.25 0 0 1-2.189 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentTriangleDown32Regular(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="m18.843 27.32l10.75-19.5c1.194-2.166-.373-4.819-2.846-4.819H5.255c-2.473 0-4.04 2.652-2.847 4.818L13.15 27.32c1.236 2.242 4.457 2.242 5.693 0m-3.94-.966L4.16 6.855a1.25 1.25 0 0 1 1.095-1.853h21.492a1.25 1.25 0 0 1 1.094 1.853l-10.75 19.499a1.25 1.25 0 0 1-2.189 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m18.843 27.32l10.75-19.5c1.194-2.166-.373-4.819-2.846-4.819H5.255c-2.473 0-4.04 2.652-2.847 4.818L13.15 27.32c1.236 2.242 4.457 2.242 5.693 0m-3.94-.966L4.16 6.855a1.25 1.25 0 0 1 1.095-1.853h21.492a1.25 1.25 0 0 1 1.094 1.853l-10.75 19.499a1.25 1.25 0 0 1-2.189 0"/></svg>
</template>

CSS

.icon-triangle-down-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%22m18.843%2027.32l10.75-19.5c1.194-2.166-.373-4.819-2.846-4.819H5.255c-2.473%200-4.04%202.652-2.847%204.818L13.15%2027.32c1.236%202.242%204.457%202.242%205.693%200m-3.94-.966L4.16%206.855a1.25%201.25%200%200%201%201.095-1.853h21.492a1.25%201.25%200%200%201%201.094%201.853l-10.75%2019.499a1.25%201.25%200%200%201-2.189%200%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%22m18.843%2027.32l10.75-19.5c1.194-2.166-.373-4.819-2.846-4.819H5.255c-2.473%200-4.04%202.652-2.847%204.818L13.15%2027.32c1.236%202.242%204.457%202.242%205.693%200m-3.94-.966L4.16%206.855a1.25%201.25%200%200%201%201.095-1.853h21.492a1.25%201.25%200%200%201%201.094%201.853l-10.75%2019.499a1.25%201.25%200%200%201-2.189%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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