The HugeIcons dead icon depicts a skull and crossbones, commonly used to signify danger, error, or a critical failure.
Common uses
- Error state indicator
- System failure alert
- Content removal confirmation
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { DeadIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={DeadIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- skulldangerwarningerror
FAQ
- What does the dead icon represent?
- It represents danger, error, or a critical failure, often used for severe warnings.
- How do I use the DeadIcon in React?
- Import both HugeiconsIcon and DeadIcon, then render <HugeiconsIcon icon={DeadIcon} />.
- What is the license for this icon?
- The HugeIcons dead icon is available 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 →