diagram-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
diagram-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M2 5.25A3.25 3.25 0 0 1 5.25 2h10.5A3.25 3.25 0 0 1 19 5.25v6.033A2.75 2.75 0 0 0 17.785 11H17.5V5.25a1.75 1.75 0 0 0-1.75-1.75H5.25A1.75 1.75 0 0 0 3.5 5.25v11.5c0 .966.784 1.75 1.75 1.75h3.37L7.357 20H5.25A3.25 3.25 0 0 1 2 16.75zM6.75 6a.75.75 0 0 0 0 1.5h7.5a.75.75 0 0 0 0-1.5zm.32 6.434A.75.75 0 0 1 7.75 12h10.035a1.75 1.75 0 0 1 1.338.623l3.7 4.394a.75.75 0 0 1 0 .966l-3.7 4.394a1.75 1.75 0 0 1-1.338.623H7.75a.75.75 0 0 1-.574-1.233L10.77 17.5l-3.594-4.267a.75.75 0 0 1-.106-.8M9.362 13.5l2.962 3.517a.75.75 0 0 1 0 .966L9.362 21.5h8.423a.25.25 0 0 0 .191-.089L21.27 17.5l-3.294-3.911a.25.25 0 0 0-.191-.089zM6.75 9a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5z"/></svg>

React

import type { SVGProps } from "react";

export function FluentDiagram24Regular(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 5.25A3.25 3.25 0 0 1 5.25 2h10.5A3.25 3.25 0 0 1 19 5.25v6.033A2.75 2.75 0 0 0 17.785 11H17.5V5.25a1.75 1.75 0 0 0-1.75-1.75H5.25A1.75 1.75 0 0 0 3.5 5.25v11.5c0 .966.784 1.75 1.75 1.75h3.37L7.357 20H5.25A3.25 3.25 0 0 1 2 16.75zM6.75 6a.75.75 0 0 0 0 1.5h7.5a.75.75 0 0 0 0-1.5zm.32 6.434A.75.75 0 0 1 7.75 12h10.035a1.75 1.75 0 0 1 1.338.623l3.7 4.394a.75.75 0 0 1 0 .966l-3.7 4.394a1.75 1.75 0 0 1-1.338.623H7.75a.75.75 0 0 1-.574-1.233L10.77 17.5l-3.594-4.267a.75.75 0 0 1-.106-.8M9.362 13.5l2.962 3.517a.75.75 0 0 1 0 .966L9.362 21.5h8.423a.25.25 0 0 0 .191-.089L21.27 17.5l-3.294-3.911a.25.25 0 0 0-.191-.089zM6.75 9a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5z"/></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 5.25A3.25 3.25 0 0 1 5.25 2h10.5A3.25 3.25 0 0 1 19 5.25v6.033A2.75 2.75 0 0 0 17.785 11H17.5V5.25a1.75 1.75 0 0 0-1.75-1.75H5.25A1.75 1.75 0 0 0 3.5 5.25v11.5c0 .966.784 1.75 1.75 1.75h3.37L7.357 20H5.25A3.25 3.25 0 0 1 2 16.75zM6.75 6a.75.75 0 0 0 0 1.5h7.5a.75.75 0 0 0 0-1.5zm.32 6.434A.75.75 0 0 1 7.75 12h10.035a1.75 1.75 0 0 1 1.338.623l3.7 4.394a.75.75 0 0 1 0 .966l-3.7 4.394a1.75 1.75 0 0 1-1.338.623H7.75a.75.75 0 0 1-.574-1.233L10.77 17.5l-3.594-4.267a.75.75 0 0 1-.106-.8M9.362 13.5l2.962 3.517a.75.75 0 0 1 0 .966L9.362 21.5h8.423a.25.25 0 0 0 .191-.089L21.27 17.5l-3.294-3.911a.25.25 0 0 0-.191-.089zM6.75 9a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5z"/></svg>
</template>

CSS

.icon-diagram-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%205.25A3.25%203.25%200%200%201%205.25%202h10.5A3.25%203.25%200%200%201%2019%205.25v6.033A2.75%202.75%200%200%200%2017.785%2011H17.5V5.25a1.75%201.75%200%200%200-1.75-1.75H5.25A1.75%201.75%200%200%200%203.5%205.25v11.5c0%20.966.784%201.75%201.75%201.75h3.37L7.357%2020H5.25A3.25%203.25%200%200%201%202%2016.75zM6.75%206a.75.75%200%200%200%200%201.5h7.5a.75.75%200%200%200%200-1.5zm.32%206.434A.75.75%200%200%201%207.75%2012h10.035a1.75%201.75%200%200%201%201.338.623l3.7%204.394a.75.75%200%200%201%200%20.966l-3.7%204.394a1.75%201.75%200%200%201-1.338.623H7.75a.75.75%200%200%201-.574-1.233L10.77%2017.5l-3.594-4.267a.75.75%200%200%201-.106-.8M9.362%2013.5l2.962%203.517a.75.75%200%200%201%200%20.966L9.362%2021.5h8.423a.25.25%200%200%200%20.191-.089L21.27%2017.5l-3.294-3.911a.25.25%200%200%200-.191-.089zM6.75%209a.75.75%200%200%200%200%201.5h4.5a.75.75%200%200%200%200-1.5z%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%205.25A3.25%203.25%200%200%201%205.25%202h10.5A3.25%203.25%200%200%201%2019%205.25v6.033A2.75%202.75%200%200%200%2017.785%2011H17.5V5.25a1.75%201.75%200%200%200-1.75-1.75H5.25A1.75%201.75%200%200%200%203.5%205.25v11.5c0%20.966.784%201.75%201.75%201.75h3.37L7.357%2020H5.25A3.25%203.25%200%200%201%202%2016.75zM6.75%206a.75.75%200%200%200%200%201.5h7.5a.75.75%200%200%200%200-1.5zm.32%206.434A.75.75%200%200%201%207.75%2012h10.035a1.75%201.75%200%200%201%201.338.623l3.7%204.394a.75.75%200%200%201%200%20.966l-3.7%204.394a1.75%201.75%200%200%201-1.338.623H7.75a.75.75%200%200%201-.574-1.233L10.77%2017.5l-3.594-4.267a.75.75%200%200%201-.106-.8M9.362%2013.5l2.962%203.517a.75.75%200%200%201%200%20.966L9.362%2021.5h8.423a.25.25%200%200%200%20.191-.089L21.27%2017.5l-3.294-3.911a.25.25%200%200%200-.191-.089zM6.75%209a.75.75%200%200%200%200%201.5h4.5a.75.75%200%200%200%200-1.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/diagram-24-regular.svg?color=%231a73e8&size=48