graph 8 icon
graph-8-outline from Material Symbols by Google · Outline · Business · Apache-2.0 Free for personal and commercial use.
- Name
- graph-8-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- graph-8-outline-rounded, graph-8-outline-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 22M7 6q.425 0 .713-.288T8 5t-.288-.712T7 4t-.712.288T6 5t.288.713T7 6m10 0q.425 0 .713-.288T18 5t-.288-.712T17 4t-.712.288T16 5t.288.713T17 6M7 20q.425 0 .713-.288T8 19t-.288-.712T7 18t-.712.288T6 19t.288.713T7 20m0-1"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsGraph8Outline(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 22M7 6q.425 0 .713-.288T8 5t-.288-.712T7 4t-.712.288T6 5t.288.713T7 6m10 0q.425 0 .713-.288T18 5t-.288-.712T17 4t-.712.288T16 5t.288.713T17 6M7 20q.425 0 .713-.288T8 19t-.288-.712T7 18t-.712.288T6 19t.288.713T7 20m0-1"/></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 22M7 6q.425 0 .713-.288T8 5t-.288-.712T7 4t-.712.288T6 5t.288.713T7 6m10 0q.425 0 .713-.288T18 5t-.288-.712T17 4t-.712.288T16 5t.288.713T17 6M7 20q.425 0 .713-.288T8 19t-.288-.712T7 18t-.712.288T6 19t.288.713T7 20m0-1"/></svg> </template>
CSS
.icon-graph-8-outline {
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%2022M7%206q.425%200%20.713-.288T8%205t-.288-.712T7%204t-.712.288T6%205t.288.713T7%206m10%200q.425%200%20.713-.288T18%205t-.288-.712T17%204t-.712.288T16%205t.288.713T17%206M7%2020q.425%200%20.713-.288T8%2019t-.288-.712T7%2018t-.712.288T6%2019t.288.713T7%2020m0-1%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%2022M7%206q.425%200%20.713-.288T8%205t-.288-.712T7%204t-.712.288T6%205t.288.713T7%206m10%200q.425%200%20.713-.288T18%205t-.288-.712T17%204t-.712.288T16%205t.288.713T17%206M7%2020q.425%200%20.713-.288T8%2019t-.288-.712T7%2018t-.712.288T6%2019t.288.713T7%2020m0-1%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-outline.svg?color=%231a73e8&size=48