📄 lucide/icons/bell-plus

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

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

Skip to content

Return to top

bell-plus

notification • silent • reminder • add • create • new

notifications

Created:

v0.14.0

Last changed:

v0.466.0

Contributors:

mittalyashu ericfennis danielbayley

VanillaReactVueSveltePreactSolidAngularIcon font

js

import { createIcons, icons } from 'lucide';

createIcons({ icons });

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

tsx

import { BellPlus } from 'lucide-react';

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

export default App;

vue

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

<template>
  <BellPlus />
</template>

svelte

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

<BellPlus />

tsx

import { BellPlus } from 'lucide-preact';

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

export default App;

tsx

import { BellPlus } from 'lucide-solid';

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

export default App;

tsx

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

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

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

html

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

See this icon in action

BellCancel

Bug

Feature

Bell

Documents Readme Bell 12

112

8

11

2

More icons like this

alarm-clock-plus

badge-plus

battery-plus

bell-dot

bell-electric

bell-minus

bell-off

bell-ring

bell

book-plus

bookmark-plus

calendar-plus-2

calendar-plus

circle-fading-plus

circle-plus

clipboard-plus

clock-plus

concierge-bell

copy-plus

diamond-plus

file-plus-corner

file-plus

folder-plus

funnel-plus

git-branch-plus

grid-2x2-plus

heart-plus

house-plus

image-plus

list-filter-plus

list-plus

mail-plus

map-pin-plus-inside

map-pin-plus

map-plus

message-circle-plus

message-square-plus

package-plus

plus

shield-plus

smile-plus

square-plus

ticket-plus

user-plus

user-round-plus