The Phosphor graph icon depicts a network or hierarchical structure, commonly used in UIs to represent data visualization, organizational charts, or system relationships.
Common uses
- Displaying network topology
- Illustrating decision trees
- Visualizing social connections
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Graph } from '@phosphor-icons/react';
<Graph size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Graph size={24} />thin
<Graph size={24} weight="thin" />light
<Graph size={24} weight="light" />bold
<Graph size={24} weight="bold" />fill
<Graph size={24} weight="fill" />duotone
<Graph size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- office
- Keywords
- nodestreeofficetechnology & developmentgraphnetworktree diagramhierarchy
FAQ
- What is the graph icon used for?
- It represents interconnected data, like networks, trees, or organizational structures, often for data visualization or relationship mapping in UIs.
- How do I use the graph icon in React?
- Import it using `import { Graph } from '@phosphor-icons/react'` and then use it as a component: `<Graph />`.
- What is the license for this icon?
- The Phosphor icon library, including the graph icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Phosphor.
Looking for something else? Search Phosphor and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →