skull-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.

Name
skull-bold
Set
Phosphor
Style
Bold
Viewbox
256×256
License
MIT

5 other variants in Phosphor

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 256 256"><path fill="currentColor" d="M116 132a24 24 0 1 1-24-24a24 24 0 0 1 24 24m48-24a24 24 0 1 0 24 24a24 24 0 0 0-24-24m72 8c0 29.85-13.05 57.78-36 77.52V216a20 20 0 0 1-20 20H76a20 20 0 0 1-20-20v-22.48C33 173.78 20 145.85 20 116C20 58.65 68.45 12 128 12s108 46.65 108 104m-24 0c0-44.11-37.68-80-84-80s-84 35.89-84 80c0 24.31 11.41 47 31.31 62.3a12 12 0 0 1 4.69 9.52V212h16v-20a12 12 0 0 1 24 0v20h16v-20a12 12 0 0 1 24 0v20h16v-24.18a12 12 0 0 1 4.69-9.51C200.59 163 212 140.31 212 116"/></svg>

React

import type { SVGProps } from "react";

export function PhSkullBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M116 132a24 24 0 1 1-24-24a24 24 0 0 1 24 24m48-24a24 24 0 1 0 24 24a24 24 0 0 0-24-24m72 8c0 29.85-13.05 57.78-36 77.52V216a20 20 0 0 1-20 20H76a20 20 0 0 1-20-20v-22.48C33 173.78 20 145.85 20 116C20 58.65 68.45 12 128 12s108 46.65 108 104m-24 0c0-44.11-37.68-80-84-80s-84 35.89-84 80c0 24.31 11.41 47 31.31 62.3a12 12 0 0 1 4.69 9.52V212h16v-20a12 12 0 0 1 24 0v20h16v-20a12 12 0 0 1 24 0v20h16v-24.18a12 12 0 0 1 4.69-9.51C200.59 163 212 140.31 212 116"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M116 132a24 24 0 1 1-24-24a24 24 0 0 1 24 24m48-24a24 24 0 1 0 24 24a24 24 0 0 0-24-24m72 8c0 29.85-13.05 57.78-36 77.52V216a20 20 0 0 1-20 20H76a20 20 0 0 1-20-20v-22.48C33 173.78 20 145.85 20 116C20 58.65 68.45 12 128 12s108 46.65 108 104m-24 0c0-44.11-37.68-80-84-80s-84 35.89-84 80c0 24.31 11.41 47 31.31 62.3a12 12 0 0 1 4.69 9.52V212h16v-20a12 12 0 0 1 24 0v20h16v-20a12 12 0 0 1 24 0v20h16v-24.18a12 12 0 0 1 4.69-9.51C200.59 163 212 140.31 212 116"/></svg>
</template>

CSS

.icon-skull-bold {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M116%20132a24%2024%200%201%201-24-24a24%2024%200%200%201%2024%2024m48-24a24%2024%200%201%200%2024%2024a24%2024%200%200%200-24-24m72%208c0%2029.85-13.05%2057.78-36%2077.52V216a20%2020%200%200%201-20%2020H76a20%2020%200%200%201-20-20v-22.48C33%20173.78%2020%20145.85%2020%20116C20%2058.65%2068.45%2012%20128%2012s108%2046.65%20108%20104m-24%200c0-44.11-37.68-80-84-80s-84%2035.89-84%2080c0%2024.31%2011.41%2047%2031.31%2062.3a12%2012%200%200%201%204.69%209.52V212h16v-20a12%2012%200%200%201%2024%200v20h16v-20a12%2012%200%200%201%2024%200v20h16v-24.18a12%2012%200%200%201%204.69-9.51C200.59%20163%20212%20140.31%20212%20116%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M116%20132a24%2024%200%201%201-24-24a24%2024%200%200%201%2024%2024m48-24a24%2024%200%201%200%2024%2024a24%2024%200%200%200-24-24m72%208c0%2029.85-13.05%2057.78-36%2077.52V216a20%2020%200%200%201-20%2020H76a20%2020%200%200%201-20-20v-22.48C33%20173.78%2020%20145.85%2020%20116C20%2058.65%2068.45%2012%20128%2012s108%2046.65%20108%20104m-24%200c0-44.11-37.68-80-84-80s-84%2035.89-84%2080c0%2024.31%2011.41%2047%2031.31%2062.3a12%2012%200%200%201%204.69%209.52V212h16v-20a12%2012%200%200%201%2024%200v20h16v-20a12%2012%200%200%201%2024%200v20h16v-24.18a12%2012%200%200%201%204.69-9.51C200.59%20163%20212%20140.31%20212%20116%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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