graph-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
graph-thin
Set
Phosphor
Style
Thin
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 156a27.87 27.87 0 0 0-19.4 7.84l-28.28-22A27.8 27.8 0 0 0 156 128a28 28 0 0 0-.45-5l19.45-6.45a28.07 28.07 0 1 0-2.53-7.58L153 115.45A28 28 0 0 0 128 100a27.7 27.7 0 0 0-7.6 1.06l-9.5-21.37A28 28 0 1 0 96 84a27.7 27.7 0 0 0 7.6-1.06l9.5 21.37a27.95 27.95 0 0 0-8.46 39.1L74 170.61a28 28 0 1 0 5.32 6l30.6-27.2a27.92 27.92 0 0 0 37.44-1.23l28.28 22A28 28 0 1 0 200 156m0-72a20 20 0 1 1-20 20a20 20 0 0 1 20-20M76 56a20 20 0 1 1 20 20a20 20 0 0 1-20-20M56 212a20 20 0 1 1 20-20a20 20 0 0 1-20 20m72-64a20 20 0 1 1 20-20a20 20 0 0 1-20 20m72 56a20 20 0 1 1 20-20a20 20 0 0 1-20 20"/></svg>

React

import type { SVGProps } from "react";

export function PhGraphThin(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 156a27.87 27.87 0 0 0-19.4 7.84l-28.28-22A27.8 27.8 0 0 0 156 128a28 28 0 0 0-.45-5l19.45-6.45a28.07 28.07 0 1 0-2.53-7.58L153 115.45A28 28 0 0 0 128 100a27.7 27.7 0 0 0-7.6 1.06l-9.5-21.37A28 28 0 1 0 96 84a27.7 27.7 0 0 0 7.6-1.06l9.5 21.37a27.95 27.95 0 0 0-8.46 39.1L74 170.61a28 28 0 1 0 5.32 6l30.6-27.2a27.92 27.92 0 0 0 37.44-1.23l28.28 22A28 28 0 1 0 200 156m0-72a20 20 0 1 1-20 20a20 20 0 0 1 20-20M76 56a20 20 0 1 1 20 20a20 20 0 0 1-20-20M56 212a20 20 0 1 1 20-20a20 20 0 0 1-20 20m72-64a20 20 0 1 1 20-20a20 20 0 0 1-20 20m72 56a20 20 0 1 1 20-20a20 20 0 0 1-20 20"/></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 156a27.87 27.87 0 0 0-19.4 7.84l-28.28-22A27.8 27.8 0 0 0 156 128a28 28 0 0 0-.45-5l19.45-6.45a28.07 28.07 0 1 0-2.53-7.58L153 115.45A28 28 0 0 0 128 100a27.7 27.7 0 0 0-7.6 1.06l-9.5-21.37A28 28 0 1 0 96 84a27.7 27.7 0 0 0 7.6-1.06l9.5 21.37a27.95 27.95 0 0 0-8.46 39.1L74 170.61a28 28 0 1 0 5.32 6l30.6-27.2a27.92 27.92 0 0 0 37.44-1.23l28.28 22A28 28 0 1 0 200 156m0-72a20 20 0 1 1-20 20a20 20 0 0 1 20-20M76 56a20 20 0 1 1 20 20a20 20 0 0 1-20-20M56 212a20 20 0 1 1 20-20a20 20 0 0 1-20 20m72-64a20 20 0 1 1 20-20a20 20 0 0 1-20 20m72 56a20 20 0 1 1 20-20a20 20 0 0 1-20 20"/></svg>
</template>

CSS

.icon-graph-thin {
  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%20156a27.87%2027.87%200%200%200-19.4%207.84l-28.28-22A27.8%2027.8%200%200%200%20156%20128a28%2028%200%200%200-.45-5l19.45-6.45a28.07%2028.07%200%201%200-2.53-7.58L153%20115.45A28%2028%200%200%200%20128%20100a27.7%2027.7%200%200%200-7.6%201.06l-9.5-21.37A28%2028%200%201%200%2096%2084a27.7%2027.7%200%200%200%207.6-1.06l9.5%2021.37a27.95%2027.95%200%200%200-8.46%2039.1L74%20170.61a28%2028%200%201%200%205.32%206l30.6-27.2a27.92%2027.92%200%200%200%2037.44-1.23l28.28%2022A28%2028%200%201%200%20200%20156m0-72a20%2020%200%201%201-20%2020a20%2020%200%200%201%2020-20M76%2056a20%2020%200%201%201%2020%2020a20%2020%200%200%201-20-20M56%20212a20%2020%200%201%201%2020-20a20%2020%200%200%201-20%2020m72-64a20%2020%200%201%201%2020-20a20%2020%200%200%201-20%2020m72%2056a20%2020%200%201%201%2020-20a20%2020%200%200%201-20%2020%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%20156a27.87%2027.87%200%200%200-19.4%207.84l-28.28-22A27.8%2027.8%200%200%200%20156%20128a28%2028%200%200%200-.45-5l19.45-6.45a28.07%2028.07%200%201%200-2.53-7.58L153%20115.45A28%2028%200%200%200%20128%20100a27.7%2027.7%200%200%200-7.6%201.06l-9.5-21.37A28%2028%200%201%200%2096%2084a27.7%2027.7%200%200%200%207.6-1.06l9.5%2021.37a27.95%2027.95%200%200%200-8.46%2039.1L74%20170.61a28%2028%200%201%200%205.32%206l30.6-27.2a27.92%2027.92%200%200%200%2037.44-1.23l28.28%2022A28%2028%200%201%200%20200%20156m0-72a20%2020%200%201%201-20%2020a20%2020%200%200%201%2020-20M76%2056a20%2020%200%201%201%2020%2020a20%2020%200%200%201-20-20M56%20212a20%2020%200%201%201%2020-20a20%2020%200%200%201-20%2020m72-64a20%2020%200%201%201%2020-20a20%2020%200%200%201-20%2020m72%2056a20%2020%200%201%201%2020-20a20%2020%200%200%201-20%2020%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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