skull from Emoji One (Colored) by Emoji One · Default · People · CC-BY-4.0 Attribution required.

Name
skull
Set
Emoji One (Colored)
Style
Default
Category
People
Viewbox
64×64
License
CC BY 4.0

The same emoji in other sets

More people icons from Emoji One (Colored)

Use the skull emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#bab6b6" d="M55.9 38.9c2-3.5 3.1-7.5 3.1-11.8C59 13.3 46.9 2 32 2S5 13.3 5 27.2c0 4.2 1.1 8.2 3.1 11.8A7.16 7.16 0 0 0 5 44.9c0 4.1 3.6 7.5 8 7.5c.4 0 .8 0 1.2-.1c-.5 1.2-1.1 2.6-1.2 3.4c-.6 3.1 2.7 5.7 6.1 5.7c0 0 1.6.1 2-.2c1.3-1.2 0-6.4 0-6.4c0-.9.8-1.6 1.7-1.6s1.7.7 1.7 1.6c0 0-1.2 5.4 0 6.6c1 .9 4.8.9 5.8 0c1.3-1.2 0-6.6 0-6.6c0-.9.8-1.6 1.7-1.6s1.7.7 1.7 1.6c0 0-1.3 5.4 0 6.6c1 .9 4.8.9 5.8 0c1.3-1.2 0-6.6 0-6.6c0-.9.8-1.6 1.7-1.6c1 0 1.7.7 1.7 1.6c0 0-1.3 5.3 0 6.4c.3.3 2 .2 2 .2c3.4 0 6.7-2.6 6.1-5.7c-.1-.7-.7-2.2-1.2-3.4c.4.1.8.1 1.2.1c4.4 0 8-3.4 8-7.5c0-2.4-1.2-4.6-3.1-6m-38.5 1.4c-3-2.1-10.9-10.8-4.4-11.1c4-.2 13.7 3.1 14.3 6.8c.5 2.6-6.8 6.4-9.9 4.3m19.1 7.9c-1.5 1.4-7.2 1.4-8.8 0c-1.4-1.4.9-2.4 1.8-3.8c1-1.7 1.4-3.2 2.6-3.2s1.7 1.5 2.6 3.2c.9 1.4 3.3 2.5 1.8 3.8m10.4-7.9c-3 2.1-10.3-1.8-9.9-4.3c.6-3.7 10.3-7 14.3-6.8c6.5.4-1.4 9.1-4.4 11.1"/></svg>

React

import type { SVGProps } from "react";

export function EmojioneSkull(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#bab6b6" d="M55.9 38.9c2-3.5 3.1-7.5 3.1-11.8C59 13.3 46.9 2 32 2S5 13.3 5 27.2c0 4.2 1.1 8.2 3.1 11.8A7.16 7.16 0 0 0 5 44.9c0 4.1 3.6 7.5 8 7.5c.4 0 .8 0 1.2-.1c-.5 1.2-1.1 2.6-1.2 3.4c-.6 3.1 2.7 5.7 6.1 5.7c0 0 1.6.1 2-.2c1.3-1.2 0-6.4 0-6.4c0-.9.8-1.6 1.7-1.6s1.7.7 1.7 1.6c0 0-1.2 5.4 0 6.6c1 .9 4.8.9 5.8 0c1.3-1.2 0-6.6 0-6.6c0-.9.8-1.6 1.7-1.6s1.7.7 1.7 1.6c0 0-1.3 5.4 0 6.6c1 .9 4.8.9 5.8 0c1.3-1.2 0-6.6 0-6.6c0-.9.8-1.6 1.7-1.6c1 0 1.7.7 1.7 1.6c0 0-1.3 5.3 0 6.4c.3.3 2 .2 2 .2c3.4 0 6.7-2.6 6.1-5.7c-.1-.7-.7-2.2-1.2-3.4c.4.1.8.1 1.2.1c4.4 0 8-3.4 8-7.5c0-2.4-1.2-4.6-3.1-6m-38.5 1.4c-3-2.1-10.9-10.8-4.4-11.1c4-.2 13.7 3.1 14.3 6.8c.5 2.6-6.8 6.4-9.9 4.3m19.1 7.9c-1.5 1.4-7.2 1.4-8.8 0c-1.4-1.4.9-2.4 1.8-3.8c1-1.7 1.4-3.2 2.6-3.2s1.7 1.5 2.6 3.2c.9 1.4 3.3 2.5 1.8 3.8m10.4-7.9c-3 2.1-10.3-1.8-9.9-4.3c.6-3.7 10.3-7 14.3-6.8c6.5.4-1.4 9.1-4.4 11.1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#bab6b6" d="M55.9 38.9c2-3.5 3.1-7.5 3.1-11.8C59 13.3 46.9 2 32 2S5 13.3 5 27.2c0 4.2 1.1 8.2 3.1 11.8A7.16 7.16 0 0 0 5 44.9c0 4.1 3.6 7.5 8 7.5c.4 0 .8 0 1.2-.1c-.5 1.2-1.1 2.6-1.2 3.4c-.6 3.1 2.7 5.7 6.1 5.7c0 0 1.6.1 2-.2c1.3-1.2 0-6.4 0-6.4c0-.9.8-1.6 1.7-1.6s1.7.7 1.7 1.6c0 0-1.2 5.4 0 6.6c1 .9 4.8.9 5.8 0c1.3-1.2 0-6.6 0-6.6c0-.9.8-1.6 1.7-1.6s1.7.7 1.7 1.6c0 0-1.3 5.4 0 6.6c1 .9 4.8.9 5.8 0c1.3-1.2 0-6.6 0-6.6c0-.9.8-1.6 1.7-1.6c1 0 1.7.7 1.7 1.6c0 0-1.3 5.3 0 6.4c.3.3 2 .2 2 .2c3.4 0 6.7-2.6 6.1-5.7c-.1-.7-.7-2.2-1.2-3.4c.4.1.8.1 1.2.1c4.4 0 8-3.4 8-7.5c0-2.4-1.2-4.6-3.1-6m-38.5 1.4c-3-2.1-10.9-10.8-4.4-11.1c4-.2 13.7 3.1 14.3 6.8c.5 2.6-6.8 6.4-9.9 4.3m19.1 7.9c-1.5 1.4-7.2 1.4-8.8 0c-1.4-1.4.9-2.4 1.8-3.8c1-1.7 1.4-3.2 2.6-3.2s1.7 1.5 2.6 3.2c.9 1.4 3.3 2.5 1.8 3.8m10.4-7.9c-3 2.1-10.3-1.8-9.9-4.3c.6-3.7 10.3-7 14.3-6.8c6.5.4-1.4 9.1-4.4 11.1"/></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%2064%2064%22%3E%3Cpath%20fill%3D%22%23bab6b6%22%20d%3D%22M55.9%2038.9c2-3.5%203.1-7.5%203.1-11.8C59%2013.3%2046.9%202%2032%202S5%2013.3%205%2027.2c0%204.2%201.1%208.2%203.1%2011.8A7.16%207.16%200%200%200%205%2044.9c0%204.1%203.6%207.5%208%207.5c.4%200%20.8%200%201.2-.1c-.5%201.2-1.1%202.6-1.2%203.4c-.6%203.1%202.7%205.7%206.1%205.7c0%200%201.6.1%202-.2c1.3-1.2%200-6.4%200-6.4c0-.9.8-1.6%201.7-1.6s1.7.7%201.7%201.6c0%200-1.2%205.4%200%206.6c1%20.9%204.8.9%205.8%200c1.3-1.2%200-6.6%200-6.6c0-.9.8-1.6%201.7-1.6s1.7.7%201.7%201.6c0%200-1.3%205.4%200%206.6c1%20.9%204.8.9%205.8%200c1.3-1.2%200-6.6%200-6.6c0-.9.8-1.6%201.7-1.6c1%200%201.7.7%201.7%201.6c0%200-1.3%205.3%200%206.4c.3.3%202%20.2%202%20.2c3.4%200%206.7-2.6%206.1-5.7c-.1-.7-.7-2.2-1.2-3.4c.4.1.8.1%201.2.1c4.4%200%208-3.4%208-7.5c0-2.4-1.2-4.6-3.1-6m-38.5%201.4c-3-2.1-10.9-10.8-4.4-11.1c4-.2%2013.7%203.1%2014.3%206.8c.5%202.6-6.8%206.4-9.9%204.3m19.1%207.9c-1.5%201.4-7.2%201.4-8.8%200c-1.4-1.4.9-2.4%201.8-3.8c1-1.7%201.4-3.2%202.6-3.2s1.7%201.5%202.6%203.2c.9%201.4%203.3%202.5%201.8%203.8m10.4-7.9c-3%202.1-10.3-1.8-9.9-4.3c.6-3.7%2010.3-7%2014.3-6.8c6.5.4-1.4%209.1-4.4%2011.1%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%2064%2064%22%3E%3Cpath%20fill%3D%22%23bab6b6%22%20d%3D%22M55.9%2038.9c2-3.5%203.1-7.5%203.1-11.8C59%2013.3%2046.9%202%2032%202S5%2013.3%205%2027.2c0%204.2%201.1%208.2%203.1%2011.8A7.16%207.16%200%200%200%205%2044.9c0%204.1%203.6%207.5%208%207.5c.4%200%20.8%200%201.2-.1c-.5%201.2-1.1%202.6-1.2%203.4c-.6%203.1%202.7%205.7%206.1%205.7c0%200%201.6.1%202-.2c1.3-1.2%200-6.4%200-6.4c0-.9.8-1.6%201.7-1.6s1.7.7%201.7%201.6c0%200-1.2%205.4%200%206.6c1%20.9%204.8.9%205.8%200c1.3-1.2%200-6.6%200-6.6c0-.9.8-1.6%201.7-1.6s1.7.7%201.7%201.6c0%200-1.3%205.4%200%206.6c1%20.9%204.8.9%205.8%200c1.3-1.2%200-6.6%200-6.6c0-.9.8-1.6%201.7-1.6c1%200%201.7.7%201.7%201.6c0%200-1.3%205.3%200%206.4c.3.3%202%20.2%202%20.2c3.4%200%206.7-2.6%206.1-5.7c-.1-.7-.7-2.2-1.2-3.4c.4.1.8.1%201.2.1c4.4%200%208-3.4%208-7.5c0-2.4-1.2-4.6-3.1-6m-38.5%201.4c-3-2.1-10.9-10.8-4.4-11.1c4-.2%2013.7%203.1%2014.3%206.8c.5%202.6-6.8%206.4-9.9%204.3m19.1%207.9c-1.5%201.4-7.2%201.4-8.8%200c-1.4-1.4.9-2.4%201.8-3.8c1-1.7%201.4-3.2%202.6-3.2s1.7%201.5%202.6%203.2c.9%201.4%203.3%202.5%201.8%203.8m10.4-7.9c-3%202.1-10.3-1.8-9.9-4.3c.6-3.7%2010.3-7%2014.3-6.8c6.5.4-1.4%209.1-4.4%2011.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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