The HugeIcons folder tree icon visually represents hierarchical data structures, commonly used to show file systems, organizational charts, or nested navigation.
Common uses
- Displaying file explorer views
- Navigating nested menus
- Representing project structures
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { FolderTreeIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={FolderTreeIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- directory treefile structurenested foldershierarchy
FAQ
- What does the folder tree icon represent?
- It depicts a hierarchical structure, similar to how files and folders are organized in a computer's file system.
- How do I use the FolderTreeIcon in React?
- Import both HugeiconsIcon and FolderTreeIcon, then render it using <HugeiconsIcon icon={FolderTreeIcon} />.
- What is the license for this icon?
- The HugeIcons folder tree icon is distributed under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
Looking for something else? Search HugeIcons 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 →