📄 lucide/icons/bell

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

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

Skip to content

Return to top

bell

alarm • notification • sound • reminder

account notifications

Created:

v0.0.0

Last changed:

v0.466.0

Contributors:

colebemis csandman ericfennis danielbayley

VanillaReactVueSveltePreactSolidAngularIcon font

js

import { createIcons, icons } from 'lucide';

createIcons({ icons });

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

tsx

import { Bell } from 'lucide-react';

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

export default App;

vue

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

<template>
  <Bell />
</template>

svelte

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

<Bell />

tsx

import { Bell } from 'lucide-preact';

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

export default App;

tsx

import { Bell } from 'lucide-solid';

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

export default App;

tsx

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

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

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

html

<div class="icon-bell"></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-ring

concierge-bell