File: concierge-bell.md | Updated: 11/15/2025
Return to top
reception • bell • porter
VanillaReactVueSveltePreactSolidAngularIcon font
js
import { createIcons, icons } from 'lucide';
createIcons({ icons });
document.body.append('<i data-lucide="concierge-bell"></i>');
tsx
import { ConciergeBell } from 'lucide-react';
const App = () => {
return (
<ConciergeBell />
);
};
export default App;
vue
<script setup>
import { ConciergeBell } from 'lucide-vue-next';
</script>
<template>
<ConciergeBell />
</template>
svelte
<script>
import { ConciergeBell } from 'lucide-svelte';
</script>
<ConciergeBell />
tsx
import { ConciergeBell } from 'lucide-preact';
const App = () => {
return (
<ConciergeBell />
);
};
export default App;
tsx
import { ConciergeBell } from 'lucide-solid';
const App = () => {
return (
<ConciergeBell />
);
};
export default App;
tsx
// app.module.ts
import { LucideAngularModule, ConciergeBell } from 'lucide-angular';
@NgModule({
imports: [\
LucideAngularModule.pick({ ConciergeBell })\
],
})
// app.component.html
<lucide-icon name="concierge-bell"></lucide-icon>
html
<div class="icon-concierge-bell"></div>
ConciergeCancel
Bug
Feature
Concierge
Documents Readme Concierge 12
112
8
11
2
bell-dot
bell-electric
bell-minus
bell-off
bell-plus
bell-ring
bell