File: boom-box.md | Updated: 11/15/2025
Return to top
radio • speakers • audio • music • sound • broadcast • live • frequency
VanillaReactVueSveltePreactSolidAngularIcon font
js
import { createIcons, icons } from 'lucide';
createIcons({ icons });
document.body.append('<i data-lucide="boom-box"></i>');
tsx
import { BoomBox } from 'lucide-react';
const App = () => {
return (
<BoomBox />
);
};
export default App;
vue
<script setup>
import { BoomBox } from 'lucide-vue-next';
</script>
<template>
<BoomBox />
</template>
svelte
<script>
import { BoomBox } from 'lucide-svelte';
</script>
<BoomBox />
tsx
import { BoomBox } from 'lucide-preact';
const App = () => {
return (
<BoomBox />
);
};
export default App;
tsx
import { BoomBox } from 'lucide-solid';
const App = () => {
return (
<BoomBox />
);
};
export default App;
tsx
// app.module.ts
import { LucideAngularModule, BoomBox } from 'lucide-angular';
@NgModule({
imports: [\
LucideAngularModule.pick({ BoomBox })\
],
})
// app.component.html
<lucide-icon name="boom-box"></lucide-icon>
html
<div class="icon-boom-box"></div>
BoomCancel
Bug
Feature
Boom
Documents Readme Boom 12
112
8
11
2
box
file-box