📄 lucide/icons/badge-dollar-sign

File: badge-dollar-sign.md | Updated: 11/15/2025

Source: https://lucide.dev/icons/badge-dollar-sign

Skip to content

Return to top

badge-dollar-sign

discount • offer • sale • voucher • tag • monetization • marketing • finance • financial • exchange • transaction • payment • usd • $

shopping finance

Created:

v0.217.0

Last changed:

v0.217.0

Contributors:

karsa-mistmere jguddas

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>

See this icon in action

BadgeCancel

Bug

Feature

Badge

Documents Readme Badge 12

112

8

11

2

More icons like this

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