ghost-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
ghost-thin
Set
Phosphor
Style
Thin
Viewbox
256×256
License
MIT

5 other variants in Phosphor

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 256 256"><path fill="currentColor" d="M108 116a8 8 0 1 1-8-8a8 8 0 0 1 8 8m48-8a8 8 0 1 0 8 8a8 8 0 0 0-8-8m64 12v96a4 4 0 0 1-6.53 3.1l-26.8-21.93l-26.8 21.93a4 4 0 0 1-5.07 0L128 197.17l-26.8 21.93a4 4 0 0 1-5.07 0l-26.8-21.93l-26.8 21.93A4 4 0 0 1 36 216v-96a92 92 0 0 1 184 0m-8 0a84 84 0 0 0-168 0v87.56l22.8-18.66a4 4 0 0 1 5.07 0l26.8 21.93l26.8-21.93a4 4 0 0 1 5.06 0l26.8 21.93l26.8-21.93a4 4 0 0 1 5.07 0l22.8 18.66Z"/></svg>

React

import type { SVGProps } from "react";

export function PhGhostThin(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="M108 116a8 8 0 1 1-8-8a8 8 0 0 1 8 8m48-8a8 8 0 1 0 8 8a8 8 0 0 0-8-8m64 12v96a4 4 0 0 1-6.53 3.1l-26.8-21.93l-26.8 21.93a4 4 0 0 1-5.07 0L128 197.17l-26.8 21.93a4 4 0 0 1-5.07 0l-26.8-21.93l-26.8 21.93A4 4 0 0 1 36 216v-96a92 92 0 0 1 184 0m-8 0a84 84 0 0 0-168 0v87.56l22.8-18.66a4 4 0 0 1 5.07 0l26.8 21.93l26.8-21.93a4 4 0 0 1 5.06 0l26.8 21.93l26.8-21.93a4 4 0 0 1 5.07 0l22.8 18.66Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M108 116a8 8 0 1 1-8-8a8 8 0 0 1 8 8m48-8a8 8 0 1 0 8 8a8 8 0 0 0-8-8m64 12v96a4 4 0 0 1-6.53 3.1l-26.8-21.93l-26.8 21.93a4 4 0 0 1-5.07 0L128 197.17l-26.8 21.93a4 4 0 0 1-5.07 0l-26.8-21.93l-26.8 21.93A4 4 0 0 1 36 216v-96a92 92 0 0 1 184 0m-8 0a84 84 0 0 0-168 0v87.56l22.8-18.66a4 4 0 0 1 5.07 0l26.8 21.93l26.8-21.93a4 4 0 0 1 5.06 0l26.8 21.93l26.8-21.93a4 4 0 0 1 5.07 0l22.8 18.66Z"/></svg>
</template>

CSS

.icon-ghost-thin {
  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%22M108%20116a8%208%200%201%201-8-8a8%208%200%200%201%208%208m48-8a8%208%200%201%200%208%208a8%208%200%200%200-8-8m64%2012v96a4%204%200%200%201-6.53%203.1l-26.8-21.93l-26.8%2021.93a4%204%200%200%201-5.07%200L128%20197.17l-26.8%2021.93a4%204%200%200%201-5.07%200l-26.8-21.93l-26.8%2021.93A4%204%200%200%201%2036%20216v-96a92%2092%200%200%201%20184%200m-8%200a84%2084%200%200%200-168%200v87.56l22.8-18.66a4%204%200%200%201%205.07%200l26.8%2021.93l26.8-21.93a4%204%200%200%201%205.06%200l26.8%2021.93l26.8-21.93a4%204%200%200%201%205.07%200l22.8%2018.66Z%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%22M108%20116a8%208%200%201%201-8-8a8%208%200%200%201%208%208m48-8a8%208%200%201%200%208%208a8%208%200%200%200-8-8m64%2012v96a4%204%200%200%201-6.53%203.1l-26.8-21.93l-26.8%2021.93a4%204%200%200%201-5.07%200L128%20197.17l-26.8%2021.93a4%204%200%200%201-5.07%200l-26.8-21.93l-26.8%2021.93A4%204%200%200%201%2036%20216v-96a92%2092%200%200%201%20184%200m-8%200a84%2084%200%200%200-168%200v87.56l22.8-18.66a4%204%200%200%201%205.07%200l26.8%2021.93l26.8-21.93a4%204%200%200%201%205.06%200l26.8%2021.93l26.8-21.93a4%204%200%200%201%205.07%200l22.8%2018.66Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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