graph-3 from Material Symbols by Google · Regular · Business · Apache-2.0 Free for personal and commercial use.

Name
graph-3
Set
Material Symbols
Style
Regular
Category
Business
Viewbox
24×24
License
Apache 2.0
Aliases
graph-3-outline, graph-3-outline-rounded, graph-3-outline-sharp, graph-3-rounded, graph-3-sharp

The same icon in other sets

More business icons from Material Symbols

Use the graph 3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 22q-1.25 0-2.125-.875T9 19q0-.125.013-.275t.037-.275l-2.075-1.175q-.4.35-.9.538T5 18q-1.25 0-2.125-.875T2 15t.875-2.125T5 12q.6 0 1.125.225t.95.625l2.975-1.5q-.075-.575.062-1.125T10.6 9.2l-.85-1.3q-.175.05-.363.075T9 8q-1.25 0-2.125-.875T6 5t.875-2.125T9 2t2.125.875T12 5q0 .5-.162.963T11.4 6.8l.875 1.3q.2-.05.375-.075T13.025 8q.425 0 .8.1t.725.3l1.65-1.35q-.1-.25-.15-.512T16 6q0-1.25.875-2.125T19 3t2.125.875T22 6t-.875 2.125T19 9q-.425 0-.8-.112t-.725-.313l-1.65 1.375q.1.25.15.513t.05.537q0 1.25-.875 2.125T13.025 14q-.6 0-1.137-.225t-.963-.625l-2.95 1.475q.05.225.038.45t-.063.45l2.1 1.2q.4-.35.888-.538T12 16q1.25 0 2.125.875T15 19t-.875 2.125T12 22m-7-6q.425 0 .713-.288T6 15t-.288-.712T5 14t-.712.288T4 15t.288.713T5 16M9 6q.425 0 .713-.288T10 5t-.288-.712T9 4t-.712.288T8 5t.288.713T9 6m3 14q.425 0 .713-.288T13 19t-.288-.712T12 18t-.712.288T11 19t.288.713T12 20m1-8q.425 0 .713-.288T14 11t-.288-.712T13 10t-.712.288T12 11t.288.713T13 12m6-5q.425 0 .713-.288T20 6t-.288-.712T19 5t-.712.288T18 6t.288.713T19 7"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsGraph3(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="M12 22q-1.25 0-2.125-.875T9 19q0-.125.013-.275t.037-.275l-2.075-1.175q-.4.35-.9.538T5 18q-1.25 0-2.125-.875T2 15t.875-2.125T5 12q.6 0 1.125.225t.95.625l2.975-1.5q-.075-.575.062-1.125T10.6 9.2l-.85-1.3q-.175.05-.363.075T9 8q-1.25 0-2.125-.875T6 5t.875-2.125T9 2t2.125.875T12 5q0 .5-.162.963T11.4 6.8l.875 1.3q.2-.05.375-.075T13.025 8q.425 0 .8.1t.725.3l1.65-1.35q-.1-.25-.15-.512T16 6q0-1.25.875-2.125T19 3t2.125.875T22 6t-.875 2.125T19 9q-.425 0-.8-.112t-.725-.313l-1.65 1.375q.1.25.15.513t.05.537q0 1.25-.875 2.125T13.025 14q-.6 0-1.137-.225t-.963-.625l-2.95 1.475q.05.225.038.45t-.063.45l2.1 1.2q.4-.35.888-.538T12 16q1.25 0 2.125.875T15 19t-.875 2.125T12 22m-7-6q.425 0 .713-.288T6 15t-.288-.712T5 14t-.712.288T4 15t.288.713T5 16M9 6q.425 0 .713-.288T10 5t-.288-.712T9 4t-.712.288T8 5t.288.713T9 6m3 14q.425 0 .713-.288T13 19t-.288-.712T12 18t-.712.288T11 19t.288.713T12 20m1-8q.425 0 .713-.288T14 11t-.288-.712T13 10t-.712.288T12 11t.288.713T13 12m6-5q.425 0 .713-.288T20 6t-.288-.712T19 5t-.712.288T18 6t.288.713T19 7"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 22q-1.25 0-2.125-.875T9 19q0-.125.013-.275t.037-.275l-2.075-1.175q-.4.35-.9.538T5 18q-1.25 0-2.125-.875T2 15t.875-2.125T5 12q.6 0 1.125.225t.95.625l2.975-1.5q-.075-.575.062-1.125T10.6 9.2l-.85-1.3q-.175.05-.363.075T9 8q-1.25 0-2.125-.875T6 5t.875-2.125T9 2t2.125.875T12 5q0 .5-.162.963T11.4 6.8l.875 1.3q.2-.05.375-.075T13.025 8q.425 0 .8.1t.725.3l1.65-1.35q-.1-.25-.15-.512T16 6q0-1.25.875-2.125T19 3t2.125.875T22 6t-.875 2.125T19 9q-.425 0-.8-.112t-.725-.313l-1.65 1.375q.1.25.15.513t.05.537q0 1.25-.875 2.125T13.025 14q-.6 0-1.137-.225t-.963-.625l-2.95 1.475q.05.225.038.45t-.063.45l2.1 1.2q.4-.35.888-.538T12 16q1.25 0 2.125.875T15 19t-.875 2.125T12 22m-7-6q.425 0 .713-.288T6 15t-.288-.712T5 14t-.712.288T4 15t.288.713T5 16M9 6q.425 0 .713-.288T10 5t-.288-.712T9 4t-.712.288T8 5t.288.713T9 6m3 14q.425 0 .713-.288T13 19t-.288-.712T12 18t-.712.288T11 19t.288.713T12 20m1-8q.425 0 .713-.288T14 11t-.288-.712T13 10t-.712.288T12 11t.288.713T13 12m6-5q.425 0 .713-.288T20 6t-.288-.712T19 5t-.712.288T18 6t.288.713T19 7"/></svg>
</template>

CSS

.icon-graph-3 {
  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%22M12%2022q-1.25%200-2.125-.875T9%2019q0-.125.013-.275t.037-.275l-2.075-1.175q-.4.35-.9.538T5%2018q-1.25%200-2.125-.875T2%2015t.875-2.125T5%2012q.6%200%201.125.225t.95.625l2.975-1.5q-.075-.575.062-1.125T10.6%209.2l-.85-1.3q-.175.05-.363.075T9%208q-1.25%200-2.125-.875T6%205t.875-2.125T9%202t2.125.875T12%205q0%20.5-.162.963T11.4%206.8l.875%201.3q.2-.05.375-.075T13.025%208q.425%200%20.8.1t.725.3l1.65-1.35q-.1-.25-.15-.512T16%206q0-1.25.875-2.125T19%203t2.125.875T22%206t-.875%202.125T19%209q-.425%200-.8-.112t-.725-.313l-1.65%201.375q.1.25.15.513t.05.537q0%201.25-.875%202.125T13.025%2014q-.6%200-1.137-.225t-.963-.625l-2.95%201.475q.05.225.038.45t-.063.45l2.1%201.2q.4-.35.888-.538T12%2016q1.25%200%202.125.875T15%2019t-.875%202.125T12%2022m-7-6q.425%200%20.713-.288T6%2015t-.288-.712T5%2014t-.712.288T4%2015t.288.713T5%2016M9%206q.425%200%20.713-.288T10%205t-.288-.712T9%204t-.712.288T8%205t.288.713T9%206m3%2014q.425%200%20.713-.288T13%2019t-.288-.712T12%2018t-.712.288T11%2019t.288.713T12%2020m1-8q.425%200%20.713-.288T14%2011t-.288-.712T13%2010t-.712.288T12%2011t.288.713T13%2012m6-5q.425%200%20.713-.288T20%206t-.288-.712T19%205t-.712.288T18%206t.288.713T19%207%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%22M12%2022q-1.25%200-2.125-.875T9%2019q0-.125.013-.275t.037-.275l-2.075-1.175q-.4.35-.9.538T5%2018q-1.25%200-2.125-.875T2%2015t.875-2.125T5%2012q.6%200%201.125.225t.95.625l2.975-1.5q-.075-.575.062-1.125T10.6%209.2l-.85-1.3q-.175.05-.363.075T9%208q-1.25%200-2.125-.875T6%205t.875-2.125T9%202t2.125.875T12%205q0%20.5-.162.963T11.4%206.8l.875%201.3q.2-.05.375-.075T13.025%208q.425%200%20.8.1t.725.3l1.65-1.35q-.1-.25-.15-.512T16%206q0-1.25.875-2.125T19%203t2.125.875T22%206t-.875%202.125T19%209q-.425%200-.8-.112t-.725-.313l-1.65%201.375q.1.25.15.513t.05.537q0%201.25-.875%202.125T13.025%2014q-.6%200-1.137-.225t-.963-.625l-2.95%201.475q.05.225.038.45t-.063.45l2.1%201.2q.4-.35.888-.538T12%2016q1.25%200%202.125.875T15%2019t-.875%202.125T12%2022m-7-6q.425%200%20.713-.288T6%2015t-.288-.712T5%2014t-.712.288T4%2015t.288.713T5%2016M9%206q.425%200%20.713-.288T10%205t-.288-.712T9%204t-.712.288T8%205t.288.713T9%206m3%2014q.425%200%20.713-.288T13%2019t-.288-.712T12%2018t-.712.288T11%2019t.288.713T12%2020m1-8q.425%200%20.713-.288T14%2011t-.288-.712T13%2010t-.712.288T12%2011t.288.713T13%2012m6-5q.425%200%20.713-.288T20%206t-.288-.712T19%205t-.712.288T18%206t.288.713T19%207%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/graph-3.svg?color=%231a73e8&size=48