The HugeIcons folder root icon visually represents the top-level directory of a file system, often used to indicate the main storage location or the starting point of a file hierarchy.
Common uses
- Root directory navigation
- Primary storage indicator
- Top-level file system access
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { FolderRootIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={FolderRootIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- root foldermain directorytop folderbase directory
FAQ
- What does the folder root icon represent?
- It signifies the root directory, the highest level in a file system's hierarchy.
- How do I use the FolderRootIcon in React?
- Import both HugeiconsIcon and FolderRootIcon, then render <HugeiconsIcon icon={FolderRootIcon} />.
- What is the license for this icon?
- This 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 →