📄 lucide/icons/bubbles

File: bubbles.md | Updated: 11/15/2025

Source: https://lucide.dev/icons/bubbles

Skip to content

Return to top

bubbles

water • cleaning • soap • bath • hygiene • freshness • wash • foam • cleanliness • shampoo • purity • splash • lightness • airy • relaxation • spa • bubbly • fluid • floating • drop

weather

Created:

v0.493.0

Last changed:

v0.493.0

Contributors:

vqh2602 jguddas

VanillaReactVueSveltePreactSolidAngularIcon font

js

import { createIcons, icons } from 'lucide';

createIcons({ icons });

document.body.append('<i data-lucide="bubbles"></i>');  

tsx

import { Bubbles } from 'lucide-react';

const App = () => {
  return (
    <Bubbles />
  );
};

export default App;

vue

<script setup>
import { Bubbles } from 'lucide-vue-next';
</script>

<template>
  <Bubbles />
</template>

svelte

<script>
import { Bubbles } from 'lucide-svelte';
</script>

<Bubbles />

tsx

import { Bubbles } from 'lucide-preact';

const App = () => {
  return (
    <Bubbles />
  );
};

export default App;

tsx

import { Bubbles } from 'lucide-solid';

const App = () => {
  return (
    <Bubbles />
  );
};

export default App;

tsx

// app.module.ts
import { LucideAngularModule, Bubbles } from 'lucide-angular';

@NgModule({
  imports: [\
    LucideAngularModule.pick({ Bubbles })\
  ],
})

// app.component.html
<lucide-icon name="bubbles"></lucide-icon>

html

<div class="icon-bubbles"></div>

See this icon in action

BubblesCancel

Bug

Feature

Bubbles

Documents Readme Bubbles 12

112

8

11

2

More icons like this