Ghost icon in outline, twotone, bold and bulk. Free in all four styles, for props, objects and everything with no other sheet. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconGhost } from "@devigner-ui/icons";
<IconGhost className="size-6" />
<script setup>
import { IconGhost } from "@devigner-ui/icons-vue";
</script>
<template>
<IconGhost class="size-6" />
</template>
<script>
import { IconGhost } from "@devigner-ui/icons-svelte";
</script>
<IconGhost class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16 10.5c0 .83-.45 1.5-1 1.5s-1-.67-1-1.5.45-1.5 1-1.5 1 .67 1 1.5" fill="currentColor"></path><ellipse cx="9" cy="10.5" rx="1" ry="1.5" fill="currentColor"></ellipse><path opacity="1" d="M22 19.72V12.3C22 6.61 17.52 2 12 2S2 6.61 2 12.3v7.42c0 1.33 1.35 2.19 2.5 1.6a2.8 2.8 0 0 1 2.9.18 2.8 2.8 0 0 0 3.2 0l.36-.24a1.8 1.8 0 0 1 2.08 0l.36.24a2.8 2.8 0 0 0 3.2 0c.87-.6 1.97-.66 2.9-.19 1.15.6 2.5-.26 2.5-1.59" stroke="currentColor" stroke-width="1.5"></path></svg>