The HugeIcons file verified icon visually represents a document that has been confirmed or approved, commonly used to indicate successful validation or completion of a file-related process.
Common uses
- Displaying a successfully uploaded document.
- Marking a completed form submission.
- Indicating a verified user profile document.
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { FileVerifiedIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={FileVerifiedIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- document approvedcheck filevalidated documentcertified file
FAQ
- What does the FileVerifiedIcon represent?
- It signifies a file that has been checked, approved, or verified. It's used to show that a document or data has passed a validation process.
- How do I use FileVerifiedIcon in React?
- Import both HugeiconsIcon and FileVerifiedIcon from their respective packages. Then, render the icon using the <HugeiconsIcon icon={FileVerifiedIcon} /> component.
- What is the license for this icon?
- The FileVerifiedIcon from HugeIcons is available under the MIT license, allowing for free use in both personal and 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 →