The HugeIcons file type icon depicts a generic document, commonly used to represent files or data within a user interface.
Common uses
- File upload/download buttons
- File list items
- Document settings
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { FileTypeIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={FileTypeIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- documentgeneric filepaperpage
FAQ
- What is the file type icon used for?
- It's a generic representation for files or documents in UI elements like lists, buttons, or settings.
- How do I use the FileTypeIcon in React?
- Import both HugeiconsIcon and FileTypeIcon, then render <HugeiconsIcon icon={FileTypeIcon} />.
- What is the license for this icon?
- The HugeIcons library, including the file type icon, is available 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 →