The HugeIcons exclamation mark big icon depicts a prominent exclamation mark, commonly used to signify warnings, alerts, or important notifications.
Common uses
- Displaying error messages
- Highlighting important user alerts
- Indicating urgent information
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ExclamationMarkBigIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ExclamationMarkBigIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- warning iconalert icondanger iconnotification icon
FAQ
- What is the purpose of the ExclamationMarkBigIcon?
- This icon is used to draw attention to critical information, such as warnings, errors, or important alerts within an application's interface.
- How do I use the ExclamationMarkBigIcon in a React project?
- Import both HugeiconsIcon and ExclamationMarkBigIcon, then render the icon using <HugeiconsIcon icon={ExclamationMarkBigIcon} />.
- What is the license for this icon?
- The ExclamationMarkBigIcon is distributed 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 →