binder triangle icon
binder-triangle-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- binder-triangle-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
7 other variants in Fluent UI System Icons
Use the binder triangle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 4.25A2.25 2.25 0 0 1 5.25 2h9.5A2.25 2.25 0 0 1 17 4.25v2.3l-1.5 1.875V4.25a.75.75 0 0 0-.75-.75h-9.5a.75.75 0 0 0-.75.75V5h.75a.75.75 0 0 1 0 1.5H4.5v3.25h.75a.75.75 0 0 1 0 1.5H4.5v3.25h.75a.75.75 0 0 1 0 1.5H4.5v.75c0 .414.336.75.75.75h2.989l-1.2 1.5H5.25A2.25 2.25 0 0 1 3 16.75V16h-.75a.75.75 0 0 1 0-1.5H3v-3.25h-.75a.75.75 0 0 1 0-1.5H3V6.5h-.75a.75.75 0 0 1 0-1.5H3zM7.75 7a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5zM18 13.126a.5.5 0 0 0-.89-.312l-4.298 5.374a.5.5 0 0 0 .39.812h4.048a.75.75 0 0 0 .75-.75zm-1.46 4.415h-1.342l1.343-1.68zM21 6.003c0-.946-1.19-1.363-1.78-.625l-12 14.997A1 1 0 0 0 8 21.999h10.75A2.25 2.25 0 0 0 21 19.75zm-1.5 1.425v12.321a.75.75 0 0 1-.75.75H9.04z"/></svg>
React
import type { SVGProps } from "react";
export function FluentBinderTriangle24Regular(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="M3 4.25A2.25 2.25 0 0 1 5.25 2h9.5A2.25 2.25 0 0 1 17 4.25v2.3l-1.5 1.875V4.25a.75.75 0 0 0-.75-.75h-9.5a.75.75 0 0 0-.75.75V5h.75a.75.75 0 0 1 0 1.5H4.5v3.25h.75a.75.75 0 0 1 0 1.5H4.5v3.25h.75a.75.75 0 0 1 0 1.5H4.5v.75c0 .414.336.75.75.75h2.989l-1.2 1.5H5.25A2.25 2.25 0 0 1 3 16.75V16h-.75a.75.75 0 0 1 0-1.5H3v-3.25h-.75a.75.75 0 0 1 0-1.5H3V6.5h-.75a.75.75 0 0 1 0-1.5H3zM7.75 7a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5zM18 13.126a.5.5 0 0 0-.89-.312l-4.298 5.374a.5.5 0 0 0 .39.812h4.048a.75.75 0 0 0 .75-.75zm-1.46 4.415h-1.342l1.343-1.68zM21 6.003c0-.946-1.19-1.363-1.78-.625l-12 14.997A1 1 0 0 0 8 21.999h10.75A2.25 2.25 0 0 0 21 19.75zm-1.5 1.425v12.321a.75.75 0 0 1-.75.75H9.04z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 4.25A2.25 2.25 0 0 1 5.25 2h9.5A2.25 2.25 0 0 1 17 4.25v2.3l-1.5 1.875V4.25a.75.75 0 0 0-.75-.75h-9.5a.75.75 0 0 0-.75.75V5h.75a.75.75 0 0 1 0 1.5H4.5v3.25h.75a.75.75 0 0 1 0 1.5H4.5v3.25h.75a.75.75 0 0 1 0 1.5H4.5v.75c0 .414.336.75.75.75h2.989l-1.2 1.5H5.25A2.25 2.25 0 0 1 3 16.75V16h-.75a.75.75 0 0 1 0-1.5H3v-3.25h-.75a.75.75 0 0 1 0-1.5H3V6.5h-.75a.75.75 0 0 1 0-1.5H3zM7.75 7a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5zM18 13.126a.5.5 0 0 0-.89-.312l-4.298 5.374a.5.5 0 0 0 .39.812h4.048a.75.75 0 0 0 .75-.75zm-1.46 4.415h-1.342l1.343-1.68zM21 6.003c0-.946-1.19-1.363-1.78-.625l-12 14.997A1 1 0 0 0 8 21.999h10.75A2.25 2.25 0 0 0 21 19.75zm-1.5 1.425v12.321a.75.75 0 0 1-.75.75H9.04z"/></svg> </template>
CSS
.icon-binder-triangle-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%22M3%204.25A2.25%202.25%200%200%201%205.25%202h9.5A2.25%202.25%200%200%201%2017%204.25v2.3l-1.5%201.875V4.25a.75.75%200%200%200-.75-.75h-9.5a.75.75%200%200%200-.75.75V5h.75a.75.75%200%200%201%200%201.5H4.5v3.25h.75a.75.75%200%200%201%200%201.5H4.5v3.25h.75a.75.75%200%200%201%200%201.5H4.5v.75c0%20.414.336.75.75.75h2.989l-1.2%201.5H5.25A2.25%202.25%200%200%201%203%2016.75V16h-.75a.75.75%200%200%201%200-1.5H3v-3.25h-.75a.75.75%200%200%201%200-1.5H3V6.5h-.75a.75.75%200%200%201%200-1.5H3zM7.75%207a.75.75%200%200%200%200%201.5h4.5a.75.75%200%200%200%200-1.5zM18%2013.126a.5.5%200%200%200-.89-.312l-4.298%205.374a.5.5%200%200%200%20.39.812h4.048a.75.75%200%200%200%20.75-.75zm-1.46%204.415h-1.342l1.343-1.68zM21%206.003c0-.946-1.19-1.363-1.78-.625l-12%2014.997A1%201%200%200%200%208%2021.999h10.75A2.25%202.25%200%200%200%2021%2019.75zm-1.5%201.425v12.321a.75.75%200%200%201-.75.75H9.04z%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%22M3%204.25A2.25%202.25%200%200%201%205.25%202h9.5A2.25%202.25%200%200%201%2017%204.25v2.3l-1.5%201.875V4.25a.75.75%200%200%200-.75-.75h-9.5a.75.75%200%200%200-.75.75V5h.75a.75.75%200%200%201%200%201.5H4.5v3.25h.75a.75.75%200%200%201%200%201.5H4.5v3.25h.75a.75.75%200%200%201%200%201.5H4.5v.75c0%20.414.336.75.75.75h2.989l-1.2%201.5H5.25A2.25%202.25%200%200%201%203%2016.75V16h-.75a.75.75%200%200%201%200-1.5H3v-3.25h-.75a.75.75%200%200%201%200-1.5H3V6.5h-.75a.75.75%200%200%201%200-1.5H3zM7.75%207a.75.75%200%200%200%200%201.5h4.5a.75.75%200%200%200%200-1.5zM18%2013.126a.5.5%200%200%200-.89-.312l-4.298%205.374a.5.5%200%200%200%20.39.812h4.048a.75.75%200%200%200%20.75-.75zm-1.46%204.415h-1.342l1.343-1.68zM21%206.003c0-.946-1.19-1.363-1.78-.625l-12%2014.997A1%201%200%200%200%208%2021.999h10.75A2.25%202.25%200%200%200%2021%2019.75zm-1.5%201.425v12.321a.75.75%200%200%201-.75.75H9.04z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/binder-triangle-24-regular.svg?color=%231a73e8&size=48