📄 lucide/icons/bell-electric

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

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

Skip to content

Return to top

bell-electric

fire alarm • flames • smoke • firefighter • fireman • department • brigade • station • emergency • alert • safety • school bell • period break • recess • doorbell • entrance • entry • ring • reception

devices notifications home

Created:

v0.298.0

Last changed:

v0.507.0

Contributors:

danielbayley jguddas

VanillaReactVueSveltePreactSolidAngularIcon font

js

import { createIcons, icons } from 'lucide';

createIcons({ icons });

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

tsx

import { BellElectric } from 'lucide-react';

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

export default App;

vue

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

<template>
  <BellElectric />
</template>

svelte

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

<BellElectric />

tsx

import { BellElectric } from 'lucide-preact';

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

export default App;

tsx

import { BellElectric } from 'lucide-solid';

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

export default App;

tsx

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

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

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

html

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

bell-off

bell-plus

bell-ring

bell

concierge-bell

truck-electric