skull from Noto Emoji by Google Inc · Default · Smileys & Emotion · Apache-2.0 Free for personal and commercial use.

Name
skull
Set
Noto Emoji
Style
Default
Category
Smileys & Emotion
Viewbox
128×128
License
Apache 2.0

The same emoji in other sets

More smileys & emotion icons from Noto Emoji

Use the skull emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><radialGradient id="SVGLVJuDe3A" cx="63.887" cy="74.925" r="64.936" gradientTransform="matrix(1 0 0 1.0839 0 -6.29)" gradientUnits="userSpaceOnUse"><stop offset=".396" stop-color="#e1e7ea"/><stop offset=".993" stop-color="#d6e1e6"/></radialGradient><path fill="url(#SVGLVJuDe3A)" d="M111.79 67.58c.57-3.41 2.93-15.55.78-27.47c-1.37-7.59-6.11-17.5-11.4-22.51C90.96 7.93 76.74 4 63.66 4s-26.59 3.93-36.8 13.6c-5.29 5.01-10.03 14.93-11.4 22.51c-2.15 11.92.21 24.06.78 27.47c.77 4.65-1.27 9.79-1.67 14.42c-.43 5.04 1.95 8.95 6.21 11.72c3.55 2.31 7.69 3.53 11.53 5.32c4.57 2.13.42 9.82 2.11 13.7c.85 1.96 2.71 3.31 4.63 4.26c2.44 1.22 5.25 1.98 7.9 1.31c-.4.1.76 2.43 2.29 3.38c1.4.86 3.13 1.74 4.74 2.09c3.2.7 6.37-.48 8.35-1.5a3.67 3.67 0 0 1 3.41 0c1.98 1.02 5.15 2.2 8.35 1.5c2.41-.53 4.56-1.96 6.1-3.83c.72-.88 1.84-1.36 2.97-1.28c3.36.22 8.5-1.15 10.73-6.22c1.25-2.82-.01-6.14.82-9.09c1.41-5 6.33-6.24 10.29-8.57c5.25-3.08 8.35-6.53 8.49-11.39c.14-5.16-2.36-11.83-1.7-15.82"/><ellipse cx="39.83" cy="64.15" fill="#424242" rx="13.74" ry="12.49" transform="rotate(-75 39.83 64.15)"/><ellipse cx="88.2" cy="64.15" fill="#424242" rx="12.49" ry="13.74" transform="rotate(-15 88.2 64.152)"/><path fill="#424242" d="M55.98 86.71c0-4.43 3.59-15.41 8.03-15.41s8.03 10.97 8.03 15.41c0 9.01-8.03 2.87-8.03 2.87s-8.03 6.66-8.03-2.87"/><path fill="#8abfd1" d="M42.63 118.43c-1.2-.23-2.34-.6-3.36-1.35c.85-.2 1.7-.42 2.48-.8c1.94-.97 1.89-2.53 2.32-4.45c.37-1.68.73-3.36 1.16-5.03c.29-1.12 1.03-2.19 2.18-2.03c1.44.2 1.58 1.22 1.34 2.77c-.23 1.44-1.97 10.93-1.97 10.94c-.08.43-2.97.14-3.25.1q-.45-.06-.9-.15m43.41 0c1.2-.23 2.34-.6 3.36-1.35c-.85-.2-1.7-.42-2.48-.8c-1.94-.97-1.89-2.53-2.32-4.45c-.37-1.68-.73-3.36-1.16-5.03c-.29-1.12-1.03-2.19-2.18-2.03c-1.44.2-1.58 1.22-1.34 2.77c.23 1.44 1.97 10.93 1.97 10.94c.08.43 2.97.14 3.25.1q.45-.06.9-.15m-26.57 5.02s2.27-3.06 2.35-5.15c.15-3.73.36-8.77.36-11.69c0-1.16.7-2.05 1.87-2.05c1.16 0 1.81.78 1.81 1.94c0 .05.27 6.83.27 11.55c0 2.18 2.44 5.39 2.44 5.39c-1-.45-2.75-1.32-4.55-1.24c-2.28.11-4.55 1.25-4.55 1.25"/></svg>

React

import type { SVGProps } from "react";

export function NotoSkull(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><radialGradient id="SVGLVJuDe3A" cx="63.887" cy="74.925" r="64.936" gradientTransform="matrix(1 0 0 1.0839 0 -6.29)" gradientUnits="userSpaceOnUse"><stop offset=".396" stopColor="#e1e7ea"/><stop offset=".993" stopColor="#d6e1e6"/></radialGradient><path fill="url(#SVGLVJuDe3A)" d="M111.79 67.58c.57-3.41 2.93-15.55.78-27.47c-1.37-7.59-6.11-17.5-11.4-22.51C90.96 7.93 76.74 4 63.66 4s-26.59 3.93-36.8 13.6c-5.29 5.01-10.03 14.93-11.4 22.51c-2.15 11.92.21 24.06.78 27.47c.77 4.65-1.27 9.79-1.67 14.42c-.43 5.04 1.95 8.95 6.21 11.72c3.55 2.31 7.69 3.53 11.53 5.32c4.57 2.13.42 9.82 2.11 13.7c.85 1.96 2.71 3.31 4.63 4.26c2.44 1.22 5.25 1.98 7.9 1.31c-.4.1.76 2.43 2.29 3.38c1.4.86 3.13 1.74 4.74 2.09c3.2.7 6.37-.48 8.35-1.5a3.67 3.67 0 0 1 3.41 0c1.98 1.02 5.15 2.2 8.35 1.5c2.41-.53 4.56-1.96 6.1-3.83c.72-.88 1.84-1.36 2.97-1.28c3.36.22 8.5-1.15 10.73-6.22c1.25-2.82-.01-6.14.82-9.09c1.41-5 6.33-6.24 10.29-8.57c5.25-3.08 8.35-6.53 8.49-11.39c.14-5.16-2.36-11.83-1.7-15.82"/><ellipse cx="39.83" cy="64.15" fill="#424242" rx="13.74" ry="12.49" transform="rotate(-75 39.83 64.15)"/><ellipse cx="88.2" cy="64.15" fill="#424242" rx="12.49" ry="13.74" transform="rotate(-15 88.2 64.152)"/><path fill="#424242" d="M55.98 86.71c0-4.43 3.59-15.41 8.03-15.41s8.03 10.97 8.03 15.41c0 9.01-8.03 2.87-8.03 2.87s-8.03 6.66-8.03-2.87"/><path fill="#8abfd1" d="M42.63 118.43c-1.2-.23-2.34-.6-3.36-1.35c.85-.2 1.7-.42 2.48-.8c1.94-.97 1.89-2.53 2.32-4.45c.37-1.68.73-3.36 1.16-5.03c.29-1.12 1.03-2.19 2.18-2.03c1.44.2 1.58 1.22 1.34 2.77c-.23 1.44-1.97 10.93-1.97 10.94c-.08.43-2.97.14-3.25.1q-.45-.06-.9-.15m43.41 0c1.2-.23 2.34-.6 3.36-1.35c-.85-.2-1.7-.42-2.48-.8c-1.94-.97-1.89-2.53-2.32-4.45c-.37-1.68-.73-3.36-1.16-5.03c-.29-1.12-1.03-2.19-2.18-2.03c-1.44.2-1.58 1.22-1.34 2.77c.23 1.44 1.97 10.93 1.97 10.94c.08.43 2.97.14 3.25.1q.45-.06.9-.15m-26.57 5.02s2.27-3.06 2.35-5.15c.15-3.73.36-8.77.36-11.69c0-1.16.7-2.05 1.87-2.05c1.16 0 1.81.78 1.81 1.94c0 .05.27 6.83.27 11.55c0 2.18 2.44 5.39 2.44 5.39c-1-.45-2.75-1.32-4.55-1.24c-2.28.11-4.55 1.25-4.55 1.25"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><radialGradient id="SVGLVJuDe3A" cx="63.887" cy="74.925" r="64.936" gradientTransform="matrix(1 0 0 1.0839 0 -6.29)" gradientUnits="userSpaceOnUse"><stop offset=".396" stop-color="#e1e7ea"/><stop offset=".993" stop-color="#d6e1e6"/></radialGradient><path fill="url(#SVGLVJuDe3A)" d="M111.79 67.58c.57-3.41 2.93-15.55.78-27.47c-1.37-7.59-6.11-17.5-11.4-22.51C90.96 7.93 76.74 4 63.66 4s-26.59 3.93-36.8 13.6c-5.29 5.01-10.03 14.93-11.4 22.51c-2.15 11.92.21 24.06.78 27.47c.77 4.65-1.27 9.79-1.67 14.42c-.43 5.04 1.95 8.95 6.21 11.72c3.55 2.31 7.69 3.53 11.53 5.32c4.57 2.13.42 9.82 2.11 13.7c.85 1.96 2.71 3.31 4.63 4.26c2.44 1.22 5.25 1.98 7.9 1.31c-.4.1.76 2.43 2.29 3.38c1.4.86 3.13 1.74 4.74 2.09c3.2.7 6.37-.48 8.35-1.5a3.67 3.67 0 0 1 3.41 0c1.98 1.02 5.15 2.2 8.35 1.5c2.41-.53 4.56-1.96 6.1-3.83c.72-.88 1.84-1.36 2.97-1.28c3.36.22 8.5-1.15 10.73-6.22c1.25-2.82-.01-6.14.82-9.09c1.41-5 6.33-6.24 10.29-8.57c5.25-3.08 8.35-6.53 8.49-11.39c.14-5.16-2.36-11.83-1.7-15.82"/><ellipse cx="39.83" cy="64.15" fill="#424242" rx="13.74" ry="12.49" transform="rotate(-75 39.83 64.15)"/><ellipse cx="88.2" cy="64.15" fill="#424242" rx="12.49" ry="13.74" transform="rotate(-15 88.2 64.152)"/><path fill="#424242" d="M55.98 86.71c0-4.43 3.59-15.41 8.03-15.41s8.03 10.97 8.03 15.41c0 9.01-8.03 2.87-8.03 2.87s-8.03 6.66-8.03-2.87"/><path fill="#8abfd1" d="M42.63 118.43c-1.2-.23-2.34-.6-3.36-1.35c.85-.2 1.7-.42 2.48-.8c1.94-.97 1.89-2.53 2.32-4.45c.37-1.68.73-3.36 1.16-5.03c.29-1.12 1.03-2.19 2.18-2.03c1.44.2 1.58 1.22 1.34 2.77c-.23 1.44-1.97 10.93-1.97 10.94c-.08.43-2.97.14-3.25.1q-.45-.06-.9-.15m43.41 0c1.2-.23 2.34-.6 3.36-1.35c-.85-.2-1.7-.42-2.48-.8c-1.94-.97-1.89-2.53-2.32-4.45c-.37-1.68-.73-3.36-1.16-5.03c-.29-1.12-1.03-2.19-2.18-2.03c-1.44.2-1.58 1.22-1.34 2.77c.23 1.44 1.97 10.93 1.97 10.94c.08.43 2.97.14 3.25.1q.45-.06.9-.15m-26.57 5.02s2.27-3.06 2.35-5.15c.15-3.73.36-8.77.36-11.69c0-1.16.7-2.05 1.87-2.05c1.16 0 1.81.78 1.81 1.94c0 .05.27 6.83.27 11.55c0 2.18 2.44 5.39 2.44 5.39c-1-.45-2.75-1.32-4.55-1.24c-2.28.11-4.55 1.25-4.55 1.25"/></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%20128%20128%22%3E%3CradialGradient%20id%3D%22SVGLVJuDe3A%22%20cx%3D%2263.887%22%20cy%3D%2274.925%22%20r%3D%2264.936%22%20gradientTransform%3D%22matrix(1%200%200%201.0839%200%20-6.29)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.396%22%20stop-color%3D%22%23e1e7ea%22%2F%3E%3Cstop%20offset%3D%22.993%22%20stop-color%3D%22%23d6e1e6%22%2F%3E%3C%2FradialGradient%3E%3Cpath%20fill%3D%22url(%23SVGLVJuDe3A)%22%20d%3D%22M111.79%2067.58c.57-3.41%202.93-15.55.78-27.47c-1.37-7.59-6.11-17.5-11.4-22.51C90.96%207.93%2076.74%204%2063.66%204s-26.59%203.93-36.8%2013.6c-5.29%205.01-10.03%2014.93-11.4%2022.51c-2.15%2011.92.21%2024.06.78%2027.47c.77%204.65-1.27%209.79-1.67%2014.42c-.43%205.04%201.95%208.95%206.21%2011.72c3.55%202.31%207.69%203.53%2011.53%205.32c4.57%202.13.42%209.82%202.11%2013.7c.85%201.96%202.71%203.31%204.63%204.26c2.44%201.22%205.25%201.98%207.9%201.31c-.4.1.76%202.43%202.29%203.38c1.4.86%203.13%201.74%204.74%202.09c3.2.7%206.37-.48%208.35-1.5a3.67%203.67%200%200%201%203.41%200c1.98%201.02%205.15%202.2%208.35%201.5c2.41-.53%204.56-1.96%206.1-3.83c.72-.88%201.84-1.36%202.97-1.28c3.36.22%208.5-1.15%2010.73-6.22c1.25-2.82-.01-6.14.82-9.09c1.41-5%206.33-6.24%2010.29-8.57c5.25-3.08%208.35-6.53%208.49-11.39c.14-5.16-2.36-11.83-1.7-15.82%22%2F%3E%3Cellipse%20cx%3D%2239.83%22%20cy%3D%2264.15%22%20fill%3D%22%23424242%22%20rx%3D%2213.74%22%20ry%3D%2212.49%22%20transform%3D%22rotate(-75%2039.83%2064.15)%22%2F%3E%3Cellipse%20cx%3D%2288.2%22%20cy%3D%2264.15%22%20fill%3D%22%23424242%22%20rx%3D%2212.49%22%20ry%3D%2213.74%22%20transform%3D%22rotate(-15%2088.2%2064.152)%22%2F%3E%3Cpath%20fill%3D%22%23424242%22%20d%3D%22M55.98%2086.71c0-4.43%203.59-15.41%208.03-15.41s8.03%2010.97%208.03%2015.41c0%209.01-8.03%202.87-8.03%202.87s-8.03%206.66-8.03-2.87%22%2F%3E%3Cpath%20fill%3D%22%238abfd1%22%20d%3D%22M42.63%20118.43c-1.2-.23-2.34-.6-3.36-1.35c.85-.2%201.7-.42%202.48-.8c1.94-.97%201.89-2.53%202.32-4.45c.37-1.68.73-3.36%201.16-5.03c.29-1.12%201.03-2.19%202.18-2.03c1.44.2%201.58%201.22%201.34%202.77c-.23%201.44-1.97%2010.93-1.97%2010.94c-.08.43-2.97.14-3.25.1q-.45-.06-.9-.15m43.41%200c1.2-.23%202.34-.6%203.36-1.35c-.85-.2-1.7-.42-2.48-.8c-1.94-.97-1.89-2.53-2.32-4.45c-.37-1.68-.73-3.36-1.16-5.03c-.29-1.12-1.03-2.19-2.18-2.03c-1.44.2-1.58%201.22-1.34%202.77c.23%201.44%201.97%2010.93%201.97%2010.94c.08.43%202.97.14%203.25.1q.45-.06.9-.15m-26.57%205.02s2.27-3.06%202.35-5.15c.15-3.73.36-8.77.36-11.69c0-1.16.7-2.05%201.87-2.05c1.16%200%201.81.78%201.81%201.94c0%20.05.27%206.83.27%2011.55c0%202.18%202.44%205.39%202.44%205.39c-1-.45-2.75-1.32-4.55-1.24c-2.28.11-4.55%201.25-4.55%201.25%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%20128%20128%22%3E%3CradialGradient%20id%3D%22SVGLVJuDe3A%22%20cx%3D%2263.887%22%20cy%3D%2274.925%22%20r%3D%2264.936%22%20gradientTransform%3D%22matrix(1%200%200%201.0839%200%20-6.29)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.396%22%20stop-color%3D%22%23e1e7ea%22%2F%3E%3Cstop%20offset%3D%22.993%22%20stop-color%3D%22%23d6e1e6%22%2F%3E%3C%2FradialGradient%3E%3Cpath%20fill%3D%22url(%23SVGLVJuDe3A)%22%20d%3D%22M111.79%2067.58c.57-3.41%202.93-15.55.78-27.47c-1.37-7.59-6.11-17.5-11.4-22.51C90.96%207.93%2076.74%204%2063.66%204s-26.59%203.93-36.8%2013.6c-5.29%205.01-10.03%2014.93-11.4%2022.51c-2.15%2011.92.21%2024.06.78%2027.47c.77%204.65-1.27%209.79-1.67%2014.42c-.43%205.04%201.95%208.95%206.21%2011.72c3.55%202.31%207.69%203.53%2011.53%205.32c4.57%202.13.42%209.82%202.11%2013.7c.85%201.96%202.71%203.31%204.63%204.26c2.44%201.22%205.25%201.98%207.9%201.31c-.4.1.76%202.43%202.29%203.38c1.4.86%203.13%201.74%204.74%202.09c3.2.7%206.37-.48%208.35-1.5a3.67%203.67%200%200%201%203.41%200c1.98%201.02%205.15%202.2%208.35%201.5c2.41-.53%204.56-1.96%206.1-3.83c.72-.88%201.84-1.36%202.97-1.28c3.36.22%208.5-1.15%2010.73-6.22c1.25-2.82-.01-6.14.82-9.09c1.41-5%206.33-6.24%2010.29-8.57c5.25-3.08%208.35-6.53%208.49-11.39c.14-5.16-2.36-11.83-1.7-15.82%22%2F%3E%3Cellipse%20cx%3D%2239.83%22%20cy%3D%2264.15%22%20fill%3D%22%23424242%22%20rx%3D%2213.74%22%20ry%3D%2212.49%22%20transform%3D%22rotate(-75%2039.83%2064.15)%22%2F%3E%3Cellipse%20cx%3D%2288.2%22%20cy%3D%2264.15%22%20fill%3D%22%23424242%22%20rx%3D%2212.49%22%20ry%3D%2213.74%22%20transform%3D%22rotate(-15%2088.2%2064.152)%22%2F%3E%3Cpath%20fill%3D%22%23424242%22%20d%3D%22M55.98%2086.71c0-4.43%203.59-15.41%208.03-15.41s8.03%2010.97%208.03%2015.41c0%209.01-8.03%202.87-8.03%202.87s-8.03%206.66-8.03-2.87%22%2F%3E%3Cpath%20fill%3D%22%238abfd1%22%20d%3D%22M42.63%20118.43c-1.2-.23-2.34-.6-3.36-1.35c.85-.2%201.7-.42%202.48-.8c1.94-.97%201.89-2.53%202.32-4.45c.37-1.68.73-3.36%201.16-5.03c.29-1.12%201.03-2.19%202.18-2.03c1.44.2%201.58%201.22%201.34%202.77c-.23%201.44-1.97%2010.93-1.97%2010.94c-.08.43-2.97.14-3.25.1q-.45-.06-.9-.15m43.41%200c1.2-.23%202.34-.6%203.36-1.35c-.85-.2-1.7-.42-2.48-.8c-1.94-.97-1.89-2.53-2.32-4.45c-.37-1.68-.73-3.36-1.16-5.03c-.29-1.12-1.03-2.19-2.18-2.03c-1.44.2-1.58%201.22-1.34%202.77c.23%201.44%201.97%2010.93%201.97%2010.94c.08.43%202.97.14%203.25.1q.45-.06.9-.15m-26.57%205.02s2.27-3.06%202.35-5.15c.15-3.73.36-8.77.36-11.69c0-1.16.7-2.05%201.87-2.05c1.16%200%201.81.78%201.81%201.94c0%20.05.27%206.83.27%2011.55c0%202.18%202.44%205.39%202.44%205.39c-1-.45-2.75-1.32-4.55-1.24c-2.28.11-4.55%201.25-4.55%201.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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