Bubble 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 { IconBubble } from "@devigner-ui/icons";
<IconBubble className="size-6" />
<script setup>
import { IconBubble } from "@devigner-ui/icons-vue";
</script>
<template>
<IconBubble class="size-6" />
</template>
<script>
import { IconBubble } from "@devigner-ui/icons-svelte";
</script>
<IconBubble 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.26 12.26a5.13 5.13 0 1 0 0-10.26 5.13 5.13 0 0 0 0 10.26" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10"></path><path opacity="1" d="M7.03 19.44a3.08 3.08 0 1 0 0-6.16 3.08 3.08 0 0 0 0 6.16" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10"></path><path opacity="1" d="M17.29 22a2.56 2.56 0 1 0 0-5.12 2.56 2.56 0 0 0 0 5.12" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10"></path></svg>