File: badge-dollar-sign.md | Updated: 11/15/2025
Return to top
discount • offer • sale • voucher • tag • monetization • marketing • finance • financial • exchange • transaction • payment • usd • $
VanillaReactVueSveltePreactSolidAngularIcon font
js
import { createIcons, icons } from 'lucide';
createIcons({ icons });
document.body.append('<i data-lucide="badge-dollar-sign"></i>');
tsx
import { BadgeDollarSign } from 'lucide-react';
const App = () => {
return (
<BadgeDollarSign />
);
};
export default App;
vue
<script setup>
import { BadgeDollarSign } from 'lucide-vue-next';
</script>
<template>
<BadgeDollarSign />
</template>
svelte
<script>
import { BadgeDollarSign } from 'lucide-svelte';
</script>
<BadgeDollarSign />
tsx
import { BadgeDollarSign } from 'lucide-preact';
const App = () => {
return (
<BadgeDollarSign />
);
};
export default App;
tsx
import { BadgeDollarSign } from 'lucide-solid';
const App = () => {
return (
<BadgeDollarSign />
);
};
export default App;
tsx
// app.module.ts
import { LucideAngularModule, BadgeDollarSign } from 'lucide-angular';
@NgModule({
imports: [\
LucideAngularModule.pick({ BadgeDollarSign })\
],
})
// app.component.html
<lucide-icon name="badge-dollar-sign"></lucide-icon>
html
<div class="icon-badge-dollar-sign"></div>
BadgeCancel
Bug
Feature
Badge
Documents Readme Badge 12
112
8
11
2
circle-dollar-sign
dollar-sign
at-sign
badge-alert
badge-cent
badge-check
badge-euro
badge-indian-rupee
badge-info
badge-japanese-yen
badge-minus
badge-percent
badge-plus
badge-pound-sterling
badge-question-mark
badge-russian-ruble
badge-swiss-franc
badge-turkish-lira
badge-x
badge
file-badge