The Tabler folder open icon visually represents a document folder that is open, commonly used to indicate a directory or container that is currently accessible or being viewed.
Common uses
- Displaying an active or expanded folder in a file explorer.
- Indicating a selected or opened item in a list or menu.
- Representing a 'my documents' or 'user files' section.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconFolderOpen } from '@tabler/icons-react';
<IconFolderOpen size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconFolderOpen size={24} stroke={2} />filled
<IconFolderOpenFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Document
- Keywords
- accessunsealuncoverunlockexposerevealunshieldavailableaccessiblevisibledocumentfolderopenopen folderdocument accessunlocked folder
FAQ
- What is the folder open icon used for?
- It signifies an open or accessible folder, often used for navigation or to show the current state of a directory.
- How do I use the folder open icon in React?
- Import it from '@tabler/icons-react' like this: import { IconFolderOpen } from '@tabler/icons-react'; then use it as <IconFolderOpen />.
- What is the license for the Tabler folder open icon?
- The Tabler icons, including folder-open, are available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler 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 →