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

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

1 other variant in Material Symbols Light

The same icon in other sets

More business icons from Material Symbols Light

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.346 20.98q-.98 0-1.673-.691q-.692-.693-.692-1.674q0-.84.534-1.49q.533-.65 1.331-.816V7.652q-.798-.166-1.331-.816q-.534-.65-.534-1.49q0-.98.692-1.663Q6.366 3 7.346 3t1.673.692t.693 1.674q0 .84-.524 1.48q-.525.64-1.342.806v5.425q.567-.725 1.397-1.16q.83-.436 1.834-.436h1.846q1.346 0 2.279-.962q.933-.961.933-2.307v-.56q-.799-.165-1.323-.806q-.523-.64-.523-1.48q0-.981.682-1.674Q15.654 3 16.634 3q.981 0 1.683.692t.702 1.674q0 .84-.533 1.48q-.534.64-1.352.806v.56q0 1.767-1.231 3.018t-2.98 1.25h-1.846q-1.346 0-2.289.962t-.942 2.327v.54q.818.166 1.342.816t.523 1.49q0 .981-.692 1.674t-1.673.692"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightGraph8(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.346 20.98q-.98 0-1.673-.691q-.692-.693-.692-1.674q0-.84.534-1.49q.533-.65 1.331-.816V7.652q-.798-.166-1.331-.816q-.534-.65-.534-1.49q0-.98.692-1.663Q6.366 3 7.346 3t1.673.692t.693 1.674q0 .84-.524 1.48q-.525.64-1.342.806v5.425q.567-.725 1.397-1.16q.83-.436 1.834-.436h1.846q1.346 0 2.279-.962q.933-.961.933-2.307v-.56q-.799-.165-1.323-.806q-.523-.64-.523-1.48q0-.981.682-1.674Q15.654 3 16.634 3q.981 0 1.683.692t.702 1.674q0 .84-.533 1.48q-.534.64-1.352.806v.56q0 1.767-1.231 3.018t-2.98 1.25h-1.846q-1.346 0-2.289.962t-.942 2.327v.54q.818.166 1.342.816t.523 1.49q0 .981-.692 1.674t-1.673.692"/></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.346 20.98q-.98 0-1.673-.691q-.692-.693-.692-1.674q0-.84.534-1.49q.533-.65 1.331-.816V7.652q-.798-.166-1.331-.816q-.534-.65-.534-1.49q0-.98.692-1.663Q6.366 3 7.346 3t1.673.692t.693 1.674q0 .84-.524 1.48q-.525.64-1.342.806v5.425q.567-.725 1.397-1.16q.83-.436 1.834-.436h1.846q1.346 0 2.279-.962q.933-.961.933-2.307v-.56q-.799-.165-1.323-.806q-.523-.64-.523-1.48q0-.981.682-1.674Q15.654 3 16.634 3q.981 0 1.683.692t.702 1.674q0 .84-.533 1.48q-.534.64-1.352.806v.56q0 1.767-1.231 3.018t-2.98 1.25h-1.846q-1.346 0-2.289.962t-.942 2.327v.54q.818.166 1.342.816t.523 1.49q0 .981-.692 1.674t-1.673.692"/></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.346%2020.98q-.98%200-1.673-.691q-.692-.693-.692-1.674q0-.84.534-1.49q.533-.65%201.331-.816V7.652q-.798-.166-1.331-.816q-.534-.65-.534-1.49q0-.98.692-1.663Q6.366%203%207.346%203t1.673.692t.693%201.674q0%20.84-.524%201.48q-.525.64-1.342.806v5.425q.567-.725%201.397-1.16q.83-.436%201.834-.436h1.846q1.346%200%202.279-.962q.933-.961.933-2.307v-.56q-.799-.165-1.323-.806q-.523-.64-.523-1.48q0-.981.682-1.674Q15.654%203%2016.634%203q.981%200%201.683.692t.702%201.674q0%20.84-.533%201.48q-.534.64-1.352.806v.56q0%201.767-1.231%203.018t-2.98%201.25h-1.846q-1.346%200-2.289.962t-.942%202.327v.54q.818.166%201.342.816t.523%201.49q0%20.981-.692%201.674t-1.673.692%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.346%2020.98q-.98%200-1.673-.691q-.692-.693-.692-1.674q0-.84.534-1.49q.533-.65%201.331-.816V7.652q-.798-.166-1.331-.816q-.534-.65-.534-1.49q0-.98.692-1.663Q6.366%203%207.346%203t1.673.692t.693%201.674q0%20.84-.524%201.48q-.525.64-1.342.806v5.425q.567-.725%201.397-1.16q.83-.436%201.834-.436h1.846q1.346%200%202.279-.962q.933-.961.933-2.307v-.56q-.799-.165-1.323-.806q-.523-.64-.523-1.48q0-.981.682-1.674Q15.654%203%2016.634%203q.981%200%201.683.692t.702%201.674q0%20.84-.533%201.48q-.534.64-1.352.806v.56q0%201.767-1.231%203.018t-2.98%201.25h-1.846q-1.346%200-2.289.962t-.942%202.327v.54q.818.166%201.342.816t.523%201.49q0%20.981-.692%201.674t-1.673.692%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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