skull from Humbleicons by Jiří Zralý · Regular · MIT Free for personal and commercial use.

Name
skull
Set
Humbleicons
Style
Regular
Viewbox
24×24
License
MIT

The same icon in other sets

Use the skull icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m12.5 16l-.5-2l-.5 2m4.345 2.226L15.5 16.5h1.734a2 2 0 0 0 1.985-2.248l-.163-1.302a2.4 2.4 0 0 1 .067-.886c.148-.585.377-1.71.377-3.064c0-2-1.5-6-7.5-6S4.5 7 4.5 9c0 1.354.23 2.479.377 3.064c.073.29.104.59.067.886l-.163 1.302A2 2 0 0 0 6.766 16.5H8.5l-.345 1.726a.93.93 0 0 0 .584 1.051a9.3 9.3 0 0 0 6.522 0a.93.93 0 0 0 .584-1.051"/><path fill="currentColor" d="M17.5 12c0 1.105-.895 2.5-2 2.5S13 13.105 13 12a2 2 0 0 1 2-2c1.105 0 2.5.895 2.5 2M11 12c0 1.105-1.395 2.5-2.5 2.5s-2-1.395-2-2.5s1.395-2 2.5-2a2 2 0 0 1 2 2"/></g></svg>

React

import type { SVGProps } from "react";

export function HumbleiconsSkull(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="m12.5 16l-.5-2l-.5 2m4.345 2.226L15.5 16.5h1.734a2 2 0 0 0 1.985-2.248l-.163-1.302a2.4 2.4 0 0 1 .067-.886c.148-.585.377-1.71.377-3.064c0-2-1.5-6-7.5-6S4.5 7 4.5 9c0 1.354.23 2.479.377 3.064c.073.29.104.59.067.886l-.163 1.302A2 2 0 0 0 6.766 16.5H8.5l-.345 1.726a.93.93 0 0 0 .584 1.051a9.3 9.3 0 0 0 6.522 0a.93.93 0 0 0 .584-1.051"/><path fill="currentColor" d="M17.5 12c0 1.105-.895 2.5-2 2.5S13 13.105 13 12a2 2 0 0 1 2-2c1.105 0 2.5.895 2.5 2M11 12c0 1.105-1.395 2.5-2.5 2.5s-2-1.395-2-2.5s1.395-2 2.5-2a2 2 0 0 1 2 2"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m12.5 16l-.5-2l-.5 2m4.345 2.226L15.5 16.5h1.734a2 2 0 0 0 1.985-2.248l-.163-1.302a2.4 2.4 0 0 1 .067-.886c.148-.585.377-1.71.377-3.064c0-2-1.5-6-7.5-6S4.5 7 4.5 9c0 1.354.23 2.479.377 3.064c.073.29.104.59.067.886l-.163 1.302A2 2 0 0 0 6.766 16.5H8.5l-.345 1.726a.93.93 0 0 0 .584 1.051a9.3 9.3 0 0 0 6.522 0a.93.93 0 0 0 .584-1.051"/><path fill="currentColor" d="M17.5 12c0 1.105-.895 2.5-2 2.5S13 13.105 13 12a2 2 0 0 1 2-2c1.105 0 2.5.895 2.5 2M11 12c0 1.105-1.395 2.5-2.5 2.5s-2-1.395-2-2.5s1.395-2 2.5-2a2 2 0 0 1 2 2"/></g></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%3Cg%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m12.5%2016l-.5-2l-.5%202m4.345%202.226L15.5%2016.5h1.734a2%202%200%200%200%201.985-2.248l-.163-1.302a2.4%202.4%200%200%201%20.067-.886c.148-.585.377-1.71.377-3.064c0-2-1.5-6-7.5-6S4.5%207%204.5%209c0%201.354.23%202.479.377%203.064c.073.29.104.59.067.886l-.163%201.302A2%202%200%200%200%206.766%2016.5H8.5l-.345%201.726a.93.93%200%200%200%20.584%201.051a9.3%209.3%200%200%200%206.522%200a.93.93%200%200%200%20.584-1.051%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.5%2012c0%201.105-.895%202.5-2%202.5S13%2013.105%2013%2012a2%202%200%200%201%202-2c1.105%200%202.5.895%202.5%202M11%2012c0%201.105-1.395%202.5-2.5%202.5s-2-1.395-2-2.5s1.395-2%202.5-2a2%202%200%200%201%202%202%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m12.5%2016l-.5-2l-.5%202m4.345%202.226L15.5%2016.5h1.734a2%202%200%200%200%201.985-2.248l-.163-1.302a2.4%202.4%200%200%201%20.067-.886c.148-.585.377-1.71.377-3.064c0-2-1.5-6-7.5-6S4.5%207%204.5%209c0%201.354.23%202.479.377%203.064c.073.29.104.59.067.886l-.163%201.302A2%202%200%200%200%206.766%2016.5H8.5l-.345%201.726a.93.93%200%200%200%20.584%201.051a9.3%209.3%200%200%200%206.522%200a.93.93%200%200%200%20.584-1.051%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.5%2012c0%201.105-.895%202.5-2%202.5S13%2013.105%2013%2012a2%202%200%200%201%202-2c1.105%200%202.5.895%202.5%202M11%2012c0%201.105-1.395%202.5-2.5%202.5s-2-1.395-2-2.5s1.395-2%202.5-2a2%202%200%200%201%202%202%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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