The HugeIcons file 02 icon depicts a generic document, commonly used to represent files, documents, or data in user interfaces.
Common uses
- Representing a document in a file list
- Button to open or download a file
- Indicator for a document-related action
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { File02Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={File02Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- document iconpage iconfile icongeneric file
FAQ
- What does the File 02 icon represent?
- The File 02 icon represents a generic document or file. It's typically used to signify files, documents, or data within an application's interface.
- How do I use the File 02 icon in React?
- To use the File 02 icon in React, import it from '@hugeicons/core-free-icons' and render it using the HugeiconsIcon component from '@hugeicons/react' like this: <HugeiconsIcon icon={File02Icon} />.
- What is the license for the File 02 icon?
- The File 02 icon is part of the HugeIcons library, which is distributed under the MIT license.
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 →