File: bell-ring.md | Updated: 11/15/2025
Return to top
alarm • notification • sound • reminder
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>
BellCancel
Bug
Feature
Bell
Documents Readme Bell 12
112
8
11
2
bell-dot
bell-electric
bell-minus
bell-off
bell-plus
bell
concierge-bell