binder triangle icon
binder-triangle-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.
- Name
- binder-triangle-32-filled
- Set
- Fluent UI System Icons
- Style
- 32 Filled
- Viewbox
- 32×32
- 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 32 32"><path fill="currentColor" d="M6.25 2A3.25 3.25 0 0 0 3 5.25V6H2a1 1 0 0 0 0 2h1v5H2a1 1 0 1 0 0 2h1v5H2a1 1 0 1 0 0 2h1v.75A3.25 3.25 0 0 0 6.25 26h1.446L23 8.14V5.25A3.25 3.25 0 0 0 19.75 2zM10 9h6a1 1 0 1 1 0 2h-6a1 1 0 1 1 0-2m18.996-1.497c0-1.393-1.733-2.034-2.639-.976L8.364 27.526c-.834.973-.143 2.476 1.139 2.476h16.243a3.25 3.25 0 0 0 3.25-3.25zM23.12 17.971a.5.5 0 0 1 .88.326V24a1 1 0 0 1-1 1h-4.815a.5.5 0 0 1-.38-.825z"/></svg>
React
import type { SVGProps } from "react";
export function FluentBinderTriangle32Filled(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="M6.25 2A3.25 3.25 0 0 0 3 5.25V6H2a1 1 0 0 0 0 2h1v5H2a1 1 0 1 0 0 2h1v5H2a1 1 0 1 0 0 2h1v.75A3.25 3.25 0 0 0 6.25 26h1.446L23 8.14V5.25A3.25 3.25 0 0 0 19.75 2zM10 9h6a1 1 0 1 1 0 2h-6a1 1 0 1 1 0-2m18.996-1.497c0-1.393-1.733-2.034-2.639-.976L8.364 27.526c-.834.973-.143 2.476 1.139 2.476h16.243a3.25 3.25 0 0 0 3.25-3.25zM23.12 17.971a.5.5 0 0 1 .88.326V24a1 1 0 0 1-1 1h-4.815a.5.5 0 0 1-.38-.825z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6.25 2A3.25 3.25 0 0 0 3 5.25V6H2a1 1 0 0 0 0 2h1v5H2a1 1 0 1 0 0 2h1v5H2a1 1 0 1 0 0 2h1v.75A3.25 3.25 0 0 0 6.25 26h1.446L23 8.14V5.25A3.25 3.25 0 0 0 19.75 2zM10 9h6a1 1 0 1 1 0 2h-6a1 1 0 1 1 0-2m18.996-1.497c0-1.393-1.733-2.034-2.639-.976L8.364 27.526c-.834.973-.143 2.476 1.139 2.476h16.243a3.25 3.25 0 0 0 3.25-3.25zM23.12 17.971a.5.5 0 0 1 .88.326V24a1 1 0 0 1-1 1h-4.815a.5.5 0 0 1-.38-.825z"/></svg> </template>
CSS
.icon-binder-triangle-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.25%202A3.25%203.25%200%200%200%203%205.25V6H2a1%201%200%200%200%200%202h1v5H2a1%201%200%201%200%200%202h1v5H2a1%201%200%201%200%200%202h1v.75A3.25%203.25%200%200%200%206.25%2026h1.446L23%208.14V5.25A3.25%203.25%200%200%200%2019.75%202zM10%209h6a1%201%200%201%201%200%202h-6a1%201%200%201%201%200-2m18.996-1.497c0-1.393-1.733-2.034-2.639-.976L8.364%2027.526c-.834.973-.143%202.476%201.139%202.476h16.243a3.25%203.25%200%200%200%203.25-3.25zM23.12%2017.971a.5.5%200%200%201%20.88.326V24a1%201%200%200%201-1%201h-4.815a.5.5%200%200%201-.38-.825z%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%22M6.25%202A3.25%203.25%200%200%200%203%205.25V6H2a1%201%200%200%200%200%202h1v5H2a1%201%200%201%200%200%202h1v5H2a1%201%200%201%200%200%202h1v.75A3.25%203.25%200%200%200%206.25%2026h1.446L23%208.14V5.25A3.25%203.25%200%200%200%2019.75%202zM10%209h6a1%201%200%201%201%200%202h-6a1%201%200%201%201%200-2m18.996-1.497c0-1.393-1.733-2.034-2.639-.976L8.364%2027.526c-.834.973-.143%202.476%201.139%202.476h16.243a3.25%203.25%200%200%200%203.25-3.25zM23.12%2017.971a.5.5%200%200%201%20.88.326V24a1%201%200%200%201-1%201h-4.815a.5.5%200%200%201-.38-.825z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/binder-triangle-32-filled.svg?color=%231a73e8&size=48