graph 6 icon
graph-6 from Material Symbols Light by Google · Regular · Business · Apache-2.0 Free for personal and commercial use.
- Name
- graph-6
- Set
- Material Symbols Light
- 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 Light
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="M11.983 21.462q-.978 0-1.664-.69q-.685-.688-.685-1.672t.685-1.677t1.664-.692t1.68.689q.703.688.703 1.673t-.702 1.676t-1.681.693m.008-1q.569 0 .972-.393t.403-.972t-.399-.973t-.986-.393q-.56 0-.953.403t-.393.962t.393.963q.393.402.963.402m-6.123-2.538q-.979 0-1.664-.689t-.685-1.673t.685-1.676t1.664-.693t1.68.69q.702.688.702 1.672t-.702 1.677t-1.68.692m12.23 0q-.978 0-1.663-.689t-.685-1.673t.685-1.676t1.664-.693t1.68.69q.702.688.702 1.672q0 .985-.702 1.677t-1.68.692m-12.224-1q.57 0 .972-.392q.403-.392.403-.972t-.398-.973t-.986-.394q-.56 0-.953.403q-.394.403-.394.963t.393.962q.394.403.963.403m12.23 0q.57 0 .973-.392t.403-.972t-.398-.973t-.987-.394q-.56 0-.953.403t-.393.963t.393.962t.963.403M5.868 10.846q-.979 0-1.664-.689T3.52 8.484t.685-1.676t1.664-.692t1.68.688q.702.69.702 1.673t-.702 1.677q-.702.692-1.68.692m12.23 0q-.978 0-1.663-.689t-.685-1.673t.685-1.676t1.664-.692t1.68.688q.702.69.702 1.673q0 .985-.702 1.677t-1.68.692m-12.224-1q.57 0 .972-.392q.403-.392.403-.972t-.398-.973q-.398-.394-.986-.394q-.56 0-.953.403q-.394.403-.394.963t.393.962q.394.403.963.403m12.23 0q.57 0 .973-.392t.403-.972t-.398-.973q-.398-.394-.987-.394q-.56 0-.953.403t-.393.963t.393.962t.963.403M11.983 7.25q-.978 0-1.664-.689t-.685-1.673t.685-1.676t1.664-.693t1.68.69q.703.688.703 1.672t-.702 1.677t-1.681.692m.008-1q.569 0 .972-.392t.403-.972t-.399-.973q-.398-.394-.986-.394q-.56 0-.953.403t-.393.963t.393.962t.963.403"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightGraph6(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="M11.983 21.462q-.978 0-1.664-.69q-.685-.688-.685-1.672t.685-1.677t1.664-.692t1.68.689q.703.688.703 1.673t-.702 1.676t-1.681.693m.008-1q.569 0 .972-.393t.403-.972t-.399-.973t-.986-.393q-.56 0-.953.403t-.393.962t.393.963q.393.402.963.402m-6.123-2.538q-.979 0-1.664-.689t-.685-1.673t.685-1.676t1.664-.693t1.68.69q.702.688.702 1.672t-.702 1.677t-1.68.692m12.23 0q-.978 0-1.663-.689t-.685-1.673t.685-1.676t1.664-.693t1.68.69q.702.688.702 1.672q0 .985-.702 1.677t-1.68.692m-12.224-1q.57 0 .972-.392q.403-.392.403-.972t-.398-.973t-.986-.394q-.56 0-.953.403q-.394.403-.394.963t.393.962q.394.403.963.403m12.23 0q.57 0 .973-.392t.403-.972t-.398-.973t-.987-.394q-.56 0-.953.403t-.393.963t.393.962t.963.403M5.868 10.846q-.979 0-1.664-.689T3.52 8.484t.685-1.676t1.664-.692t1.68.688q.702.69.702 1.673t-.702 1.677q-.702.692-1.68.692m12.23 0q-.978 0-1.663-.689t-.685-1.673t.685-1.676t1.664-.692t1.68.688q.702.69.702 1.673q0 .985-.702 1.677t-1.68.692m-12.224-1q.57 0 .972-.392q.403-.392.403-.972t-.398-.973q-.398-.394-.986-.394q-.56 0-.953.403q-.394.403-.394.963t.393.962q.394.403.963.403m12.23 0q.57 0 .973-.392t.403-.972t-.398-.973q-.398-.394-.987-.394q-.56 0-.953.403t-.393.963t.393.962t.963.403M11.983 7.25q-.978 0-1.664-.689t-.685-1.673t.685-1.676t1.664-.693t1.68.69q.703.688.703 1.672t-.702 1.677t-1.681.692m.008-1q.569 0 .972-.392t.403-.972t-.399-.973q-.398-.394-.986-.394q-.56 0-.953.403t-.393.963t.393.962t.963.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="M11.983 21.462q-.978 0-1.664-.69q-.685-.688-.685-1.672t.685-1.677t1.664-.692t1.68.689q.703.688.703 1.673t-.702 1.676t-1.681.693m.008-1q.569 0 .972-.393t.403-.972t-.399-.973t-.986-.393q-.56 0-.953.403t-.393.962t.393.963q.393.402.963.402m-6.123-2.538q-.979 0-1.664-.689t-.685-1.673t.685-1.676t1.664-.693t1.68.69q.702.688.702 1.672t-.702 1.677t-1.68.692m12.23 0q-.978 0-1.663-.689t-.685-1.673t.685-1.676t1.664-.693t1.68.69q.702.688.702 1.672q0 .985-.702 1.677t-1.68.692m-12.224-1q.57 0 .972-.392q.403-.392.403-.972t-.398-.973t-.986-.394q-.56 0-.953.403q-.394.403-.394.963t.393.962q.394.403.963.403m12.23 0q.57 0 .973-.392t.403-.972t-.398-.973t-.987-.394q-.56 0-.953.403t-.393.963t.393.962t.963.403M5.868 10.846q-.979 0-1.664-.689T3.52 8.484t.685-1.676t1.664-.692t1.68.688q.702.69.702 1.673t-.702 1.677q-.702.692-1.68.692m12.23 0q-.978 0-1.663-.689t-.685-1.673t.685-1.676t1.664-.692t1.68.688q.702.69.702 1.673q0 .985-.702 1.677t-1.68.692m-12.224-1q.57 0 .972-.392q.403-.392.403-.972t-.398-.973q-.398-.394-.986-.394q-.56 0-.953.403q-.394.403-.394.963t.393.962q.394.403.963.403m12.23 0q.57 0 .973-.392t.403-.972t-.398-.973q-.398-.394-.987-.394q-.56 0-.953.403t-.393.963t.393.962t.963.403M11.983 7.25q-.978 0-1.664-.689t-.685-1.673t.685-1.676t1.664-.693t1.68.69q.703.688.703 1.672t-.702 1.677t-1.681.692m.008-1q.569 0 .972-.392t.403-.972t-.399-.973q-.398-.394-.986-.394q-.56 0-.953.403t-.393.963t.393.962t.963.403"/></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%22M11.983%2021.462q-.978%200-1.664-.69q-.685-.688-.685-1.672t.685-1.677t1.664-.692t1.68.689q.703.688.703%201.673t-.702%201.676t-1.681.693m.008-1q.569%200%20.972-.393t.403-.972t-.399-.973t-.986-.393q-.56%200-.953.403t-.393.962t.393.963q.393.402.963.402m-6.123-2.538q-.979%200-1.664-.689t-.685-1.673t.685-1.676t1.664-.693t1.68.69q.702.688.702%201.672t-.702%201.677t-1.68.692m12.23%200q-.978%200-1.663-.689t-.685-1.673t.685-1.676t1.664-.693t1.68.69q.702.688.702%201.672q0%20.985-.702%201.677t-1.68.692m-12.224-1q.57%200%20.972-.392q.403-.392.403-.972t-.398-.973t-.986-.394q-.56%200-.953.403q-.394.403-.394.963t.393.962q.394.403.963.403m12.23%200q.57%200%20.973-.392t.403-.972t-.398-.973t-.987-.394q-.56%200-.953.403t-.393.963t.393.962t.963.403M5.868%2010.846q-.979%200-1.664-.689T3.52%208.484t.685-1.676t1.664-.692t1.68.688q.702.69.702%201.673t-.702%201.677q-.702.692-1.68.692m12.23%200q-.978%200-1.663-.689t-.685-1.673t.685-1.676t1.664-.692t1.68.688q.702.69.702%201.673q0%20.985-.702%201.677t-1.68.692m-12.224-1q.57%200%20.972-.392q.403-.392.403-.972t-.398-.973q-.398-.394-.986-.394q-.56%200-.953.403q-.394.403-.394.963t.393.962q.394.403.963.403m12.23%200q.57%200%20.973-.392t.403-.972t-.398-.973q-.398-.394-.987-.394q-.56%200-.953.403t-.393.963t.393.962t.963.403M11.983%207.25q-.978%200-1.664-.689t-.685-1.673t.685-1.676t1.664-.693t1.68.69q.703.688.703%201.672t-.702%201.677t-1.681.692m.008-1q.569%200%20.972-.392t.403-.972t-.399-.973q-.398-.394-.986-.394q-.56%200-.953.403t-.393.963t.393.962t.963.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%22M11.983%2021.462q-.978%200-1.664-.69q-.685-.688-.685-1.672t.685-1.677t1.664-.692t1.68.689q.703.688.703%201.673t-.702%201.676t-1.681.693m.008-1q.569%200%20.972-.393t.403-.972t-.399-.973t-.986-.393q-.56%200-.953.403t-.393.962t.393.963q.393.402.963.402m-6.123-2.538q-.979%200-1.664-.689t-.685-1.673t.685-1.676t1.664-.693t1.68.69q.702.688.702%201.672t-.702%201.677t-1.68.692m12.23%200q-.978%200-1.663-.689t-.685-1.673t.685-1.676t1.664-.693t1.68.69q.702.688.702%201.672q0%20.985-.702%201.677t-1.68.692m-12.224-1q.57%200%20.972-.392q.403-.392.403-.972t-.398-.973t-.986-.394q-.56%200-.953.403q-.394.403-.394.963t.393.962q.394.403.963.403m12.23%200q.57%200%20.973-.392t.403-.972t-.398-.973t-.987-.394q-.56%200-.953.403t-.393.963t.393.962t.963.403M5.868%2010.846q-.979%200-1.664-.689T3.52%208.484t.685-1.676t1.664-.692t1.68.688q.702.69.702%201.673t-.702%201.677q-.702.692-1.68.692m12.23%200q-.978%200-1.663-.689t-.685-1.673t.685-1.676t1.664-.692t1.68.688q.702.69.702%201.673q0%20.985-.702%201.677t-1.68.692m-12.224-1q.57%200%20.972-.392q.403-.392.403-.972t-.398-.973q-.398-.394-.986-.394q-.56%200-.953.403q-.394.403-.394.963t.393.962q.394.403.963.403m12.23%200q.57%200%20.973-.392t.403-.972t-.398-.973q-.398-.394-.987-.394q-.56%200-.953.403t-.393.963t.393.962t.963.403M11.983%207.25q-.978%200-1.664-.689t-.685-1.673t.685-1.676t1.664-.693t1.68.69q.703.688.703%201.672t-.702%201.677t-1.681.692m.008-1q.569%200%20.972-.392t.403-.972t-.399-.973q-.398-.394-.986-.394q-.56%200-.953.403t-.393.963t.393.962t.963.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-6.svg?color=%231a73e8&size=48