File: bell-dot.md | Updated: 11/15/2025
Return to top
alarm • notification • sound • reminder • unread
VanillaReactVueSveltePreactSolidAngularIcon font
js
import { createIcons, icons } from 'lucide';
createIcons({ icons });
document.body.append('<i data-lucide="bell-dot"></i>');
tsx
import { BellDot } from 'lucide-react';
const App = () => {
return (
<BellDot />
);
};
export default App;
vue
<script setup>
import { BellDot } from 'lucide-vue-next';
</script>
<template>
<BellDot />
</template>
svelte
<script>
import { BellDot } from 'lucide-svelte';
</script>
<BellDot />
tsx
import { BellDot } from 'lucide-preact';
const App = () => {
return (
<BellDot />
);
};
export default App;
tsx
import { BellDot } from 'lucide-solid';
const App = () => {
return (
<BellDot />
);
};
export default App;
tsx
// app.module.ts
import { LucideAngularModule, BellDot } from 'lucide-angular';
@NgModule({
imports: [\
LucideAngularModule.pick({ BellDot })\
],
})
// app.component.html
<lucide-icon name="bell-dot"></lucide-icon>
html
<div class="icon-bell-dot"></div>
BellCancel
Bug
Feature
Bell
Documents Readme Bell 12
112
8
11
2
arrow-down-to-dot
arrow-up-from-dot
bell-electric
bell-minus
bell-off
bell-plus
bell-ring
bell
circle-dot-dashed
circle-dot
concierge-bell
dot
folder-dot
folder-open-dot
message-square-dot
monitor-dot
redo-dot
refresh-ccw-dot
square-dot
undo-dot