graph icon
graph-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- graph-fill
- Set
- Phosphor
- Style
- Fill
- 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 152a31.84 31.84 0 0 0-19.53 6.68l-23.11-18A31.65 31.65 0 0 0 160 128c0-.74 0-1.48-.08-2.21l13.23-4.41A32 32 0 1 0 168 104c0 .74 0 1.48.08 2.21l-13.23 4.41A32 32 0 0 0 128 96a32.6 32.6 0 0 0-5.27.44L115.89 81A32 32 0 1 0 96 88a32.6 32.6 0 0 0 5.27-.44l6.84 15.4a31.92 31.92 0 0 0-8.57 39.64l-25.71 22.84a32.06 32.06 0 1 0 10.63 12l25.71-22.84a31.91 31.91 0 0 0 37.36-1.24l23.11 18A31.65 31.65 0 0 0 168 184a32 32 0 1 0 32-32m0-64a16 16 0 1 1-16 16a16 16 0 0 1 16-16M80 56a16 16 0 1 1 16 16a16 16 0 0 1-16-16M56 208a16 16 0 1 1 16-16a16 16 0 0 1-16 16m144-8a16 16 0 1 1 16-16a16 16 0 0 1-16 16"/></svg>
React
import type { SVGProps } from "react";
export function PhGraphFill(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 152a31.84 31.84 0 0 0-19.53 6.68l-23.11-18A31.65 31.65 0 0 0 160 128c0-.74 0-1.48-.08-2.21l13.23-4.41A32 32 0 1 0 168 104c0 .74 0 1.48.08 2.21l-13.23 4.41A32 32 0 0 0 128 96a32.6 32.6 0 0 0-5.27.44L115.89 81A32 32 0 1 0 96 88a32.6 32.6 0 0 0 5.27-.44l6.84 15.4a31.92 31.92 0 0 0-8.57 39.64l-25.71 22.84a32.06 32.06 0 1 0 10.63 12l25.71-22.84a31.91 31.91 0 0 0 37.36-1.24l23.11 18A31.65 31.65 0 0 0 168 184a32 32 0 1 0 32-32m0-64a16 16 0 1 1-16 16a16 16 0 0 1 16-16M80 56a16 16 0 1 1 16 16a16 16 0 0 1-16-16M56 208a16 16 0 1 1 16-16a16 16 0 0 1-16 16m144-8a16 16 0 1 1 16-16a16 16 0 0 1-16 16"/></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 152a31.84 31.84 0 0 0-19.53 6.68l-23.11-18A31.65 31.65 0 0 0 160 128c0-.74 0-1.48-.08-2.21l13.23-4.41A32 32 0 1 0 168 104c0 .74 0 1.48.08 2.21l-13.23 4.41A32 32 0 0 0 128 96a32.6 32.6 0 0 0-5.27.44L115.89 81A32 32 0 1 0 96 88a32.6 32.6 0 0 0 5.27-.44l6.84 15.4a31.92 31.92 0 0 0-8.57 39.64l-25.71 22.84a32.06 32.06 0 1 0 10.63 12l25.71-22.84a31.91 31.91 0 0 0 37.36-1.24l23.11 18A31.65 31.65 0 0 0 168 184a32 32 0 1 0 32-32m0-64a16 16 0 1 1-16 16a16 16 0 0 1 16-16M80 56a16 16 0 1 1 16 16a16 16 0 0 1-16-16M56 208a16 16 0 1 1 16-16a16 16 0 0 1-16 16m144-8a16 16 0 1 1 16-16a16 16 0 0 1-16 16"/></svg> </template>
CSS
.icon-graph-fill {
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%20152a31.84%2031.84%200%200%200-19.53%206.68l-23.11-18A31.65%2031.65%200%200%200%20160%20128c0-.74%200-1.48-.08-2.21l13.23-4.41A32%2032%200%201%200%20168%20104c0%20.74%200%201.48.08%202.21l-13.23%204.41A32%2032%200%200%200%20128%2096a32.6%2032.6%200%200%200-5.27.44L115.89%2081A32%2032%200%201%200%2096%2088a32.6%2032.6%200%200%200%205.27-.44l6.84%2015.4a31.92%2031.92%200%200%200-8.57%2039.64l-25.71%2022.84a32.06%2032.06%200%201%200%2010.63%2012l25.71-22.84a31.91%2031.91%200%200%200%2037.36-1.24l23.11%2018A31.65%2031.65%200%200%200%20168%20184a32%2032%200%201%200%2032-32m0-64a16%2016%200%201%201-16%2016a16%2016%200%200%201%2016-16M80%2056a16%2016%200%201%201%2016%2016a16%2016%200%200%201-16-16M56%20208a16%2016%200%201%201%2016-16a16%2016%200%200%201-16%2016m144-8a16%2016%200%201%201%2016-16a16%2016%200%200%201-16%2016%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%20152a31.84%2031.84%200%200%200-19.53%206.68l-23.11-18A31.65%2031.65%200%200%200%20160%20128c0-.74%200-1.48-.08-2.21l13.23-4.41A32%2032%200%201%200%20168%20104c0%20.74%200%201.48.08%202.21l-13.23%204.41A32%2032%200%200%200%20128%2096a32.6%2032.6%200%200%200-5.27.44L115.89%2081A32%2032%200%201%200%2096%2088a32.6%2032.6%200%200%200%205.27-.44l6.84%2015.4a31.92%2031.92%200%200%200-8.57%2039.64l-25.71%2022.84a32.06%2032.06%200%201%200%2010.63%2012l25.71-22.84a31.91%2031.91%200%200%200%2037.36-1.24l23.11%2018A31.65%2031.65%200%200%200%20168%20184a32%2032%200%201%200%2032-32m0-64a16%2016%200%201%201-16%2016a16%2016%200%200%201%2016-16M80%2056a16%2016%200%201%201%2016%2016a16%2016%200%200%201-16-16M56%20208a16%2016%200%201%201%2016-16a16%2016%200%200%201-16%2016m144-8a16%2016%200%201%201%2016-16a16%2016%200%200%201-16%2016%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/graph-fill.svg?color=%231a73e8&size=48