The Tabler files icon depicts a stack of documents, commonly used to represent file management, document lists, or data storage in user interfaces.
Common uses
- Displaying a list of uploaded documents
- Indicating a section for user records
- Representing a file upload or download area
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconFiles } from '@tabler/icons-react';
<IconFiles size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconFiles size={24} stroke={2} />filled
<IconFilesFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Document
- Keywords
- formsdocumentsstackletterfilesfilepapertextrecordinformationdocumentdocument stackpaper stackrecords
FAQ
- What does the files icon represent?
- It visually represents a collection or stack of documents or files.
- How do I use the files icon in React?
- Import it from '@tabler/icons-react' using: import { IconFiles } from '@tabler/icons-react'
- What is the license for the Tabler files icon?
- The Tabler icons, including the files icon, are distributed 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 →