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

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

The same icon in other sets

More business icons from Material Symbols

Use the graph 6 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 22.5q-1.25 0-2.125-.875T9 19.5t.875-2.125T12 16.5t2.125.875T15 19.5t-.875 2.125T12 22.5m0-2q.425 0 .713-.288T13 19.5t-.288-.712T12 18.5t-.712.288T11 19.5t.288.713t.712.287m-6.5-1.75q-1.25 0-2.125-.875T2.5 15.75t.875-2.125T5.5 12.75t2.125.875t.875 2.125t-.875 2.125t-2.125.875m13 0q-1.25 0-2.125-.875T15.5 15.75t.875-2.125t2.125-.875t2.125.875t.875 2.125t-.875 2.125t-2.125.875m-13-2q.425 0 .713-.288t.287-.712t-.288-.712t-.712-.288t-.712.288t-.288.712t.288.713t.712.287m13 0q.425 0 .713-.288t.287-.712t-.288-.712t-.712-.288t-.712.288t-.288.712t.288.713t.712.287m-13-5.5q-1.25 0-2.125-.875T2.5 8.25t.875-2.125T5.5 5.25t2.125.875T8.5 8.25t-.875 2.125t-2.125.875m13 0q-1.25 0-2.125-.875T15.5 8.25t.875-2.125T18.5 5.25t2.125.875t.875 2.125t-.875 2.125t-2.125.875m-13-2q.425 0 .713-.288T6.5 8.25t-.288-.712T5.5 7.25t-.712.288t-.288.712t.288.713t.712.287m13 0q.425 0 .713-.288t.287-.712t-.288-.712t-.712-.288t-.712.288t-.288.712t.288.713t.712.287M12 7.5q-1.25 0-2.125-.875T9 4.5t.875-2.125T12 1.5t2.125.875T15 4.5t-.875 2.125T12 7.5m0-2q.425 0 .713-.288T13 4.5t-.288-.712T12 3.5t-.712.288T11 4.5t.288.713T12 5.5"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsGraph6(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="M12 22.5q-1.25 0-2.125-.875T9 19.5t.875-2.125T12 16.5t2.125.875T15 19.5t-.875 2.125T12 22.5m0-2q.425 0 .713-.288T13 19.5t-.288-.712T12 18.5t-.712.288T11 19.5t.288.713t.712.287m-6.5-1.75q-1.25 0-2.125-.875T2.5 15.75t.875-2.125T5.5 12.75t2.125.875t.875 2.125t-.875 2.125t-2.125.875m13 0q-1.25 0-2.125-.875T15.5 15.75t.875-2.125t2.125-.875t2.125.875t.875 2.125t-.875 2.125t-2.125.875m-13-2q.425 0 .713-.288t.287-.712t-.288-.712t-.712-.288t-.712.288t-.288.712t.288.713t.712.287m13 0q.425 0 .713-.288t.287-.712t-.288-.712t-.712-.288t-.712.288t-.288.712t.288.713t.712.287m-13-5.5q-1.25 0-2.125-.875T2.5 8.25t.875-2.125T5.5 5.25t2.125.875T8.5 8.25t-.875 2.125t-2.125.875m13 0q-1.25 0-2.125-.875T15.5 8.25t.875-2.125T18.5 5.25t2.125.875t.875 2.125t-.875 2.125t-2.125.875m-13-2q.425 0 .713-.288T6.5 8.25t-.288-.712T5.5 7.25t-.712.288t-.288.712t.288.713t.712.287m13 0q.425 0 .713-.288t.287-.712t-.288-.712t-.712-.288t-.712.288t-.288.712t.288.713t.712.287M12 7.5q-1.25 0-2.125-.875T9 4.5t.875-2.125T12 1.5t2.125.875T15 4.5t-.875 2.125T12 7.5m0-2q.425 0 .713-.288T13 4.5t-.288-.712T12 3.5t-.712.288T11 4.5t.288.713T12 5.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 22.5q-1.25 0-2.125-.875T9 19.5t.875-2.125T12 16.5t2.125.875T15 19.5t-.875 2.125T12 22.5m0-2q.425 0 .713-.288T13 19.5t-.288-.712T12 18.5t-.712.288T11 19.5t.288.713t.712.287m-6.5-1.75q-1.25 0-2.125-.875T2.5 15.75t.875-2.125T5.5 12.75t2.125.875t.875 2.125t-.875 2.125t-2.125.875m13 0q-1.25 0-2.125-.875T15.5 15.75t.875-2.125t2.125-.875t2.125.875t.875 2.125t-.875 2.125t-2.125.875m-13-2q.425 0 .713-.288t.287-.712t-.288-.712t-.712-.288t-.712.288t-.288.712t.288.713t.712.287m13 0q.425 0 .713-.288t.287-.712t-.288-.712t-.712-.288t-.712.288t-.288.712t.288.713t.712.287m-13-5.5q-1.25 0-2.125-.875T2.5 8.25t.875-2.125T5.5 5.25t2.125.875T8.5 8.25t-.875 2.125t-2.125.875m13 0q-1.25 0-2.125-.875T15.5 8.25t.875-2.125T18.5 5.25t2.125.875t.875 2.125t-.875 2.125t-2.125.875m-13-2q.425 0 .713-.288T6.5 8.25t-.288-.712T5.5 7.25t-.712.288t-.288.712t.288.713t.712.287m13 0q.425 0 .713-.288t.287-.712t-.288-.712t-.712-.288t-.712.288t-.288.712t.288.713t.712.287M12 7.5q-1.25 0-2.125-.875T9 4.5t.875-2.125T12 1.5t2.125.875T15 4.5t-.875 2.125T12 7.5m0-2q.425 0 .713-.288T13 4.5t-.288-.712T12 3.5t-.712.288T11 4.5t.288.713T12 5.5"/></svg>
</template>

CSS

.icon-graph-6 {
  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%22M12%2022.5q-1.25%200-2.125-.875T9%2019.5t.875-2.125T12%2016.5t2.125.875T15%2019.5t-.875%202.125T12%2022.5m0-2q.425%200%20.713-.288T13%2019.5t-.288-.712T12%2018.5t-.712.288T11%2019.5t.288.713t.712.287m-6.5-1.75q-1.25%200-2.125-.875T2.5%2015.75t.875-2.125T5.5%2012.75t2.125.875t.875%202.125t-.875%202.125t-2.125.875m13%200q-1.25%200-2.125-.875T15.5%2015.75t.875-2.125t2.125-.875t2.125.875t.875%202.125t-.875%202.125t-2.125.875m-13-2q.425%200%20.713-.288t.287-.712t-.288-.712t-.712-.288t-.712.288t-.288.712t.288.713t.712.287m13%200q.425%200%20.713-.288t.287-.712t-.288-.712t-.712-.288t-.712.288t-.288.712t.288.713t.712.287m-13-5.5q-1.25%200-2.125-.875T2.5%208.25t.875-2.125T5.5%205.25t2.125.875T8.5%208.25t-.875%202.125t-2.125.875m13%200q-1.25%200-2.125-.875T15.5%208.25t.875-2.125T18.5%205.25t2.125.875t.875%202.125t-.875%202.125t-2.125.875m-13-2q.425%200%20.713-.288T6.5%208.25t-.288-.712T5.5%207.25t-.712.288t-.288.712t.288.713t.712.287m13%200q.425%200%20.713-.288t.287-.712t-.288-.712t-.712-.288t-.712.288t-.288.712t.288.713t.712.287M12%207.5q-1.25%200-2.125-.875T9%204.5t.875-2.125T12%201.5t2.125.875T15%204.5t-.875%202.125T12%207.5m0-2q.425%200%20.713-.288T13%204.5t-.288-.712T12%203.5t-.712.288T11%204.5t.288.713T12%205.5%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%22M12%2022.5q-1.25%200-2.125-.875T9%2019.5t.875-2.125T12%2016.5t2.125.875T15%2019.5t-.875%202.125T12%2022.5m0-2q.425%200%20.713-.288T13%2019.5t-.288-.712T12%2018.5t-.712.288T11%2019.5t.288.713t.712.287m-6.5-1.75q-1.25%200-2.125-.875T2.5%2015.75t.875-2.125T5.5%2012.75t2.125.875t.875%202.125t-.875%202.125t-2.125.875m13%200q-1.25%200-2.125-.875T15.5%2015.75t.875-2.125t2.125-.875t2.125.875t.875%202.125t-.875%202.125t-2.125.875m-13-2q.425%200%20.713-.288t.287-.712t-.288-.712t-.712-.288t-.712.288t-.288.712t.288.713t.712.287m13%200q.425%200%20.713-.288t.287-.712t-.288-.712t-.712-.288t-.712.288t-.288.712t.288.713t.712.287m-13-5.5q-1.25%200-2.125-.875T2.5%208.25t.875-2.125T5.5%205.25t2.125.875T8.5%208.25t-.875%202.125t-2.125.875m13%200q-1.25%200-2.125-.875T15.5%208.25t.875-2.125T18.5%205.25t2.125.875t.875%202.125t-.875%202.125t-2.125.875m-13-2q.425%200%20.713-.288T6.5%208.25t-.288-.712T5.5%207.25t-.712.288t-.288.712t.288.713t.712.287m13%200q.425%200%20.713-.288t.287-.712t-.288-.712t-.712-.288t-.712.288t-.288.712t.288.713t.712.287M12%207.5q-1.25%200-2.125-.875T9%204.5t.875-2.125T12%201.5t2.125.875T15%204.5t-.875%202.125T12%207.5m0-2q.425%200%20.713-.288T13%204.5t-.288-.712T12%203.5t-.712.288T11%204.5t.288.713T12%205.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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