The Phosphor tree view icon depicts a hierarchical structure, commonly used in user interfaces to represent nested data or organizational charts.
Common uses
- Displaying file system directories
- Navigating organizational structures
- Showing expandable/collapsible menu items
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { TreeView } from '@phosphor-icons/react';
<TreeView size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<TreeView size={24} />thin
<TreeView size={24} weight="thin" />light
<TreeView size={24} weight="light" />bold
<TreeView size={24} weight="bold" />fill
<TreeView size={24} weight="fill" />duotone
<TreeView size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- system
- Keywords
- *new*hierarchysystemtreeviewnested listorg chartstructure
FAQ
- What is the tree view icon for?
- It visually represents hierarchical data or relationships, like folders in a file system or organizational charts.
- How do I use the tree view icon in React?
- You can import it from the '@phosphor-icons/react' library using: import { TreeView } from '@phosphor-icons/react'.
- What is the license for this icon?
- The Phosphor icon library, including the tree view 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 →