The HugeIcons accident icon visually represents an unexpected negative event or mishap, commonly used to signify errors, warnings, or critical alerts in user interfaces.
Common uses
- Error message indicator
- Critical alert notification
- Warning sign in forms
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { AccidentIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={AccidentIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- errorwarningalertdanger
FAQ
- What does the accident icon represent?
- It depicts an unexpected negative event or mishap, suitable for indicating errors, warnings, or critical alerts.
- How do I use the AccidentIcon in React?
- Import both HugeiconsIcon and AccidentIcon, then render <HugeiconsIcon icon={AccidentIcon} />.
- What is the license for this icon?
- The AccidentIcon is provided under the MIT license.
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 →