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

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

1 other variant in Material Symbols

The same icon in other sets

More business icons from Material Symbols

Use the graph 8 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 22q-1.25 0-2.125-.875T4 19q0-.975.563-1.75T6 16.175v-8.35q-.875-.3-1.437-1.075T4 5q0-1.25.875-2.125T7 2t2.125.875T10 5q0 .975-.562 1.75T8 7.825V12q.625-.475 1.388-.737T11 11h2q1.25 0 2.125-.875T16 8v-.175q-.875-.3-1.437-1.075T14 5q0-1.25.875-2.125T17 2t2.125.875T20 5q0 .975-.562 1.75T18 7.825V8q0 2.075-1.463 3.538T13 13h-2q-1.25 0-2.125.875T8 16v.175q.875.3 1.438 1.075T10 19q0 1.25-.875 2.125T7 22"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsGraph8(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="M7 22q-1.25 0-2.125-.875T4 19q0-.975.563-1.75T6 16.175v-8.35q-.875-.3-1.437-1.075T4 5q0-1.25.875-2.125T7 2t2.125.875T10 5q0 .975-.562 1.75T8 7.825V12q.625-.475 1.388-.737T11 11h2q1.25 0 2.125-.875T16 8v-.175q-.875-.3-1.437-1.075T14 5q0-1.25.875-2.125T17 2t2.125.875T20 5q0 .975-.562 1.75T18 7.825V8q0 2.075-1.463 3.538T13 13h-2q-1.25 0-2.125.875T8 16v.175q.875.3 1.438 1.075T10 19q0 1.25-.875 2.125T7 22"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 22q-1.25 0-2.125-.875T4 19q0-.975.563-1.75T6 16.175v-8.35q-.875-.3-1.437-1.075T4 5q0-1.25.875-2.125T7 2t2.125.875T10 5q0 .975-.562 1.75T8 7.825V12q.625-.475 1.388-.737T11 11h2q1.25 0 2.125-.875T16 8v-.175q-.875-.3-1.437-1.075T14 5q0-1.25.875-2.125T17 2t2.125.875T20 5q0 .975-.562 1.75T18 7.825V8q0 2.075-1.463 3.538T13 13h-2q-1.25 0-2.125.875T8 16v.175q.875.3 1.438 1.075T10 19q0 1.25-.875 2.125T7 22"/></svg>
</template>

CSS

.icon-graph-8 {
  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%22M7%2022q-1.25%200-2.125-.875T4%2019q0-.975.563-1.75T6%2016.175v-8.35q-.875-.3-1.437-1.075T4%205q0-1.25.875-2.125T7%202t2.125.875T10%205q0%20.975-.562%201.75T8%207.825V12q.625-.475%201.388-.737T11%2011h2q1.25%200%202.125-.875T16%208v-.175q-.875-.3-1.437-1.075T14%205q0-1.25.875-2.125T17%202t2.125.875T20%205q0%20.975-.562%201.75T18%207.825V8q0%202.075-1.463%203.538T13%2013h-2q-1.25%200-2.125.875T8%2016v.175q.875.3%201.438%201.075T10%2019q0%201.25-.875%202.125T7%2022%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%22M7%2022q-1.25%200-2.125-.875T4%2019q0-.975.563-1.75T6%2016.175v-8.35q-.875-.3-1.437-1.075T4%205q0-1.25.875-2.125T7%202t2.125.875T10%205q0%20.975-.562%201.75T8%207.825V12q.625-.475%201.388-.737T11%2011h2q1.25%200%202.125-.875T16%208v-.175q-.875-.3-1.437-1.075T14%205q0-1.25.875-2.125T17%202t2.125.875T20%205q0%20.975-.562%201.75T18%207.825V8q0%202.075-1.463%203.538T13%2013h-2q-1.25%200-2.125.875T8%2016v.175q.875.3%201.438%201.075T10%2019q0%201.25-.875%202.125T7%2022%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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