The Tabler folders icon depicts a stack of two documents, commonly used to represent a collection of files or a directory in a user interface.
Common uses
- Representing a file or document manager.
- Indicating a user's saved items or library.
- Showing a directory or folder structure.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconFolders } from '@tabler/icons-react';
<IconFolders size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconFolders size={24} stroke={2} />filled
<IconFoldersFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Document
- Keywords
- directorydirclonecopyfoldersfilepapertextrecordinformationdocumentdocumentsfilesarchive
FAQ
- What does the folders icon represent?
- It represents a collection of files or a directory, often used for navigation or organization within an application.
- How do I use the folders icon in React?
- You can import and use it like this: import { IconFolders } from '@tabler/icons-react'; <IconFolders />
- What is the license for the Tabler folders icon?
- The Tabler icons, including the folders icon, 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 →