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

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

The same icon in other sets

More business icons from Material Symbols Light

Use the graph 1 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-.682q-.692-.682-.692-1.663q0-.84.534-1.49q.533-.65 1.331-.816V7.67q-.798-.165-1.331-.815q-.534-.65-.534-1.49q0-.981.692-1.674Q6.366 3 7.346 3t1.673.692t.693 1.674q0 .84-.524 1.49t-1.342.815v.54q0 1.366.942 2.328t2.289.961h1.846q1.748 0 2.98 1.251t1.232 3.018v.56q.817.165 1.35.805q.534.641.534 1.481q0 .981-.702 1.674q-.701.692-1.682.692t-1.664-.693t-.682-1.673q0-.84.524-1.48t1.322-.806v-.56q0-1.346-.933-2.308t-2.279-.961h-1.846q-1.004 0-1.834-.436q-.83-.435-1.397-1.16v5.425q.817.165 1.341.805q.525.641.525 1.481q0 .981-.693 1.674t-1.673.692m0-.981q.579 0 .972-.393t.394-.972t-.394-.972t-.972-.394q-.56 0-.962.403q-.403.403-.403.963t.403.962q.402.403.962.403m9.289 0q.579 0 .972-.393t.393-.973q0-.578-.393-.972t-.972-.393q-.56 0-.963.403t-.403.963t.403.962t.962.403M7.346 6.73q.579 0 .972-.392t.394-.972q0-.58-.394-.973T7.346 4q-.56 0-.962.403q-.403.403-.403.963t.403.962t.962.403"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightGraph1(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-.682q-.692-.682-.692-1.663q0-.84.534-1.49q.533-.65 1.331-.816V7.67q-.798-.165-1.331-.815q-.534-.65-.534-1.49q0-.981.692-1.674Q6.366 3 7.346 3t1.673.692t.693 1.674q0 .84-.524 1.49t-1.342.815v.54q0 1.366.942 2.328t2.289.961h1.846q1.748 0 2.98 1.251t1.232 3.018v.56q.817.165 1.35.805q.534.641.534 1.481q0 .981-.702 1.674q-.701.692-1.682.692t-1.664-.693t-.682-1.673q0-.84.524-1.48t1.322-.806v-.56q0-1.346-.933-2.308t-2.279-.961h-1.846q-1.004 0-1.834-.436q-.83-.435-1.397-1.16v5.425q.817.165 1.341.805q.525.641.525 1.481q0 .981-.693 1.674t-1.673.692m0-.981q.579 0 .972-.393t.394-.972t-.394-.972t-.972-.394q-.56 0-.962.403q-.403.403-.403.963t.403.962q.402.403.962.403m9.289 0q.579 0 .972-.393t.393-.973q0-.578-.393-.972t-.972-.393q-.56 0-.963.403t-.403.963t.403.962t.962.403M7.346 6.73q.579 0 .972-.392t.394-.972q0-.58-.394-.973T7.346 4q-.56 0-.962.403q-.403.403-.403.963t.403.962t.962.403"/></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-.682q-.692-.682-.692-1.663q0-.84.534-1.49q.533-.65 1.331-.816V7.67q-.798-.165-1.331-.815q-.534-.65-.534-1.49q0-.981.692-1.674Q6.366 3 7.346 3t1.673.692t.693 1.674q0 .84-.524 1.49t-1.342.815v.54q0 1.366.942 2.328t2.289.961h1.846q1.748 0 2.98 1.251t1.232 3.018v.56q.817.165 1.35.805q.534.641.534 1.481q0 .981-.702 1.674q-.701.692-1.682.692t-1.664-.693t-.682-1.673q0-.84.524-1.48t1.322-.806v-.56q0-1.346-.933-2.308t-2.279-.961h-1.846q-1.004 0-1.834-.436q-.83-.435-1.397-1.16v5.425q.817.165 1.341.805q.525.641.525 1.481q0 .981-.693 1.674t-1.673.692m0-.981q.579 0 .972-.393t.394-.972t-.394-.972t-.972-.394q-.56 0-.962.403q-.403.403-.403.963t.403.962q.402.403.962.403m9.289 0q.579 0 .972-.393t.393-.973q0-.578-.393-.972t-.972-.393q-.56 0-.963.403t-.403.963t.403.962t.962.403M7.346 6.73q.579 0 .972-.392t.394-.972q0-.58-.394-.973T7.346 4q-.56 0-.962.403q-.403.403-.403.963t.403.962t.962.403"/></svg>
</template>

CSS

.icon-graph-1 {
  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-.682q-.692-.682-.692-1.663q0-.84.534-1.49q.533-.65%201.331-.816V7.67q-.798-.165-1.331-.815q-.534-.65-.534-1.49q0-.981.692-1.674Q6.366%203%207.346%203t1.673.692t.693%201.674q0%20.84-.524%201.49t-1.342.815v.54q0%201.366.942%202.328t2.289.961h1.846q1.748%200%202.98%201.251t1.232%203.018v.56q.817.165%201.35.805q.534.641.534%201.481q0%20.981-.702%201.674q-.701.692-1.682.692t-1.664-.693t-.682-1.673q0-.84.524-1.48t1.322-.806v-.56q0-1.346-.933-2.308t-2.279-.961h-1.846q-1.004%200-1.834-.436q-.83-.435-1.397-1.16v5.425q.817.165%201.341.805q.525.641.525%201.481q0%20.981-.693%201.674t-1.673.692m0-.981q.579%200%20.972-.393t.394-.972t-.394-.972t-.972-.394q-.56%200-.962.403q-.403.403-.403.963t.403.962q.402.403.962.403m9.289%200q.579%200%20.972-.393t.393-.973q0-.578-.393-.972t-.972-.393q-.56%200-.963.403t-.403.963t.403.962t.962.403M7.346%206.73q.579%200%20.972-.392t.394-.972q0-.58-.394-.973T7.346%204q-.56%200-.962.403q-.403.403-.403.963t.403.962t.962.403%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-.682q-.692-.682-.692-1.663q0-.84.534-1.49q.533-.65%201.331-.816V7.67q-.798-.165-1.331-.815q-.534-.65-.534-1.49q0-.981.692-1.674Q6.366%203%207.346%203t1.673.692t.693%201.674q0%20.84-.524%201.49t-1.342.815v.54q0%201.366.942%202.328t2.289.961h1.846q1.748%200%202.98%201.251t1.232%203.018v.56q.817.165%201.35.805q.534.641.534%201.481q0%20.981-.702%201.674q-.701.692-1.682.692t-1.664-.693t-.682-1.673q0-.84.524-1.48t1.322-.806v-.56q0-1.346-.933-2.308t-2.279-.961h-1.846q-1.004%200-1.834-.436q-.83-.435-1.397-1.16v5.425q.817.165%201.341.805q.525.641.525%201.481q0%20.981-.693%201.674t-1.673.692m0-.981q.579%200%20.972-.393t.394-.972t-.394-.972t-.972-.394q-.56%200-.962.403q-.403.403-.403.963t.403.962q.402.403.962.403m9.289%200q.579%200%20.972-.393t.393-.973q0-.578-.393-.972t-.972-.393q-.56%200-.963.403t-.403.963t.403.962t.962.403M7.346%206.73q.579%200%20.972-.392t.394-.972q0-.58-.394-.973T7.346%204q-.56%200-.962.403q-.403.403-.403.963t.403.962t.962.403%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-1.svg?color=%231a73e8&size=48