The HugeIcons file exclamation point icon depicts a document with an exclamation mark, commonly used to indicate a file with an error, a warning, or important information that requires attention.
Common uses
- Displaying file upload errors
- Highlighting documents with pending actions
- Indicating a file requires user review
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { FileExclamationPointIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={FileExclamationPointIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- file alertdocument warningerror fileimportant file
FAQ
- What does the file exclamation point icon represent?
- This icon signifies a file that has an associated issue, warning, or requires immediate attention from the user.
- How do I use this icon in React?
- Import both HugeiconsIcon and FileExclamationPointIcon, then render the icon using <HugeiconsIcon icon={FileExclamationPointIcon} />.
- What is the license for this icon?
- This icon is provided 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 →