Ghost Smile 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 { IconGhostSmile } from "@devigner-ui/icons";
<IconGhostSmile className="size-6" />
<script setup>
import { IconGhostSmile } from "@devigner-ui/icons-vue";
</script>
<template>
<IconGhostSmile class="size-6" />
</template>
<script>
import { IconGhostSmile } from "@devigner-ui/icons-svelte";
</script>
<IconGhostSmile class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 15a5 5 0 0 0 6 0" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><ellipse cx="15" cy="9.5" rx="1" ry="1.5" fill="currentColor"></ellipse><ellipse cx="9" cy="9.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>