📄 lucide/icons/bell-ring

File: bell-ring.md | Updated: 11/15/2025

Source: https://lucide.dev/icons/bell-ring

Skip to content

Return to top

bell-ring

alarm • notification • sound • reminder

notifications

Created:

v0.15.15

Last changed:

v0.466.0

Contributors:

ericfennis danielbayley

VanillaReactVueSveltePreactSolidAngularIcon font

js

import { createIcons, icons } from 'lucide';

createIcons({ icons });

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

tsx

import { BellRing } from 'lucide-react';

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

export default App;

vue

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

<template>
  <BellRing />
</template>

svelte

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

<BellRing />

tsx

import { BellRing } from 'lucide-preact';

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

export default App;

tsx

import { BellRing } from 'lucide-solid';

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

export default App;

tsx

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

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

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

html

<div class="icon-bell-ring"></div>

See this icon in action

BellCancel

Bug

Feature

Bell

Documents Readme Bell 12

112

8

11

2

More icons like this

bell-dot

bell-electric

bell-minus

bell-off

bell-plus

bell

concierge-bell