The Phosphor skull icon depicts a human skull, commonly used in UI to represent danger, warnings, or a game over state.
Common uses
- Game over screen button
- Warning or danger indicator
- Delete confirmation button
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Skull } from '@phosphor-icons/react';
<Skull size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Skull size={24} />thin
<Skull size={24} weight="thin" />light
<Skull size={24} weight="light" />bold
<Skull size={24} weight="bold" />fill
<Skull size={24} weight="fill" />duotone
<Skull size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- games
- Keywords
- deathdeadkillgamesskulldangerwarninggame overpoison
FAQ
- What does the skull icon represent?
- It represents a human skull, often used to signify danger, death, or a negative outcome like 'game over'.
- How do I use the skull icon in React?
- You can import and use it like this: import { Skull } from '@phosphor-icons/react'; <Skull />.
- What is the license for Phosphor icons?
- Phosphor icons are distributed under the MIT license, which allows for free usage.
Related icons
The same idea in other libraries, and near matches in Phosphor.
Looking for something else? Search Phosphor 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 →