Wallet Money 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 { IconWalletMoney } from "@devigner-ui/icons";
<IconWalletMoney className="size-6" />
<script setup>
import { IconWalletMoney } from "@devigner-ui/icons-vue";
</script>
<template>
<IconWalletMoney class="size-6" />
</template>
<script>
import { IconWalletMoney } from "@devigner-ui/icons-svelte";
</script>
<IconWalletMoney 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="M6 9h4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M20.83 10h-2.6C16.45 10 15 11.34 15 13s1.45 3 3.23 3H21c.54-.03.97-.43 1-.93l.01-.15v-3.98c-.04-.5-.47-.9-1-.94z" stroke="currentColor" stroke-width="1.5"></path><circle opacity="1" cx="18" cy="13.0005" r="1" fill="currentColor"></circle><path d="M20.97 10c-.08-1.87-.33-3.02-1.14-3.83C18.66 5 16.77 5 13 5h-3C6.23 5 4.34 5 3.17 6.17S2 9.23 2 13s0 5.66 1.17 6.83S6.23 21 10 21h3c3.77 0 5.66 0 6.83-1.17.8-.8 1.06-1.96 1.14-3.83" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="m6 5 3.74-2.48c1.05-.7 2.47-.7 3.52 0L17 5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>