graph-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
graph-light
Set
Phosphor
Style
Light
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the graph icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M200 154a29.87 29.87 0 0 0-19.5 7.23l-25.62-19.93A29.8 29.8 0 0 0 158 128a31 31 0 0 0-.22-3.6L174 119a30 30 0 1 0-4-15a31 31 0 0 0 .22 3.6L154 113a29.91 29.91 0 0 0-32.42-14.31l-8.14-18.3a30 30 0 1 0-11 4.88l8.14 18.3a29.92 29.92 0 0 0-8.52 39.43L74 168a30.08 30.08 0 1 0 8 9l28-25a29.91 29.91 0 0 0 37.47-1.23l25.62 19.93A30 30 0 1 0 200 154m0-68a18 18 0 1 1-18 18a18 18 0 0 1 18-18M78 56a18 18 0 1 1 18 18a18 18 0 0 1-18-18M56 210a18 18 0 1 1 18-18a18 18 0 0 1-18 18m72-64a18 18 0 1 1 18-18a18 18 0 0 1-18 18m72 56a18 18 0 1 1 18-18a18 18 0 0 1-18 18"/></svg>

React

import type { SVGProps } from "react";

export function PhGraphLight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M200 154a29.87 29.87 0 0 0-19.5 7.23l-25.62-19.93A29.8 29.8 0 0 0 158 128a31 31 0 0 0-.22-3.6L174 119a30 30 0 1 0-4-15a31 31 0 0 0 .22 3.6L154 113a29.91 29.91 0 0 0-32.42-14.31l-8.14-18.3a30 30 0 1 0-11 4.88l8.14 18.3a29.92 29.92 0 0 0-8.52 39.43L74 168a30.08 30.08 0 1 0 8 9l28-25a29.91 29.91 0 0 0 37.47-1.23l25.62 19.93A30 30 0 1 0 200 154m0-68a18 18 0 1 1-18 18a18 18 0 0 1 18-18M78 56a18 18 0 1 1 18 18a18 18 0 0 1-18-18M56 210a18 18 0 1 1 18-18a18 18 0 0 1-18 18m72-64a18 18 0 1 1 18-18a18 18 0 0 1-18 18m72 56a18 18 0 1 1 18-18a18 18 0 0 1-18 18"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M200 154a29.87 29.87 0 0 0-19.5 7.23l-25.62-19.93A29.8 29.8 0 0 0 158 128a31 31 0 0 0-.22-3.6L174 119a30 30 0 1 0-4-15a31 31 0 0 0 .22 3.6L154 113a29.91 29.91 0 0 0-32.42-14.31l-8.14-18.3a30 30 0 1 0-11 4.88l8.14 18.3a29.92 29.92 0 0 0-8.52 39.43L74 168a30.08 30.08 0 1 0 8 9l28-25a29.91 29.91 0 0 0 37.47-1.23l25.62 19.93A30 30 0 1 0 200 154m0-68a18 18 0 1 1-18 18a18 18 0 0 1 18-18M78 56a18 18 0 1 1 18 18a18 18 0 0 1-18-18M56 210a18 18 0 1 1 18-18a18 18 0 0 1-18 18m72-64a18 18 0 1 1 18-18a18 18 0 0 1-18 18m72 56a18 18 0 1 1 18-18a18 18 0 0 1-18 18"/></svg>
</template>

CSS

.icon-graph-light {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M200%20154a29.87%2029.87%200%200%200-19.5%207.23l-25.62-19.93A29.8%2029.8%200%200%200%20158%20128a31%2031%200%200%200-.22-3.6L174%20119a30%2030%200%201%200-4-15a31%2031%200%200%200%20.22%203.6L154%20113a29.91%2029.91%200%200%200-32.42-14.31l-8.14-18.3a30%2030%200%201%200-11%204.88l8.14%2018.3a29.92%2029.92%200%200%200-8.52%2039.43L74%20168a30.08%2030.08%200%201%200%208%209l28-25a29.91%2029.91%200%200%200%2037.47-1.23l25.62%2019.93A30%2030%200%201%200%20200%20154m0-68a18%2018%200%201%201-18%2018a18%2018%200%200%201%2018-18M78%2056a18%2018%200%201%201%2018%2018a18%2018%200%200%201-18-18M56%20210a18%2018%200%201%201%2018-18a18%2018%200%200%201-18%2018m72-64a18%2018%200%201%201%2018-18a18%2018%200%200%201-18%2018m72%2056a18%2018%200%201%201%2018-18a18%2018%200%200%201-18%2018%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M200%20154a29.87%2029.87%200%200%200-19.5%207.23l-25.62-19.93A29.8%2029.8%200%200%200%20158%20128a31%2031%200%200%200-.22-3.6L174%20119a30%2030%200%201%200-4-15a31%2031%200%200%200%20.22%203.6L154%20113a29.91%2029.91%200%200%200-32.42-14.31l-8.14-18.3a30%2030%200%201%200-11%204.88l8.14%2018.3a29.92%2029.92%200%200%200-8.52%2039.43L74%20168a30.08%2030.08%200%201%200%208%209l28-25a29.91%2029.91%200%200%200%2037.47-1.23l25.62%2019.93A30%2030%200%201%200%20200%20154m0-68a18%2018%200%201%201-18%2018a18%2018%200%200%201%2018-18M78%2056a18%2018%200%201%201%2018%2018a18%2018%200%200%201-18-18M56%20210a18%2018%200%201%201%2018-18a18%2018%200%200%201-18%2018m72-64a18%2018%200%201%201%2018-18a18%2018%200%200%201-18%2018m72%2056a18%2018%200%201%201%2018-18a18%2018%200%200%201-18%2018%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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