graph icon
graph-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- graph-bold
- Set
- Phosphor
- Style
- Bold
- 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 152a35.8 35.8 0 0 0-16.46 4l-21.39-16.64a35.5 35.5 0 0 0 1.85-10.71l10.35-3.44A36 36 0 1 0 164 100c0 1.11.06 2.21.16 3.3l-7.78 2.59A36 36 0 0 0 128 92c-1 0-1.88 0-2.81.12l-4.45-10A36 36 0 1 0 96 92c1 0 1.88 0 2.81-.12l4.45 10a35.91 35.91 0 0 0-8.59 39.7l-21.28 18.91a36 36 0 1 0 15.94 17.93l21.28-18.91a35.91 35.91 0 0 0 36.8-1.21L167 173.56A36 36 0 1 0 200 152m0-64a12 12 0 1 1-12 12a12 12 0 0 1 12-12M84 56a12 12 0 1 1 12 12a12 12 0 0 1-12-12M56 204a12 12 0 1 1 12-12a12 12 0 0 1-12 12m60-76a12 12 0 1 1 12 12a12 12 0 0 1-12-12m84 72a12 12 0 1 1 12-12a12 12 0 0 1-12 12"/></svg>
React
import type { SVGProps } from "react";
export function PhGraphBold(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 152a35.8 35.8 0 0 0-16.46 4l-21.39-16.64a35.5 35.5 0 0 0 1.85-10.71l10.35-3.44A36 36 0 1 0 164 100c0 1.11.06 2.21.16 3.3l-7.78 2.59A36 36 0 0 0 128 92c-1 0-1.88 0-2.81.12l-4.45-10A36 36 0 1 0 96 92c1 0 1.88 0 2.81-.12l4.45 10a35.91 35.91 0 0 0-8.59 39.7l-21.28 18.91a36 36 0 1 0 15.94 17.93l21.28-18.91a35.91 35.91 0 0 0 36.8-1.21L167 173.56A36 36 0 1 0 200 152m0-64a12 12 0 1 1-12 12a12 12 0 0 1 12-12M84 56a12 12 0 1 1 12 12a12 12 0 0 1-12-12M56 204a12 12 0 1 1 12-12a12 12 0 0 1-12 12m60-76a12 12 0 1 1 12 12a12 12 0 0 1-12-12m84 72a12 12 0 1 1 12-12a12 12 0 0 1-12 12"/></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 152a35.8 35.8 0 0 0-16.46 4l-21.39-16.64a35.5 35.5 0 0 0 1.85-10.71l10.35-3.44A36 36 0 1 0 164 100c0 1.11.06 2.21.16 3.3l-7.78 2.59A36 36 0 0 0 128 92c-1 0-1.88 0-2.81.12l-4.45-10A36 36 0 1 0 96 92c1 0 1.88 0 2.81-.12l4.45 10a35.91 35.91 0 0 0-8.59 39.7l-21.28 18.91a36 36 0 1 0 15.94 17.93l21.28-18.91a35.91 35.91 0 0 0 36.8-1.21L167 173.56A36 36 0 1 0 200 152m0-64a12 12 0 1 1-12 12a12 12 0 0 1 12-12M84 56a12 12 0 1 1 12 12a12 12 0 0 1-12-12M56 204a12 12 0 1 1 12-12a12 12 0 0 1-12 12m60-76a12 12 0 1 1 12 12a12 12 0 0 1-12-12m84 72a12 12 0 1 1 12-12a12 12 0 0 1-12 12"/></svg> </template>
CSS
.icon-graph-bold {
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%20152a35.8%2035.8%200%200%200-16.46%204l-21.39-16.64a35.5%2035.5%200%200%200%201.85-10.71l10.35-3.44A36%2036%200%201%200%20164%20100c0%201.11.06%202.21.16%203.3l-7.78%202.59A36%2036%200%200%200%20128%2092c-1%200-1.88%200-2.81.12l-4.45-10A36%2036%200%201%200%2096%2092c1%200%201.88%200%202.81-.12l4.45%2010a35.91%2035.91%200%200%200-8.59%2039.7l-21.28%2018.91a36%2036%200%201%200%2015.94%2017.93l21.28-18.91a35.91%2035.91%200%200%200%2036.8-1.21L167%20173.56A36%2036%200%201%200%20200%20152m0-64a12%2012%200%201%201-12%2012a12%2012%200%200%201%2012-12M84%2056a12%2012%200%201%201%2012%2012a12%2012%200%200%201-12-12M56%20204a12%2012%200%201%201%2012-12a12%2012%200%200%201-12%2012m60-76a12%2012%200%201%201%2012%2012a12%2012%200%200%201-12-12m84%2072a12%2012%200%201%201%2012-12a12%2012%200%200%201-12%2012%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%20152a35.8%2035.8%200%200%200-16.46%204l-21.39-16.64a35.5%2035.5%200%200%200%201.85-10.71l10.35-3.44A36%2036%200%201%200%20164%20100c0%201.11.06%202.21.16%203.3l-7.78%202.59A36%2036%200%200%200%20128%2092c-1%200-1.88%200-2.81.12l-4.45-10A36%2036%200%201%200%2096%2092c1%200%201.88%200%202.81-.12l4.45%2010a35.91%2035.91%200%200%200-8.59%2039.7l-21.28%2018.91a36%2036%200%201%200%2015.94%2017.93l21.28-18.91a35.91%2035.91%200%200%200%2036.8-1.21L167%20173.56A36%2036%200%201%200%20200%20152m0-64a12%2012%200%201%201-12%2012a12%2012%200%200%201%2012-12M84%2056a12%2012%200%201%201%2012%2012a12%2012%200%200%201-12-12M56%20204a12%2012%200%201%201%2012-12a12%2012%200%200%201-12%2012m60-76a12%2012%200%201%201%2012%2012a12%2012%200%200%201-12-12m84%2072a12%2012%200%201%201%2012-12a12%2012%200%200%201-12%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/graph-bold.svg?color=%231a73e8&size=48