skull icon
skull from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- skull
- Set
- Phosphor
- Style
- Regular
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
skullBoxIcons v2 SolidskullEmoji One (Colored)skullFont Awesome 6 SolidskullFont Awesome SolidskullFluent EmojiskullFluent Emoji FlatskullFluent Emoji High ContrastskullFirefox OS EmojiskullHealth IconsskullHuge IconsskullHumbleiconsskullIconParkskullIconPark OutlineskullIconPark SolidskullIconPark TwoToneskullIonIconsskullJam IconsskullLine AwesomeskullLucideskullMajesticonsskullMaterial SymbolsskullMaterial Symbols LightskullMaterial Design Iconsskull-fillMingCute Icon
Use the skull icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M92 104a28 28 0 1 0 28 28a28 28 0 0 0-28-28m0 40a12 12 0 1 1 12-12a12 12 0 0 1-12 12m72-40a28 28 0 1 0 28 28a28 28 0 0 0-28-28m0 40a12 12 0 1 1 12-12a12 12 0 0 1-12 12M128 16C70.65 16 24 60.86 24 116c0 34.1 18.27 66 48 84.28V216a16 16 0 0 0 16 16h80a16 16 0 0 0 16-16v-15.72C213.73 182 232 150.1 232 116c0-55.14-46.65-100-104-100m44.12 172.69a8 8 0 0 0-4.12 7V216h-16v-24a8 8 0 0 0-16 0v24h-16v-24a8 8 0 0 0-16 0v24H88v-20.31a8 8 0 0 0-4.12-7C56.81 173.69 40 145.84 40 116c0-46.32 39.48-84 88-84s88 37.68 88 84c0 29.83-16.81 57.69-43.88 72.69"/></svg>
React
import type { SVGProps } from "react";
export function PhSkull(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M92 104a28 28 0 1 0 28 28a28 28 0 0 0-28-28m0 40a12 12 0 1 1 12-12a12 12 0 0 1-12 12m72-40a28 28 0 1 0 28 28a28 28 0 0 0-28-28m0 40a12 12 0 1 1 12-12a12 12 0 0 1-12 12M128 16C70.65 16 24 60.86 24 116c0 34.1 18.27 66 48 84.28V216a16 16 0 0 0 16 16h80a16 16 0 0 0 16-16v-15.72C213.73 182 232 150.1 232 116c0-55.14-46.65-100-104-100m44.12 172.69a8 8 0 0 0-4.12 7V216h-16v-24a8 8 0 0 0-16 0v24h-16v-24a8 8 0 0 0-16 0v24H88v-20.31a8 8 0 0 0-4.12-7C56.81 173.69 40 145.84 40 116c0-46.32 39.48-84 88-84s88 37.68 88 84c0 29.83-16.81 57.69-43.88 72.69"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M92 104a28 28 0 1 0 28 28a28 28 0 0 0-28-28m0 40a12 12 0 1 1 12-12a12 12 0 0 1-12 12m72-40a28 28 0 1 0 28 28a28 28 0 0 0-28-28m0 40a12 12 0 1 1 12-12a12 12 0 0 1-12 12M128 16C70.65 16 24 60.86 24 116c0 34.1 18.27 66 48 84.28V216a16 16 0 0 0 16 16h80a16 16 0 0 0 16-16v-15.72C213.73 182 232 150.1 232 116c0-55.14-46.65-100-104-100m44.12 172.69a8 8 0 0 0-4.12 7V216h-16v-24a8 8 0 0 0-16 0v24h-16v-24a8 8 0 0 0-16 0v24H88v-20.31a8 8 0 0 0-4.12-7C56.81 173.69 40 145.84 40 116c0-46.32 39.48-84 88-84s88 37.68 88 84c0 29.83-16.81 57.69-43.88 72.69"/></svg> </template>
CSS
.icon-skull {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M92%20104a28%2028%200%201%200%2028%2028a28%2028%200%200%200-28-28m0%2040a12%2012%200%201%201%2012-12a12%2012%200%200%201-12%2012m72-40a28%2028%200%201%200%2028%2028a28%2028%200%200%200-28-28m0%2040a12%2012%200%201%201%2012-12a12%2012%200%200%201-12%2012M128%2016C70.65%2016%2024%2060.86%2024%20116c0%2034.1%2018.27%2066%2048%2084.28V216a16%2016%200%200%200%2016%2016h80a16%2016%200%200%200%2016-16v-15.72C213.73%20182%20232%20150.1%20232%20116c0-55.14-46.65-100-104-100m44.12%20172.69a8%208%200%200%200-4.12%207V216h-16v-24a8%208%200%200%200-16%200v24h-16v-24a8%208%200%200%200-16%200v24H88v-20.31a8%208%200%200%200-4.12-7C56.81%20173.69%2040%20145.84%2040%20116c0-46.32%2039.48-84%2088-84s88%2037.68%2088%2084c0%2029.83-16.81%2057.69-43.88%2072.69%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M92%20104a28%2028%200%201%200%2028%2028a28%2028%200%200%200-28-28m0%2040a12%2012%200%201%201%2012-12a12%2012%200%200%201-12%2012m72-40a28%2028%200%201%200%2028%2028a28%2028%200%200%200-28-28m0%2040a12%2012%200%201%201%2012-12a12%2012%200%200%201-12%2012M128%2016C70.65%2016%2024%2060.86%2024%20116c0%2034.1%2018.27%2066%2048%2084.28V216a16%2016%200%200%200%2016%2016h80a16%2016%200%200%200%2016-16v-15.72C213.73%20182%20232%20150.1%20232%20116c0-55.14-46.65-100-104-100m44.12%20172.69a8%208%200%200%200-4.12%207V216h-16v-24a8%208%200%200%200-16%200v24h-16v-24a8%208%200%200%200-16%200v24H88v-20.31a8%208%200%200%200-4.12-7C56.81%20173.69%2040%20145.84%2040%20116c0-46.32%2039.48-84%2088-84s88%2037.68%2088%2084c0%2029.83-16.81%2057.69-43.88%2072.69%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/skull.svg?color=%231a73e8&size=48