The HugeIcons file digit icon visually represents a document with a number, commonly used to indicate a file that contains numerical data or a specific version number.
Common uses
- Displaying data files
- Indicating version control
- Representing numerical records
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { FileDigitIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={FileDigitIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- number filedata fileversion filedocument number
FAQ
- What does the file digit icon represent?
- It represents a file containing numerical data or a specific version. It's useful for distinguishing files that hold numbers or are part of a versioning system.
- How do I use the FileDigitIcon in React?
- Import both HugeiconsIcon and FileDigitIcon from their respective packages. Then, render the icon using the <HugeiconsIcon icon={FileDigitIcon} /> component.
- What is the license for this icon?
- The FileDigitIcon is part of the HugeIcons library and 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 →