The HugeIcons doc 01 icon depicts a document, commonly used to represent files, documents, or content management in user interfaces.
Common uses
- Displaying document previews
- Linking to downloadable files
- Representing a 'My Documents' section
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { Doc01Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={Doc01Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- document iconfile iconpage iconreport icon
FAQ
- What does the Doc01Icon represent?
- The Doc01Icon represents a document. It's typically used for actions or sections related to files and content.
- How do I use Doc01Icon in React?
- Import both HugeiconsIcon and Doc01Icon, then render <HugeiconsIcon icon={Doc01Icon} />. Ensure you have installed '@hugeicons/react' and '@hugeicons/core-free-icons'.
- What is the license for this icon?
- The Doc01Icon 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 →