skull from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
skull
Set
Huge Icons
Style
Stroke
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" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M12 3c-4.97 0-9 3.582-9 8c0 2.37 1.16 4.5 3.002 5.964l.29.232c.5.423.687.811.707 1.467l.001.203c0 .124 0 .187.003.239a2 2 0 0 0 1.892 1.892c.052.003.115.003.239.003h5.732c.124 0 .187 0 .239-.003a2 2 0 0 0 1.892-1.892c.003-.052.003-.115.003-.239v-.203c.02-.656.208-1.044.709-1.467c.023-.02.111-.09.29-.232C19.84 15.5 21 13.37 21 11c0-4.418-4.03-8-9-8m-2 18v-2m4 2v-2"/><path d="M8 11v-.5m1 .5a1 1 0 1 1-2 0a1 1 0 0 1 2 0m7 0v-.5m1 .5a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-4.5 4l-.5-1l-.5 1z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsSkull(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" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M12 3c-4.97 0-9 3.582-9 8c0 2.37 1.16 4.5 3.002 5.964l.29.232c.5.423.687.811.707 1.467l.001.203c0 .124 0 .187.003.239a2 2 0 0 0 1.892 1.892c.052.003.115.003.239.003h5.732c.124 0 .187 0 .239-.003a2 2 0 0 0 1.892-1.892c.003-.052.003-.115.003-.239v-.203c.02-.656.208-1.044.709-1.467c.023-.02.111-.09.29-.232C19.84 15.5 21 13.37 21 11c0-4.418-4.03-8-9-8m-2 18v-2m4 2v-2"/><path d="M8 11v-.5m1 .5a1 1 0 1 1-2 0a1 1 0 0 1 2 0m7 0v-.5m1 .5a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-4.5 4l-.5-1l-.5 1z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M12 3c-4.97 0-9 3.582-9 8c0 2.37 1.16 4.5 3.002 5.964l.29.232c.5.423.687.811.707 1.467l.001.203c0 .124 0 .187.003.239a2 2 0 0 0 1.892 1.892c.052.003.115.003.239.003h5.732c.124 0 .187 0 .239-.003a2 2 0 0 0 1.892-1.892c.003-.052.003-.115.003-.239v-.203c.02-.656.208-1.044.709-1.467c.023-.02.111-.09.29-.232C19.84 15.5 21 13.37 21 11c0-4.418-4.03-8-9-8m-2 18v-2m4 2v-2"/><path d="M8 11v-.5m1 .5a1 1 0 1 1-2 0a1 1 0 0 1 2 0m7 0v-.5m1 .5a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-4.5 4l-.5-1l-.5 1z"/></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%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12%203c-4.97%200-9%203.582-9%208c0%202.37%201.16%204.5%203.002%205.964l.29.232c.5.423.687.811.707%201.467l.001.203c0%20.124%200%20.187.003.239a2%202%200%200%200%201.892%201.892c.052.003.115.003.239.003h5.732c.124%200%20.187%200%20.239-.003a2%202%200%200%200%201.892-1.892c.003-.052.003-.115.003-.239v-.203c.02-.656.208-1.044.709-1.467c.023-.02.111-.09.29-.232C19.84%2015.5%2021%2013.37%2021%2011c0-4.418-4.03-8-9-8m-2%2018v-2m4%202v-2%22%2F%3E%3Cpath%20d%3D%22M8%2011v-.5m1%20.5a1%201%200%201%201-2%200a1%201%200%200%201%202%200m7%200v-.5m1%20.5a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-4.5%204l-.5-1l-.5%201z%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%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12%203c-4.97%200-9%203.582-9%208c0%202.37%201.16%204.5%203.002%205.964l.29.232c.5.423.687.811.707%201.467l.001.203c0%20.124%200%20.187.003.239a2%202%200%200%200%201.892%201.892c.052.003.115.003.239.003h5.732c.124%200%20.187%200%20.239-.003a2%202%200%200%200%201.892-1.892c.003-.052.003-.115.003-.239v-.203c.02-.656.208-1.044.709-1.467c.023-.02.111-.09.29-.232C19.84%2015.5%2021%2013.37%2021%2011c0-4.418-4.03-8-9-8m-2%2018v-2m4%202v-2%22%2F%3E%3Cpath%20d%3D%22M8%2011v-.5m1%20.5a1%201%200%201%201-2%200a1%201%200%200%201%202%200m7%200v-.5m1%20.5a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-4.5%204l-.5-1l-.5%201z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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