The HugeIcons skull icon depicts a human skull, commonly used to represent danger, death, or a warning in user interfaces.
Common uses
- Delete confirmation button
- Error state indicator
- Warning message icon
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { SkullIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={SkullIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- dangerwarningdeathpoison
FAQ
- What does the skull icon typically signify in UI design?
- It usually signifies danger, a critical warning, or an irreversible action like deletion.
- How do I use the SkullIcon in a React application?
- Import both HugeiconsIcon and SkullIcon, then render <HugeiconsIcon icon={SkullIcon} />.
- What is the license for the HugeIcons skull icon?
- The HugeIcons skull icon is distributed under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.