skull icon
skull from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- skull
- Set
- Material Symbols
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- skull-rounded, skull-sharp
1 other variant in Material Symbols
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 Symbols LightskullMaterial Design Iconsskull-fillMingCute IconskullNoto Emoji
More social icons from Material Symbols
Use the skull icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.5 15.75h3l-1.5-3zM8.5 13q.825 0 1.413-.587T10.5 11t-.587-1.412T8.5 9t-1.412.588T6.5 11t.588 1.413T8.5 13m7 0q.825 0 1.413-.587T17.5 11t-.587-1.412T15.5 9t-1.412.588T13.5 11t.588 1.413T15.5 13M6 22v-4.25q-.975-.425-1.713-1.137T3.037 15t-.775-1.925T2 11q0-3.95 2.8-6.475T12 2t7.2 2.525T22 11q0 1.05-.262 2.075T20.963 15t-1.25 1.613T18 17.75V22h-3v-2h-2v2h-2v-2H9v2z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSkull(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.5 15.75h3l-1.5-3zM8.5 13q.825 0 1.413-.587T10.5 11t-.587-1.412T8.5 9t-1.412.588T6.5 11t.588 1.413T8.5 13m7 0q.825 0 1.413-.587T17.5 11t-.587-1.412T15.5 9t-1.412.588T13.5 11t.588 1.413T15.5 13M6 22v-4.25q-.975-.425-1.713-1.137T3.037 15t-.775-1.925T2 11q0-3.95 2.8-6.475T12 2t7.2 2.525T22 11q0 1.05-.262 2.075T20.963 15t-1.25 1.613T18 17.75V22h-3v-2h-2v2h-2v-2H9v2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.5 15.75h3l-1.5-3zM8.5 13q.825 0 1.413-.587T10.5 11t-.587-1.412T8.5 9t-1.412.588T6.5 11t.588 1.413T8.5 13m7 0q.825 0 1.413-.587T17.5 11t-.587-1.412T15.5 9t-1.412.588T13.5 11t.588 1.413T15.5 13M6 22v-4.25q-.975-.425-1.713-1.137T3.037 15t-.775-1.925T2 11q0-3.95 2.8-6.475T12 2t7.2 2.525T22 11q0 1.05-.262 2.075T20.963 15t-1.25 1.613T18 17.75V22h-3v-2h-2v2h-2v-2H9v2z"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.5%2015.75h3l-1.5-3zM8.5%2013q.825%200%201.413-.587T10.5%2011t-.587-1.412T8.5%209t-1.412.588T6.5%2011t.588%201.413T8.5%2013m7%200q.825%200%201.413-.587T17.5%2011t-.587-1.412T15.5%209t-1.412.588T13.5%2011t.588%201.413T15.5%2013M6%2022v-4.25q-.975-.425-1.713-1.137T3.037%2015t-.775-1.925T2%2011q0-3.95%202.8-6.475T12%202t7.2%202.525T22%2011q0%201.05-.262%202.075T20.963%2015t-1.25%201.613T18%2017.75V22h-3v-2h-2v2h-2v-2H9v2z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.5%2015.75h3l-1.5-3zM8.5%2013q.825%200%201.413-.587T10.5%2011t-.587-1.412T8.5%209t-1.412.588T6.5%2011t.588%201.413T8.5%2013m7%200q.825%200%201.413-.587T17.5%2011t-.587-1.412T15.5%209t-1.412.588T13.5%2011t.588%201.413T15.5%2013M6%2022v-4.25q-.975-.425-1.713-1.137T3.037%2015t-.775-1.925T2%2011q0-3.95%202.8-6.475T12%202t7.2%202.525T22%2011q0%201.05-.262%202.075T20.963%2015t-1.25%201.613T18%2017.75V22h-3v-2h-2v2h-2v-2H9v2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/skull.svg?color=%231a73e8&size=48