The HugeIcons file x icon depicts a document with an 'X' or cross mark, commonly used to represent actions like deleting, closing, or indicating an invalid or removed file.
Common uses
- Delete file button
- Close document tab
- Indicate removed item
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { FileXIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={FileXIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- delete fileclose fileremove fileinvalid file
FAQ
- What is the FileXIcon used for?
- It's typically used to signify deletion, closure, or an invalid/removed file status within a user interface.
- How do I use FileXIcon in React?
- Import both HugeiconsIcon and FileXIcon, then render <HugeiconsIcon icon={FileXIcon} />.
- What is the license for this icon?
- The FileXIcon is distributed 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 →