The HugeIcons file corrupt icon visually represents a damaged or unreadable file, commonly used to indicate an error state or data integrity issue within a user interface.
Common uses
- Displaying an error message for a failed file upload.
- Indicating a corrupted configuration file.
- Signaling a problem with a downloaded asset.
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { FileCorruptIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={FileCorruptIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- broken fileerror filecorrupted dataunreadable file
FAQ
- What does the FileCorruptIcon represent?
- It represents a file that is damaged, unreadable, or has integrity issues. It's used to signal errors related to file data.
- How do I use FileCorruptIcon in React?
- Import both HugeiconsIcon and FileCorruptIcon, then render the icon using <HugeiconsIcon icon={FileCorruptIcon} />.
- What is the license for this icon?
- This icon is released under the MIT license, allowing for free usage 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 →