triangle down icon
triangle-down-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- triangle-down-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M2.302 6.37C1.442 4.87 2.524 3 4.253 3h15.49c1.729 0 2.812 1.87 1.951 3.37L13.95 19.871c-.865 1.507-3.04 1.507-3.904 0zM4.253 4.5a.75.75 0 0 0-.65 1.123l7.744 13.502a.75.75 0 0 0 1.301 0l7.745-13.502a.75.75 0 0 0-.65-1.123z"/></svg>
React
import type { SVGProps } from "react";
export function FluentTriangleDown24Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.302 6.37C1.442 4.87 2.524 3 4.253 3h15.49c1.729 0 2.812 1.87 1.951 3.37L13.95 19.871c-.865 1.507-3.04 1.507-3.904 0zM4.253 4.5a.75.75 0 0 0-.65 1.123l7.744 13.502a.75.75 0 0 0 1.301 0l7.745-13.502a.75.75 0 0 0-.65-1.123z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.302 6.37C1.442 4.87 2.524 3 4.253 3h15.49c1.729 0 2.812 1.87 1.951 3.37L13.95 19.871c-.865 1.507-3.04 1.507-3.904 0zM4.253 4.5a.75.75 0 0 0-.65 1.123l7.744 13.502a.75.75 0 0 0 1.301 0l7.745-13.502a.75.75 0 0 0-.65-1.123z"/></svg> </template>
CSS
.icon-triangle-down-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.302%206.37C1.442%204.87%202.524%203%204.253%203h15.49c1.729%200%202.812%201.87%201.951%203.37L13.95%2019.871c-.865%201.507-3.04%201.507-3.904%200zM4.253%204.5a.75.75%200%200%200-.65%201.123l7.744%2013.502a.75.75%200%200%200%201.301%200l7.745-13.502a.75.75%200%200%200-.65-1.123z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.302%206.37C1.442%204.87%202.524%203%204.253%203h15.49c1.729%200%202.812%201.87%201.951%203.37L13.95%2019.871c-.865%201.507-3.04%201.507-3.904%200zM4.253%204.5a.75.75%200%200%200-.65%201.123l7.744%2013.502a.75.75%200%200%200%201.301%200l7.745-13.502a.75.75%200%200%200-.65-1.123z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/triangle-down-24-regular.svg?color=%231a73e8&size=48