graph 8 icon
graph-8-outline from Material Symbols Light by Google · Outline · Business · Apache-2.0 Free for personal and commercial use.
- Name
- graph-8-outline
- Set
- Material Symbols Light
- 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 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.35 20.98q-.984 0-1.677-.69q-.692-.689-.692-1.674q0-.841.534-1.491q.533-.65 1.331-.816V7.652q-.798-.166-1.331-.816q-.534-.65-.534-1.49q0-.978.689-1.662T7.343 3t1.676.69t.692 1.676q0 .84-.524 1.48q-.523.64-1.34.806v5.425q.566-.725 1.396-1.16q.83-.436 1.834-.436h1.846q1.338 0 2.275-.962q.937-.961.937-2.308v-.559q-.799-.166-1.323-.806t-.523-1.48q0-.986.684-1.676q.685-.69 1.664-.69t1.68.69t.702 1.675q0 .84-.533 1.481q-.534.64-1.352.806v.56q0 1.771-1.231 3.02t-2.98 1.249h-1.846q-1.346 0-2.289.959q-.942.959-.942 2.33v.54q.818.165 1.342.815t.523 1.49q0 .986-.688 1.676q-.69.69-1.673.69m.006-14.27q.569 0 .962-.392t.394-.972t-.393-.973t-.973-.393q-.56 0-.962.403q-.403.403-.403.962q0 .56.403.963t.972.403m9.288 0q.57 0 .963-.393T18 5.347t-.392-.973t-.973-.393q-.56 0-.963.403q-.403.402-.403.962t.403.963t.972.402m-9.288 13.27q.569 0 .962-.393t.394-.972t-.393-.973t-.973-.393q-.56 0-.962.403q-.403.403-.403.963t.403.962t.972.403m-.01-1.366"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightGraph8Outline(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.35 20.98q-.984 0-1.677-.69q-.692-.689-.692-1.674q0-.841.534-1.491q.533-.65 1.331-.816V7.652q-.798-.166-1.331-.816q-.534-.65-.534-1.49q0-.978.689-1.662T7.343 3t1.676.69t.692 1.676q0 .84-.524 1.48q-.523.64-1.34.806v5.425q.566-.725 1.396-1.16q.83-.436 1.834-.436h1.846q1.338 0 2.275-.962q.937-.961.937-2.308v-.559q-.799-.166-1.323-.806t-.523-1.48q0-.986.684-1.676q.685-.69 1.664-.69t1.68.69t.702 1.675q0 .84-.533 1.481q-.534.64-1.352.806v.56q0 1.771-1.231 3.02t-2.98 1.249h-1.846q-1.346 0-2.289.959q-.942.959-.942 2.33v.54q.818.165 1.342.815t.523 1.49q0 .986-.688 1.676q-.69.69-1.673.69m.006-14.27q.569 0 .962-.392t.394-.972t-.393-.973t-.973-.393q-.56 0-.962.403q-.403.403-.403.962q0 .56.403.963t.972.403m9.288 0q.57 0 .963-.393T18 5.347t-.392-.973t-.973-.393q-.56 0-.963.403q-.403.402-.403.962t.403.963t.972.402m-9.288 13.27q.569 0 .962-.393t.394-.972t-.393-.973t-.973-.393q-.56 0-.962.403q-.403.403-.403.963t.403.962t.972.403m-.01-1.366"/></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.35 20.98q-.984 0-1.677-.69q-.692-.689-.692-1.674q0-.841.534-1.491q.533-.65 1.331-.816V7.652q-.798-.166-1.331-.816q-.534-.65-.534-1.49q0-.978.689-1.662T7.343 3t1.676.69t.692 1.676q0 .84-.524 1.48q-.523.64-1.34.806v5.425q.566-.725 1.396-1.16q.83-.436 1.834-.436h1.846q1.338 0 2.275-.962q.937-.961.937-2.308v-.559q-.799-.166-1.323-.806t-.523-1.48q0-.986.684-1.676q.685-.69 1.664-.69t1.68.69t.702 1.675q0 .84-.533 1.481q-.534.64-1.352.806v.56q0 1.771-1.231 3.02t-2.98 1.249h-1.846q-1.346 0-2.289.959q-.942.959-.942 2.33v.54q.818.165 1.342.815t.523 1.49q0 .986-.688 1.676q-.69.69-1.673.69m.006-14.27q.569 0 .962-.392t.394-.972t-.393-.973t-.973-.393q-.56 0-.962.403q-.403.403-.403.962q0 .56.403.963t.972.403m9.288 0q.57 0 .963-.393T18 5.347t-.392-.973t-.973-.393q-.56 0-.963.403q-.403.402-.403.962t.403.963t.972.402m-9.288 13.27q.569 0 .962-.393t.394-.972t-.393-.973t-.973-.393q-.56 0-.962.403q-.403.403-.403.963t.403.962t.972.403m-.01-1.366"/></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.35%2020.98q-.984%200-1.677-.69q-.692-.689-.692-1.674q0-.841.534-1.491q.533-.65%201.331-.816V7.652q-.798-.166-1.331-.816q-.534-.65-.534-1.49q0-.978.689-1.662T7.343%203t1.676.69t.692%201.676q0%20.84-.524%201.48q-.523.64-1.34.806v5.425q.566-.725%201.396-1.16q.83-.436%201.834-.436h1.846q1.338%200%202.275-.962q.937-.961.937-2.308v-.559q-.799-.166-1.323-.806t-.523-1.48q0-.986.684-1.676q.685-.69%201.664-.69t1.68.69t.702%201.675q0%20.84-.533%201.481q-.534.64-1.352.806v.56q0%201.771-1.231%203.02t-2.98%201.249h-1.846q-1.346%200-2.289.959q-.942.959-.942%202.33v.54q.818.165%201.342.815t.523%201.49q0%20.986-.688%201.676q-.69.69-1.673.69m.006-14.27q.569%200%20.962-.392t.394-.972t-.393-.973t-.973-.393q-.56%200-.962.403q-.403.403-.403.962q0%20.56.403.963t.972.403m9.288%200q.57%200%20.963-.393T18%205.347t-.392-.973t-.973-.393q-.56%200-.963.403q-.403.402-.403.962t.403.963t.972.402m-9.288%2013.27q.569%200%20.962-.393t.394-.972t-.393-.973t-.973-.393q-.56%200-.962.403q-.403.403-.403.963t.403.962t.972.403m-.01-1.366%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.35%2020.98q-.984%200-1.677-.69q-.692-.689-.692-1.674q0-.841.534-1.491q.533-.65%201.331-.816V7.652q-.798-.166-1.331-.816q-.534-.65-.534-1.49q0-.978.689-1.662T7.343%203t1.676.69t.692%201.676q0%20.84-.524%201.48q-.523.64-1.34.806v5.425q.566-.725%201.396-1.16q.83-.436%201.834-.436h1.846q1.338%200%202.275-.962q.937-.961.937-2.308v-.559q-.799-.166-1.323-.806t-.523-1.48q0-.986.684-1.676q.685-.69%201.664-.69t1.68.69t.702%201.675q0%20.84-.533%201.481q-.534.64-1.352.806v.56q0%201.771-1.231%203.02t-2.98%201.249h-1.846q-1.346%200-2.289.959q-.942.959-.942%202.33v.54q.818.165%201.342.815t.523%201.49q0%20.986-.688%201.676q-.69.69-1.673.69m.006-14.27q.569%200%20.962-.392t.394-.972t-.393-.973t-.973-.393q-.56%200-.962.403q-.403.403-.403.962q0%20.56.403.963t.972.403m9.288%200q.57%200%20.963-.393T18%205.347t-.392-.973t-.973-.393q-.56%200-.963.403q-.403.402-.403.962t.403.963t.972.402m-9.288%2013.27q.569%200%20.962-.393t.394-.972t-.393-.973t-.973-.393q-.56%200-.962.403q-.403.403-.403.963t.403.962t.972.403m-.01-1.366%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-outline.svg?color=%231a73e8&size=48