Emoji Funny Circle icon in outline, twotone, bold and bulk. Free in all four styles, for reactions, ratings, favourites, awards, stickers. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconEmojiFunnyCircle } from "@devigner-ui/icons";
<IconEmojiFunnyCircle className="size-6" />
<script setup>
import { IconEmojiFunnyCircle } from "@devigner-ui/icons-vue";
</script>
<template>
<IconEmojiFunnyCircle class="size-6" />
</template>
<script>
import { IconEmojiFunnyCircle } from "@devigner-ui/icons-svelte";
</script>
<IconEmojiFunnyCircle class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle opacity="1" cx="12" cy="12" r="10" stroke="currentColor" stroke-width="1.5"></circle><path d="M8.91 15.93c1.26.32 2.69.32 4.13-.07a8 8 0 0 0 3.6-2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><ellipse cx="14.5094" cy="9.77454" rx="1" ry="1.5" transform="rotate(-15 14.5094 9.77454)" fill="currentColor"></ellipse><ellipse cx="8.71402" cy="11.3275" rx="1" ry="1.5" transform="rotate(-15 8.71402 11.3275)" fill="currentColor"></ellipse><path d="m13 16 .48.97a1.5 1.5 0 1 0 2.7-1.32l-.47-.93" stroke="currentColor" stroke-width="1.5"></path></svg>