📄 lucide/icons/bell-dot

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

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

Skip to content

Return to top

bell-dot

alarm • notification • sound • reminder • unread

account notifications

Created:

v0.183.0

Last changed:

v0.466.0

Contributors:

danielbayley

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>

See this icon in action

BellCancel

Bug

Feature

Bell

Documents Readme Bell 12

112

8

11

2

More icons like this

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