The Lucide folder open icon visually represents an accessible directory or storage location, commonly used to indicate opened folders or file management sections in user interfaces.
Common uses
- Navigating to a specific directory
- Indicating an expanded folder in a tree view
- Accessing file or document management areas
Use it in React
Install
npm i lucide-reactImport & render
import { FolderOpen } from 'lucide-react';
<FolderOpen size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- directoryfolderopenopen folderstorage
FAQ
- What does the folder-open icon signify?
- It signifies an open folder or directory, often used to show that a folder's contents are currently visible or accessible.
- How do I use the folder-open icon in a React project?
- You can import and use it in React with: import { FolderOpen } from 'lucide-react'. Then render it as <FolderOpen />.
- What is the license for the Lucide folder-open icon?
- The Lucide folder-open icon is available under the ISC license, which is a permissive open-source 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 →