Balloon 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 { IconBalloon } from "@devigner-ui/icons";
<IconBalloon className="size-6" />
<script setup>
import { IconBalloon } from "@devigner-ui/icons-vue";
</script>
<template>
<IconBalloon class="size-6" />
</template>
<script>
import { IconBalloon } from "@devigner-ui/icons-svelte";
</script>
<IconBalloon class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.94 17.5c4.14.03 7.6-3.8 7.56-7.94A7.65 7.65 0 0 0 11.94 2 7.36 7.36 0 0 0 4.5 9.44c.03 4.14 3.3 8.03 7.44 8.06" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M15.5 9a3.03 3.03 0 0 0-3-3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M12 19.85c.32 0 .48 0 .6-.02a1.1 1.1 0 0 0 .85-1.4c-.03-.1-.1-.23-.26-.5M12 19.84c-.32 0-.48 0-.6-.02a1.1 1.1 0 0 1-.85-1.4c.03-.1.1-.23.26-.5M12 19.84V22" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>