The Lucide folder root icon depicts a folder with a small root symbol, commonly used to represent the top-level directory of a project or repository.
Common uses
- Project root directory indicator
- Git repository root marker
- Default folder in file explorers
Use it in React
Install
npm i lucide-reactImport & render
import { FolderRoot } from 'lucide-react';
<FolderRoot size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- directoryrootprojectgitrepofolderroot directoryproject foldermain folderrepository root
FAQ
- What does the folder root icon represent?
- It signifies the main directory of a project or a Git repository. It's used to visually identify the root level of your file structure.
- How do I use the folder root icon in React?
- You can import and use it like this: import { FolderRoot } from 'lucide-react'. Then, render it as a React component: <FolderRoot />.
- What is the license for this icon?
- The Lucide icon library, including the folder root icon, is available under the ISC license.
Related icons
The same idea in other libraries, and near matches in Lucide.
Looking for something else? Search Lucide 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 →