Ghost2 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 { IconGhost2 } from "@devigner-ui/icons";
<IconGhost2 className="size-6" />
<script setup>
import { IconGhost2 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconGhost2 class="size-6" />
</template>
<script>
import { IconGhost2 } from "@devigner-ui/icons-svelte";
</script>
<IconGhost2 class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22.67 20.07v-7.89c0-5.6-4.5-10.18-10-10.18s-10 4.58-10 10.18v7.89c0 1.26.75 1.6 1.67.76l1-.91a1 1 0 0 1 1.34 0l2 1.83a1 1 0 0 0 1.34 0l2-1.83a1 1 0 0 1 1.34 0l2 1.83a1 1 0 0 0 1.34 0l2-1.83a1 1 0 0 1 1.34 0l1 .91c.88.84 1.63.5 1.63-.76" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M8.67 14a6.7 6.7 0 0 0 8 0" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M12.67 11a2 2 0 1 0 0-4 2 2 0 0 0 0 4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>