The HugeIcons files 01 icon depicts a stack of documents, commonly used to represent file management, document lists, or general data storage in user interfaces.
Common uses
- Displaying a list of documents
- Indicating a file upload/download section
- Representing a 'My Documents' area
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { Files01Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={Files01Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- documentfilesarchivepaper
FAQ
- What does the Files01Icon represent?
- The Files01Icon visually represents a stack of documents, suitable for indicating file-related actions or sections within an application.
- How do I use the Files01Icon in a React project?
- Import both HugeiconsIcon and Files01Icon, then render the icon using <HugeiconsIcon icon={Files01Icon} />.
- What is the license for this icon?
- The Files01Icon is distributed under the MIT license, allowing for free use in both personal and commercial projects.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
Looking for something else? Search HugeIcons 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 →