binder triangle icon
binder-triangle-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- binder-triangle-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- 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 16 16"><path fill="currentColor" d="M3.75 1A1.75 1.75 0 0 0 2 2.75V3h-.5a.5.5 0 0 0 0 1H2v2h-.5a.5.5 0 0 0 0 1H2v2h-.5a.5.5 0 0 0 0 1H2v.25c0 .966.784 1.75 1.75 1.75h.857L11 4.187V2.75A1.75 1.75 0 0 0 9.25 1zM5.5 4h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1m8.5-.5a.5.5 0 0 0-.887-.317l-9 11A.5.5 0 0 0 4.5 15h7.75A1.75 1.75 0 0 0 14 13.25zm-2.95 5.6a.25.25 0 0 1 .45.15V12a.5.5 0 0 1-.5.5H9a.25.25 0 0 1-.2-.4z"/></svg>
React
import type { SVGProps } from "react";
export function FluentBinderTriangle16Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M3.75 1A1.75 1.75 0 0 0 2 2.75V3h-.5a.5.5 0 0 0 0 1H2v2h-.5a.5.5 0 0 0 0 1H2v2h-.5a.5.5 0 0 0 0 1H2v.25c0 .966.784 1.75 1.75 1.75h.857L11 4.187V2.75A1.75 1.75 0 0 0 9.25 1zM5.5 4h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1m8.5-.5a.5.5 0 0 0-.887-.317l-9 11A.5.5 0 0 0 4.5 15h7.75A1.75 1.75 0 0 0 14 13.25zm-2.95 5.6a.25.25 0 0 1 .45.15V12a.5.5 0 0 1-.5.5H9a.25.25 0 0 1-.2-.4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M3.75 1A1.75 1.75 0 0 0 2 2.75V3h-.5a.5.5 0 0 0 0 1H2v2h-.5a.5.5 0 0 0 0 1H2v2h-.5a.5.5 0 0 0 0 1H2v.25c0 .966.784 1.75 1.75 1.75h.857L11 4.187V2.75A1.75 1.75 0 0 0 9.25 1zM5.5 4h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1m8.5-.5a.5.5 0 0 0-.887-.317l-9 11A.5.5 0 0 0 4.5 15h7.75A1.75 1.75 0 0 0 14 13.25zm-2.95 5.6a.25.25 0 0 1 .45.15V12a.5.5 0 0 1-.5.5H9a.25.25 0 0 1-.2-.4z"/></svg> </template>
CSS
.icon-binder-triangle-16-filled {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.75%201A1.75%201.75%200%200%200%202%202.75V3h-.5a.5.5%200%200%200%200%201H2v2h-.5a.5.5%200%200%200%200%201H2v2h-.5a.5.5%200%200%200%200%201H2v.25c0%20.966.784%201.75%201.75%201.75h.857L11%204.187V2.75A1.75%201.75%200%200%200%209.25%201zM5.5%204h2a.5.5%200%200%201%200%201h-2a.5.5%200%200%201%200-1m8.5-.5a.5.5%200%200%200-.887-.317l-9%2011A.5.5%200%200%200%204.5%2015h7.75A1.75%201.75%200%200%200%2014%2013.25zm-2.95%205.6a.25.25%200%200%201%20.45.15V12a.5.5%200%200%201-.5.5H9a.25.25%200%200%201-.2-.4z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.75%201A1.75%201.75%200%200%200%202%202.75V3h-.5a.5.5%200%200%200%200%201H2v2h-.5a.5.5%200%200%200%200%201H2v2h-.5a.5.5%200%200%200%200%201H2v.25c0%20.966.784%201.75%201.75%201.75h.857L11%204.187V2.75A1.75%201.75%200%200%200%209.25%201zM5.5%204h2a.5.5%200%200%201%200%201h-2a.5.5%200%200%201%200-1m8.5-.5a.5.5%200%200%200-.887-.317l-9%2011A.5.5%200%200%200%204.5%2015h7.75A1.75%201.75%200%200%200%2014%2013.25zm-2.95%205.6a.25.25%200%200%201%20.45.15V12a.5.5%200%200%201-.5.5H9a.25.25%200%200%201-.2-.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/binder-triangle-16-filled.svg?color=%231a73e8&size=48