ghost from Fluent Emoji High Contrast by Microsoft Corporation · Default · Smileys & Emotion · MIT Free for personal and commercial use.

Name
ghost
Set
Fluent Emoji High Contrast
Style
Default
Category
Smileys & Emotion
Viewbox
32×32
License
MIT

The same emoji in other sets

More smileys & emotion icons from Fluent Emoji High Contrast

Use the ghost emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="m19.588 17.058l.177-.885a1.254 1.254 0 0 0-.926-1.463a11.7 11.7 0 0 0-5.679 0a1.254 1.254 0 0 0-.926 1.463l.178.885a3.66 3.66 0 0 0 7.176 0"/><path d="M11 12s0 1.299.662 2.573c.3-.4.735-.703 1.256-.833a12.7 12.7 0 0 1 6.164 0c.521.13.956.433 1.256.833C21 13.299 21 12 21 12zm8.5-2a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m-7.776-2.947a.5.5 0 1 0-.448.894l1.106.553l-1.106.553a.5.5 0 1 0 .447.894l2-1a.5.5 0 0 0 0-.894z"/><path d="M4.976 10.331C5.77 4.964 10.477 1 16.006 1c5.527 0 10.247 3.963 11.03 9.333l.005.032l.185 1.635h2.024c1.535 0 2.294 1.86 1.217 2.937l-2.612 2.613l1.114 9.835c.26 1.832-1.135 3.519-3.01 3.606h-.003a4.5 4.5 0 0 1-3.338-1.262a2.52 2.52 0 0 0-3.481 0c-1.733 1.687-4.539 1.687-6.272 0a2.52 2.52 0 0 0-3.482 0a4.5 4.5 0 0 1-3.708 1.235c-1.785-.227-2.88-1.929-2.642-3.562l1.117-9.818l-2.647-2.647C.425 13.86 1.185 12 2.72 12h2.065l.186-1.636zm1.98.277l-.284 2.505a1 1 0 0 1-.994.887H3.394l2.511 2.511a1 1 0 0 1 .287.82L5.018 27.646l-.005.038c-.098.64.345 1.224.914 1.296c.739.093 1.5-.137 2.061-.684c1.733-1.688 4.539-1.688 6.272 0a2.52 2.52 0 0 0 3.481 0c1.734-1.688 4.54-1.688 6.273 0a2.5 2.5 0 0 0 1.855.697c.706-.034 1.216-.675 1.119-1.334l-.005-.034l-1.17-10.33a1 1 0 0 1 .287-.819L28.575 14h-2.243a1 1 0 0 1-.994-.887l-.284-2.507C24.415 6.267 20.575 3 16.005 3c-4.567 0-8.398 3.265-9.048 7.608"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastGhost(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="m19.588 17.058l.177-.885a1.254 1.254 0 0 0-.926-1.463a11.7 11.7 0 0 0-5.679 0a1.254 1.254 0 0 0-.926 1.463l.178.885a3.66 3.66 0 0 0 7.176 0"/><path d="M11 12s0 1.299.662 2.573c.3-.4.735-.703 1.256-.833a12.7 12.7 0 0 1 6.164 0c.521.13.956.433 1.256.833C21 13.299 21 12 21 12zm8.5-2a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m-7.776-2.947a.5.5 0 1 0-.448.894l1.106.553l-1.106.553a.5.5 0 1 0 .447.894l2-1a.5.5 0 0 0 0-.894z"/><path d="M4.976 10.331C5.77 4.964 10.477 1 16.006 1c5.527 0 10.247 3.963 11.03 9.333l.005.032l.185 1.635h2.024c1.535 0 2.294 1.86 1.217 2.937l-2.612 2.613l1.114 9.835c.26 1.832-1.135 3.519-3.01 3.606h-.003a4.5 4.5 0 0 1-3.338-1.262a2.52 2.52 0 0 0-3.481 0c-1.733 1.687-4.539 1.687-6.272 0a2.52 2.52 0 0 0-3.482 0a4.5 4.5 0 0 1-3.708 1.235c-1.785-.227-2.88-1.929-2.642-3.562l1.117-9.818l-2.647-2.647C.425 13.86 1.185 12 2.72 12h2.065l.186-1.636zm1.98.277l-.284 2.505a1 1 0 0 1-.994.887H3.394l2.511 2.511a1 1 0 0 1 .287.82L5.018 27.646l-.005.038c-.098.64.345 1.224.914 1.296c.739.093 1.5-.137 2.061-.684c1.733-1.688 4.539-1.688 6.272 0a2.52 2.52 0 0 0 3.481 0c1.734-1.688 4.54-1.688 6.273 0a2.5 2.5 0 0 0 1.855.697c.706-.034 1.216-.675 1.119-1.334l-.005-.034l-1.17-10.33a1 1 0 0 1 .287-.819L28.575 14h-2.243a1 1 0 0 1-.994-.887l-.284-2.507C24.415 6.267 20.575 3 16.005 3c-4.567 0-8.398 3.265-9.048 7.608"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="m19.588 17.058l.177-.885a1.254 1.254 0 0 0-.926-1.463a11.7 11.7 0 0 0-5.679 0a1.254 1.254 0 0 0-.926 1.463l.178.885a3.66 3.66 0 0 0 7.176 0"/><path d="M11 12s0 1.299.662 2.573c.3-.4.735-.703 1.256-.833a12.7 12.7 0 0 1 6.164 0c.521.13.956.433 1.256.833C21 13.299 21 12 21 12zm8.5-2a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m-7.776-2.947a.5.5 0 1 0-.448.894l1.106.553l-1.106.553a.5.5 0 1 0 .447.894l2-1a.5.5 0 0 0 0-.894z"/><path d="M4.976 10.331C5.77 4.964 10.477 1 16.006 1c5.527 0 10.247 3.963 11.03 9.333l.005.032l.185 1.635h2.024c1.535 0 2.294 1.86 1.217 2.937l-2.612 2.613l1.114 9.835c.26 1.832-1.135 3.519-3.01 3.606h-.003a4.5 4.5 0 0 1-3.338-1.262a2.52 2.52 0 0 0-3.481 0c-1.733 1.687-4.539 1.687-6.272 0a2.52 2.52 0 0 0-3.482 0a4.5 4.5 0 0 1-3.708 1.235c-1.785-.227-2.88-1.929-2.642-3.562l1.117-9.818l-2.647-2.647C.425 13.86 1.185 12 2.72 12h2.065l.186-1.636zm1.98.277l-.284 2.505a1 1 0 0 1-.994.887H3.394l2.511 2.511a1 1 0 0 1 .287.82L5.018 27.646l-.005.038c-.098.64.345 1.224.914 1.296c.739.093 1.5-.137 2.061-.684c1.733-1.688 4.539-1.688 6.272 0a2.52 2.52 0 0 0 3.481 0c1.734-1.688 4.54-1.688 6.273 0a2.5 2.5 0 0 0 1.855.697c.706-.034 1.216-.675 1.119-1.334l-.005-.034l-1.17-10.33a1 1 0 0 1 .287-.819L28.575 14h-2.243a1 1 0 0 1-.994-.887l-.284-2.507C24.415 6.267 20.575 3 16.005 3c-4.567 0-8.398 3.265-9.048 7.608"/></g></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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m19.588%2017.058l.177-.885a1.254%201.254%200%200%200-.926-1.463a11.7%2011.7%200%200%200-5.679%200a1.254%201.254%200%200%200-.926%201.463l.178.885a3.66%203.66%200%200%200%207.176%200%22%2F%3E%3Cpath%20d%3D%22M11%2012s0%201.299.662%202.573c.3-.4.735-.703%201.256-.833a12.7%2012.7%200%200%201%206.164%200c.521.13.956.433%201.256.833C21%2013.299%2021%2012%2021%2012zm8.5-2a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203m-7.776-2.947a.5.5%200%201%200-.448.894l1.106.553l-1.106.553a.5.5%200%201%200%20.447.894l2-1a.5.5%200%200%200%200-.894z%22%2F%3E%3Cpath%20d%3D%22M4.976%2010.331C5.77%204.964%2010.477%201%2016.006%201c5.527%200%2010.247%203.963%2011.03%209.333l.005.032l.185%201.635h2.024c1.535%200%202.294%201.86%201.217%202.937l-2.612%202.613l1.114%209.835c.26%201.832-1.135%203.519-3.01%203.606h-.003a4.5%204.5%200%200%201-3.338-1.262a2.52%202.52%200%200%200-3.481%200c-1.733%201.687-4.539%201.687-6.272%200a2.52%202.52%200%200%200-3.482%200a4.5%204.5%200%200%201-3.708%201.235c-1.785-.227-2.88-1.929-2.642-3.562l1.117-9.818l-2.647-2.647C.425%2013.86%201.185%2012%202.72%2012h2.065l.186-1.636zm1.98.277l-.284%202.505a1%201%200%200%201-.994.887H3.394l2.511%202.511a1%201%200%200%201%20.287.82L5.018%2027.646l-.005.038c-.098.64.345%201.224.914%201.296c.739.093%201.5-.137%202.061-.684c1.733-1.688%204.539-1.688%206.272%200a2.52%202.52%200%200%200%203.481%200c1.734-1.688%204.54-1.688%206.273%200a2.5%202.5%200%200%200%201.855.697c.706-.034%201.216-.675%201.119-1.334l-.005-.034l-1.17-10.33a1%201%200%200%201%20.287-.819L28.575%2014h-2.243a1%201%200%200%201-.994-.887l-.284-2.507C24.415%206.267%2020.575%203%2016.005%203c-4.567%200-8.398%203.265-9.048%207.608%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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m19.588%2017.058l.177-.885a1.254%201.254%200%200%200-.926-1.463a11.7%2011.7%200%200%200-5.679%200a1.254%201.254%200%200%200-.926%201.463l.178.885a3.66%203.66%200%200%200%207.176%200%22%2F%3E%3Cpath%20d%3D%22M11%2012s0%201.299.662%202.573c.3-.4.735-.703%201.256-.833a12.7%2012.7%200%200%201%206.164%200c.521.13.956.433%201.256.833C21%2013.299%2021%2012%2021%2012zm8.5-2a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203m-7.776-2.947a.5.5%200%201%200-.448.894l1.106.553l-1.106.553a.5.5%200%201%200%20.447.894l2-1a.5.5%200%200%200%200-.894z%22%2F%3E%3Cpath%20d%3D%22M4.976%2010.331C5.77%204.964%2010.477%201%2016.006%201c5.527%200%2010.247%203.963%2011.03%209.333l.005.032l.185%201.635h2.024c1.535%200%202.294%201.86%201.217%202.937l-2.612%202.613l1.114%209.835c.26%201.832-1.135%203.519-3.01%203.606h-.003a4.5%204.5%200%200%201-3.338-1.262a2.52%202.52%200%200%200-3.481%200c-1.733%201.687-4.539%201.687-6.272%200a2.52%202.52%200%200%200-3.482%200a4.5%204.5%200%200%201-3.708%201.235c-1.785-.227-2.88-1.929-2.642-3.562l1.117-9.818l-2.647-2.647C.425%2013.86%201.185%2012%202.72%2012h2.065l.186-1.636zm1.98.277l-.284%202.505a1%201%200%200%201-.994.887H3.394l2.511%202.511a1%201%200%200%201%20.287.82L5.018%2027.646l-.005.038c-.098.64.345%201.224.914%201.296c.739.093%201.5-.137%202.061-.684c1.733-1.688%204.539-1.688%206.272%200a2.52%202.52%200%200%200%203.481%200c1.734-1.688%204.54-1.688%206.273%200a2.5%202.5%200%200%200%201.855.697c.706-.034%201.216-.675%201.119-1.334l-.005-.034l-1.17-10.33a1%201%200%200%201%20.287-.819L28.575%2014h-2.243a1%201%200%200%201-.994-.887l-.284-2.507C24.415%206.267%2020.575%203%2016.005%203c-4.567%200-8.398%203.265-9.048%207.608%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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