Banknotes icon in outline, twotone, bold and bulk. Free in all four styles, for payments, wallet, invoices, pricing, banking. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconBanknotes } from "@devigner-ui/icons";
<IconBanknotes className="size-6" />
<script setup>
import { IconBanknotes } from "@devigner-ui/icons-vue";
</script>
<template>
<IconBanknotes class="size-6" />
</template>
<script>
import { IconBanknotes } from "@devigner-ui/icons-svelte";
</script>
<IconBanknotes class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 10c0-2.83 0-4.24.88-5.12S5.18 4 8 4h5c2.83 0 4.24 0 5.12.88S19 7.18 19 10s0 4.24-.88 5.12-2.3.88-5.12.88H8c-2.83 0-4.24 0-5.12-.88S2 12.82 2 10" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M19 7.08c.98.1 1.63.3 2.12.8.88.88.88 2.3.88 5.12s0 4.24-.88 5.12-2.3.88-5.12.88h-5c-2.83 0-4.24 0-5.12-.88-.5-.49-.7-1.14-.8-2.12" stroke="currentColor" stroke-width="1.5"></path><path d="M13 10a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M16 12V8" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M5 12V8" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>