skull icon
skull-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.
- Name
- skull-duotone
- Set
- Phosphor
- Style
- Duotone
- 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"><g fill="currentColor"><path d="M128 24c-53 0-96 41.19-96 92c0 34.05 19.31 63.78 48 79.69V216a8 8 0 0 0 8 8h80a8 8 0 0 0 8-8v-20.31c28.69-15.91 48-45.64 48-79.69c0-50.81-43-92-96-92M92 152a20 20 0 1 1 20-20a20 20 0 0 1-20 20m72 0a20 20 0 1 1 20-20a20 20 0 0 1-20 20" opacity=".2"/><path 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"/></g></svg>
React
import type { SVGProps } from "react";
export function PhSkullDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M128 24c-53 0-96 41.19-96 92c0 34.05 19.31 63.78 48 79.69V216a8 8 0 0 0 8 8h80a8 8 0 0 0 8-8v-20.31c28.69-15.91 48-45.64 48-79.69c0-50.81-43-92-96-92M92 152a20 20 0 1 1 20-20a20 20 0 0 1-20 20m72 0a20 20 0 1 1 20-20a20 20 0 0 1-20 20" opacity=".2"/><path 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"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M128 24c-53 0-96 41.19-96 92c0 34.05 19.31 63.78 48 79.69V216a8 8 0 0 0 8 8h80a8 8 0 0 0 8-8v-20.31c28.69-15.91 48-45.64 48-79.69c0-50.81-43-92-96-92M92 152a20 20 0 1 1 20-20a20 20 0 0 1-20 20m72 0a20 20 0 1 1 20-20a20 20 0 0 1-20 20" opacity=".2"/><path 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"/></g></svg> </template>
CSS
.icon-skull-duotone {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M128%2024c-53%200-96%2041.19-96%2092c0%2034.05%2019.31%2063.78%2048%2079.69V216a8%208%200%200%200%208%208h80a8%208%200%200%200%208-8v-20.31c28.69-15.91%2048-45.64%2048-79.69c0-50.81-43-92-96-92M92%20152a20%2020%200%201%201%2020-20a20%2020%200%200%201-20%2020m72%200a20%2020%200%201%201%2020-20a20%2020%200%200%201-20%2020%22%20opacity%3D%22.2%22%2F%3E%3Cpath%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%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M128%2024c-53%200-96%2041.19-96%2092c0%2034.05%2019.31%2063.78%2048%2079.69V216a8%208%200%200%200%208%208h80a8%208%200%200%200%208-8v-20.31c28.69-15.91%2048-45.64%2048-79.69c0-50.81-43-92-96-92M92%20152a20%2020%200%201%201%2020-20a20%2020%200%200%201-20%2020m72%200a20%2020%200%201%201%2020-20a20%2020%200%200%201-20%2020%22%20opacity%3D%22.2%22%2F%3E%3Cpath%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%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/skull-duotone.svg?color=%231a73e8&size=48