skull from Material Symbols Light by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.

Name
skull
Set
Material Symbols Light
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
skull-rounded, skull-sharp

1 other variant in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

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.692 15.173h2.616L12 12.558zm-2.188-2.557q.667 0 1.14-.476t.472-1.143t-.476-1.14t-1.143-.472t-1.14.475t-.472 1.144t.475 1.14t1.144.472m7 0q.667 0 1.14-.476t.472-1.143t-.476-1.14t-1.144-.472t-1.14.475t-.472 1.144t.476 1.14t1.143.472M7 21v-3.904q-.917-.386-1.655-1.012q-.737-.626-1.26-1.43q-.522-.804-.803-1.733T3 11q0-3.527 2.52-5.764T11.999 3t6.48 2.237T21 11q0 .992-.282 1.921t-.803 1.733t-1.26 1.43T17 17.1V21h-2.423v-1.923h-1.538V21h-2.077v-1.923H9.423V21z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSkull(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.692 15.173h2.616L12 12.558zm-2.188-2.557q.667 0 1.14-.476t.472-1.143t-.476-1.14t-1.143-.472t-1.14.475t-.472 1.144t.475 1.14t1.144.472m7 0q.667 0 1.14-.476t.472-1.143t-.476-1.14t-1.144-.472t-1.14.475t-.472 1.144t.476 1.14t1.143.472M7 21v-3.904q-.917-.386-1.655-1.012q-.737-.626-1.26-1.43q-.522-.804-.803-1.733T3 11q0-3.527 2.52-5.764T11.999 3t6.48 2.237T21 11q0 .992-.282 1.921t-.803 1.733t-1.26 1.43T17 17.1V21h-2.423v-1.923h-1.538V21h-2.077v-1.923H9.423V21z"/></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.692 15.173h2.616L12 12.558zm-2.188-2.557q.667 0 1.14-.476t.472-1.143t-.476-1.14t-1.143-.472t-1.14.475t-.472 1.144t.475 1.14t1.144.472m7 0q.667 0 1.14-.476t.472-1.143t-.476-1.14t-1.144-.472t-1.14.475t-.472 1.144t.476 1.14t1.143.472M7 21v-3.904q-.917-.386-1.655-1.012q-.737-.626-1.26-1.43q-.522-.804-.803-1.733T3 11q0-3.527 2.52-5.764T11.999 3t6.48 2.237T21 11q0 .992-.282 1.921t-.803 1.733t-1.26 1.43T17 17.1V21h-2.423v-1.923h-1.538V21h-2.077v-1.923H9.423V21z"/></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.692%2015.173h2.616L12%2012.558zm-2.188-2.557q.667%200%201.14-.476t.472-1.143t-.476-1.14t-1.143-.472t-1.14.475t-.472%201.144t.475%201.14t1.144.472m7%200q.667%200%201.14-.476t.472-1.143t-.476-1.14t-1.144-.472t-1.14.475t-.472%201.144t.476%201.14t1.143.472M7%2021v-3.904q-.917-.386-1.655-1.012q-.737-.626-1.26-1.43q-.522-.804-.803-1.733T3%2011q0-3.527%202.52-5.764T11.999%203t6.48%202.237T21%2011q0%20.992-.282%201.921t-.803%201.733t-1.26%201.43T17%2017.1V21h-2.423v-1.923h-1.538V21h-2.077v-1.923H9.423V21z%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.692%2015.173h2.616L12%2012.558zm-2.188-2.557q.667%200%201.14-.476t.472-1.143t-.476-1.14t-1.143-.472t-1.14.475t-.472%201.144t.475%201.14t1.144.472m7%200q.667%200%201.14-.476t.472-1.143t-.476-1.14t-1.144-.472t-1.14.475t-.472%201.144t.476%201.14t1.143.472M7%2021v-3.904q-.917-.386-1.655-1.012q-.737-.626-1.26-1.43q-.522-.804-.803-1.733T3%2011q0-3.527%202.52-5.764T11.999%203t6.48%202.237T21%2011q0%20.992-.282%201.921t-.803%201.733t-1.26%201.43T17%2017.1V21h-2.423v-1.923h-1.538V21h-2.077v-1.923H9.423V21z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/skull.svg?color=%231a73e8&size=48