diagram icon
diagram-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- diagram-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- License
- MIT
3 other variants in Fluent UI System Icons
The same icon in other sets
Use the diagram icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M5 2a3 3 0 0 0-3 3v9a3 3 0 0 0 3 3h.825l.886-1H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v5.033a2.5 2.5 0 0 1 1 .4V5a3 3 0 0 0-3-3zm.5 3a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1zM5 8.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5M6.5 11a.5.5 0 0 0-.374.832L8.941 15l-2.815 3.168A.5.5 0 0 0 6.5 19h8.095a1.5 1.5 0 0 0 1.044-.423l3.134-3.039a.75.75 0 0 0 0-1.077l-3.134-3.038A1.5 1.5 0 0 0 14.595 11z"/></svg>
React
import type { SVGProps } from "react";
export function FluentDiagram20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M5 2a3 3 0 0 0-3 3v9a3 3 0 0 0 3 3h.825l.886-1H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v5.033a2.5 2.5 0 0 1 1 .4V5a3 3 0 0 0-3-3zm.5 3a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1zM5 8.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5M6.5 11a.5.5 0 0 0-.374.832L8.941 15l-2.815 3.168A.5.5 0 0 0 6.5 19h8.095a1.5 1.5 0 0 0 1.044-.423l3.134-3.039a.75.75 0 0 0 0-1.077l-3.134-3.038A1.5 1.5 0 0 0 14.595 11z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M5 2a3 3 0 0 0-3 3v9a3 3 0 0 0 3 3h.825l.886-1H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v5.033a2.5 2.5 0 0 1 1 .4V5a3 3 0 0 0-3-3zm.5 3a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1zM5 8.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5M6.5 11a.5.5 0 0 0-.374.832L8.941 15l-2.815 3.168A.5.5 0 0 0 6.5 19h8.095a1.5 1.5 0 0 0 1.044-.423l3.134-3.039a.75.75 0 0 0 0-1.077l-3.134-3.038A1.5 1.5 0 0 0 14.595 11z"/></svg> </template>
CSS
.icon-diagram-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%202a3%203%200%200%200-3%203v9a3%203%200%200%200%203%203h.825l.886-1H5a2%202%200%200%201-2-2V5a2%202%200%200%201%202-2h8a2%202%200%200%201%202%202v5.033a2.5%202.5%200%200%201%201%20.4V5a3%203%200%200%200-3-3zm.5%203a.5.5%200%200%200%200%201h7a.5.5%200%200%200%200-1zM5%208.5a.5.5%200%200%201%20.5-.5h4a.5.5%200%200%201%200%201h-4a.5.5%200%200%201-.5-.5M6.5%2011a.5.5%200%200%200-.374.832L8.941%2015l-2.815%203.168A.5.5%200%200%200%206.5%2019h8.095a1.5%201.5%200%200%200%201.044-.423l3.134-3.039a.75.75%200%200%200%200-1.077l-3.134-3.038A1.5%201.5%200%200%200%2014.595%2011z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%202a3%203%200%200%200-3%203v9a3%203%200%200%200%203%203h.825l.886-1H5a2%202%200%200%201-2-2V5a2%202%200%200%201%202-2h8a2%202%200%200%201%202%202v5.033a2.5%202.5%200%200%201%201%20.4V5a3%203%200%200%200-3-3zm.5%203a.5.5%200%200%200%200%201h7a.5.5%200%200%200%200-1zM5%208.5a.5.5%200%200%201%20.5-.5h4a.5.5%200%200%201%200%201h-4a.5.5%200%200%201-.5-.5M6.5%2011a.5.5%200%200%200-.374.832L8.941%2015l-2.815%203.168A.5.5%200%200%200%206.5%2019h8.095a1.5%201.5%200%200%200%201.044-.423l3.134-3.039a.75.75%200%200%200%200-1.077l-3.134-3.038A1.5%201.5%200%200%200%2014.595%2011z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/diagram-20-filled.svg?color=%231a73e8&size=48