ghost from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
ghost
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT
Aliases
bx-ghost

The same icon in other sets

Use the ghost icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2c-4.963 0-9 4.038-9 9v8h.051c.245 1.691 1.69 3 3.449 3c1.174 0 2.074-.417 2.672-1.174a3.99 3.99 0 0 0 5.668-.014c.601.762 1.504 1.188 2.66 1.188c1.93 0 3.5-1.57 3.5-3.5V11c0-4.962-4.037-9-9-9m7 16.5c0 .827-.673 1.5-1.5 1.5c-.449 0-1.5 0-1.5-2v-1h-2v1c0 1.103-.897 2-2 2s-2-.897-2-2v-1H8v1c0 1.845-.774 2-1.5 2c-.827 0-1.5-.673-1.5-1.5V11c0-3.86 3.141-7 7-7s7 3.14 7 7z"/><circle cx="9" cy="10" r="2" fill="currentColor"/><circle cx="15" cy="10" r="2" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function BxGhost(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2c-4.963 0-9 4.038-9 9v8h.051c.245 1.691 1.69 3 3.449 3c1.174 0 2.074-.417 2.672-1.174a3.99 3.99 0 0 0 5.668-.014c.601.762 1.504 1.188 2.66 1.188c1.93 0 3.5-1.57 3.5-3.5V11c0-4.962-4.037-9-9-9m7 16.5c0 .827-.673 1.5-1.5 1.5c-.449 0-1.5 0-1.5-2v-1h-2v1c0 1.103-.897 2-2 2s-2-.897-2-2v-1H8v1c0 1.845-.774 2-1.5 2c-.827 0-1.5-.673-1.5-1.5V11c0-3.86 3.141-7 7-7s7 3.14 7 7z"/><circle cx="9" cy="10" r="2" fill="currentColor"/><circle cx="15" cy="10" r="2" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2c-4.963 0-9 4.038-9 9v8h.051c.245 1.691 1.69 3 3.449 3c1.174 0 2.074-.417 2.672-1.174a3.99 3.99 0 0 0 5.668-.014c.601.762 1.504 1.188 2.66 1.188c1.93 0 3.5-1.57 3.5-3.5V11c0-4.962-4.037-9-9-9m7 16.5c0 .827-.673 1.5-1.5 1.5c-.449 0-1.5 0-1.5-2v-1h-2v1c0 1.103-.897 2-2 2s-2-.897-2-2v-1H8v1c0 1.845-.774 2-1.5 2c-.827 0-1.5-.673-1.5-1.5V11c0-3.86 3.141-7 7-7s7 3.14 7 7z"/><circle cx="9" cy="10" r="2" fill="currentColor"/><circle cx="15" cy="10" r="2" fill="currentColor"/></svg>
</template>

CSS

.icon-ghost {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202c-4.963%200-9%204.038-9%209v8h.051c.245%201.691%201.69%203%203.449%203c1.174%200%202.074-.417%202.672-1.174a3.99%203.99%200%200%200%205.668-.014c.601.762%201.504%201.188%202.66%201.188c1.93%200%203.5-1.57%203.5-3.5V11c0-4.962-4.037-9-9-9m7%2016.5c0%20.827-.673%201.5-1.5%201.5c-.449%200-1.5%200-1.5-2v-1h-2v1c0%201.103-.897%202-2%202s-2-.897-2-2v-1H8v1c0%201.845-.774%202-1.5%202c-.827%200-1.5-.673-1.5-1.5V11c0-3.86%203.141-7%207-7s7%203.14%207%207z%22%2F%3E%3Ccircle%20cx%3D%229%22%20cy%3D%2210%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2215%22%20cy%3D%2210%22%20r%3D%222%22%20fill%3D%22currentColor%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202c-4.963%200-9%204.038-9%209v8h.051c.245%201.691%201.69%203%203.449%203c1.174%200%202.074-.417%202.672-1.174a3.99%203.99%200%200%200%205.668-.014c.601.762%201.504%201.188%202.66%201.188c1.93%200%203.5-1.57%203.5-3.5V11c0-4.962-4.037-9-9-9m7%2016.5c0%20.827-.673%201.5-1.5%201.5c-.449%200-1.5%200-1.5-2v-1h-2v1c0%201.103-.897%202-2%202s-2-.897-2-2v-1H8v1c0%201.845-.774%202-1.5%202c-.827%200-1.5-.673-1.5-1.5V11c0-3.86%203.141-7%207-7s7%203.14%207%207z%22%2F%3E%3Ccircle%20cx%3D%229%22%20cy%3D%2210%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2215%22%20cy%3D%2210%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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