Banknote 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 { IconBanknote } from "@devigner-ui/icons";
<IconBanknote className="size-6" />
<script setup>
import { IconBanknote } from "@devigner-ui/icons-vue";
</script>
<template>
<IconBanknote class="size-6" />
</template>
<script>
import { IconBanknote } from "@devigner-ui/icons-svelte";
</script>
<IconBanknote class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M9 19c-2.8 0-4.21 0-5.22-.67a4 4 0 0 1-1.1-1.1C2 16.2 2 14.8 2 12s0-4.21.67-5.22a4 4 0 0 1 1.1-1.1C4.8 5 6.2 5 9 5h6c2.8 0 4.21 0 5.22.67a4 4 0 0 1 1.1 1.1C22 7.8 22 9.2 22 12s0 4.21-.67 5.22a4 4 0 0 1-1.1 1.1C19.2 19 17.8 19 15 19z" stroke="currentColor" stroke-width="1.5"></path><path d="M12 9a3 3 0 1 1 0 6 3 3 0 0 1 0-6" stroke="currentColor" stroke-width="1.5"></path><path d="M5.5 15V9" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M18.5 15V9" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>