skull from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
skull
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

2 other variants in IonIcons

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 512 512"><path fill="currentColor" d="M402 76.94C362.61 37.63 310.78 16 256 16h-.37A208 208 0 0 0 48 224v100.67A79.62 79.62 0 0 0 98.29 399l23.71 9.42a15.92 15.92 0 0 1 9.75 11.72l10 50.13A32.09 32.09 0 0 0 173.12 496H184a8 8 0 0 0 8-8v-39.55c0-8.61 6.62-16 15.23-16.43A16 16 0 0 1 224 448v40a8 8 0 0 0 8 8a8 8 0 0 0 8-8v-39.55c0-8.61 6.62-16 15.23-16.43A16 16 0 0 1 272 448v40a8 8 0 0 0 8 8a8 8 0 0 0 8-8v-39.55c0-8.61 6.62-16 15.23-16.43A16 16 0 0 1 320 448v40a8 8 0 0 0 8 8h10.88a32.09 32.09 0 0 0 31.38-25.72l10-50.14a16 16 0 0 1 9.74-11.72l23.71-9.42A79.62 79.62 0 0 0 464 324.67v-99c0-56-22-108.81-62-148.73M171.66 335.88a56 56 0 1 1 52.22-52.22a56 56 0 0 1-52.22 52.22M281 397.25a16.37 16.37 0 0 1-9.3 2.75h-31.4a16.37 16.37 0 0 1-9.28-2.75a16 16 0 0 1-6.6-16.9l15.91-47.6C243 326 247.25 321 254 320.13c8.26-1 14 2.87 17.61 12.22l16 48a16 16 0 0 1-6.61 16.9m66.68-61.37a56 56 0 1 1 52.22-52.22a56 56 0 0 1-52.24 52.22Z"/></svg>

React

import type { SVGProps } from "react";

export function IonSkull(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M402 76.94C362.61 37.63 310.78 16 256 16h-.37A208 208 0 0 0 48 224v100.67A79.62 79.62 0 0 0 98.29 399l23.71 9.42a15.92 15.92 0 0 1 9.75 11.72l10 50.13A32.09 32.09 0 0 0 173.12 496H184a8 8 0 0 0 8-8v-39.55c0-8.61 6.62-16 15.23-16.43A16 16 0 0 1 224 448v40a8 8 0 0 0 8 8a8 8 0 0 0 8-8v-39.55c0-8.61 6.62-16 15.23-16.43A16 16 0 0 1 272 448v40a8 8 0 0 0 8 8a8 8 0 0 0 8-8v-39.55c0-8.61 6.62-16 15.23-16.43A16 16 0 0 1 320 448v40a8 8 0 0 0 8 8h10.88a32.09 32.09 0 0 0 31.38-25.72l10-50.14a16 16 0 0 1 9.74-11.72l23.71-9.42A79.62 79.62 0 0 0 464 324.67v-99c0-56-22-108.81-62-148.73M171.66 335.88a56 56 0 1 1 52.22-52.22a56 56 0 0 1-52.22 52.22M281 397.25a16.37 16.37 0 0 1-9.3 2.75h-31.4a16.37 16.37 0 0 1-9.28-2.75a16 16 0 0 1-6.6-16.9l15.91-47.6C243 326 247.25 321 254 320.13c8.26-1 14 2.87 17.61 12.22l16 48a16 16 0 0 1-6.61 16.9m66.68-61.37a56 56 0 1 1 52.22-52.22a56 56 0 0 1-52.24 52.22Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M402 76.94C362.61 37.63 310.78 16 256 16h-.37A208 208 0 0 0 48 224v100.67A79.62 79.62 0 0 0 98.29 399l23.71 9.42a15.92 15.92 0 0 1 9.75 11.72l10 50.13A32.09 32.09 0 0 0 173.12 496H184a8 8 0 0 0 8-8v-39.55c0-8.61 6.62-16 15.23-16.43A16 16 0 0 1 224 448v40a8 8 0 0 0 8 8a8 8 0 0 0 8-8v-39.55c0-8.61 6.62-16 15.23-16.43A16 16 0 0 1 272 448v40a8 8 0 0 0 8 8a8 8 0 0 0 8-8v-39.55c0-8.61 6.62-16 15.23-16.43A16 16 0 0 1 320 448v40a8 8 0 0 0 8 8h10.88a32.09 32.09 0 0 0 31.38-25.72l10-50.14a16 16 0 0 1 9.74-11.72l23.71-9.42A79.62 79.62 0 0 0 464 324.67v-99c0-56-22-108.81-62-148.73M171.66 335.88a56 56 0 1 1 52.22-52.22a56 56 0 0 1-52.22 52.22M281 397.25a16.37 16.37 0 0 1-9.3 2.75h-31.4a16.37 16.37 0 0 1-9.28-2.75a16 16 0 0 1-6.6-16.9l15.91-47.6C243 326 247.25 321 254 320.13c8.26-1 14 2.87 17.61 12.22l16 48a16 16 0 0 1-6.61 16.9m66.68-61.37a56 56 0 1 1 52.22-52.22a56 56 0 0 1-52.24 52.22Z"/></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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M402%2076.94C362.61%2037.63%20310.78%2016%20256%2016h-.37A208%20208%200%200%200%2048%20224v100.67A79.62%2079.62%200%200%200%2098.29%20399l23.71%209.42a15.92%2015.92%200%200%201%209.75%2011.72l10%2050.13A32.09%2032.09%200%200%200%20173.12%20496H184a8%208%200%200%200%208-8v-39.55c0-8.61%206.62-16%2015.23-16.43A16%2016%200%200%201%20224%20448v40a8%208%200%200%200%208%208a8%208%200%200%200%208-8v-39.55c0-8.61%206.62-16%2015.23-16.43A16%2016%200%200%201%20272%20448v40a8%208%200%200%200%208%208a8%208%200%200%200%208-8v-39.55c0-8.61%206.62-16%2015.23-16.43A16%2016%200%200%201%20320%20448v40a8%208%200%200%200%208%208h10.88a32.09%2032.09%200%200%200%2031.38-25.72l10-50.14a16%2016%200%200%201%209.74-11.72l23.71-9.42A79.62%2079.62%200%200%200%20464%20324.67v-99c0-56-22-108.81-62-148.73M171.66%20335.88a56%2056%200%201%201%2052.22-52.22a56%2056%200%200%201-52.22%2052.22M281%20397.25a16.37%2016.37%200%200%201-9.3%202.75h-31.4a16.37%2016.37%200%200%201-9.28-2.75a16%2016%200%200%201-6.6-16.9l15.91-47.6C243%20326%20247.25%20321%20254%20320.13c8.26-1%2014%202.87%2017.61%2012.22l16%2048a16%2016%200%200%201-6.61%2016.9m66.68-61.37a56%2056%200%201%201%2052.22-52.22a56%2056%200%200%201-52.24%2052.22Z%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M402%2076.94C362.61%2037.63%20310.78%2016%20256%2016h-.37A208%20208%200%200%200%2048%20224v100.67A79.62%2079.62%200%200%200%2098.29%20399l23.71%209.42a15.92%2015.92%200%200%201%209.75%2011.72l10%2050.13A32.09%2032.09%200%200%200%20173.12%20496H184a8%208%200%200%200%208-8v-39.55c0-8.61%206.62-16%2015.23-16.43A16%2016%200%200%201%20224%20448v40a8%208%200%200%200%208%208a8%208%200%200%200%208-8v-39.55c0-8.61%206.62-16%2015.23-16.43A16%2016%200%200%201%20272%20448v40a8%208%200%200%200%208%208a8%208%200%200%200%208-8v-39.55c0-8.61%206.62-16%2015.23-16.43A16%2016%200%200%201%20320%20448v40a8%208%200%200%200%208%208h10.88a32.09%2032.09%200%200%200%2031.38-25.72l10-50.14a16%2016%200%200%201%209.74-11.72l23.71-9.42A79.62%2079.62%200%200%200%20464%20324.67v-99c0-56-22-108.81-62-148.73M171.66%20335.88a56%2056%200%201%201%2052.22-52.22a56%2056%200%200%201-52.22%2052.22M281%20397.25a16.37%2016.37%200%200%201-9.3%202.75h-31.4a16.37%2016.37%200%200%201-9.28-2.75a16%2016%200%200%201-6.6-16.9l15.91-47.6C243%20326%20247.25%20321%20254%20320.13c8.26-1%2014%202.87%2017.61%2012.22l16%2048a16%2016%200%200%201-6.61%2016.9m66.68-61.37a56%2056%200%201%201%2052.22-52.22a56%2056%200%200%201-52.24%2052.22Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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