The HugeIcons file empty 01 icon depicts an empty document, commonly used to represent a new or blank file, or a placeholder for content.
Common uses
- Button to create a new document
- Placeholder for an empty folder or file list
- Indicator for an unwritten or unsaved file
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { FileEmpty01Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={FileEmpty01Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- blank filenew documentempty pagedocument icon
FAQ
- What does the FileEmpty01 icon represent?
- It represents an empty document or file, often used for creating new files or indicating a blank state.
- How do I use FileEmpty01Icon in React?
- Import both HugeiconsIcon and FileEmpty01Icon from their respective packages and render it using <HugeiconsIcon icon={FileEmpty01Icon} />.
- What is the license for this icon?
- This icon is released under the MIT license, allowing for free use in commercial and non-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 →