Wad Of 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 { IconWadOfMoney } from "@devigner-ui/icons";
<IconWadOfMoney className="size-6" />
<script setup>
import { IconWadOfMoney } from "@devigner-ui/icons-vue";
</script>
<template>
<IconWadOfMoney class="size-6" />
</template>
<script>
import { IconWadOfMoney } from "@devigner-ui/icons-svelte";
</script>
<IconWadOfMoney class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path 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 opacity="1" d="M9 9a3 3 0 1 0 0 6" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M15 9a3 3 0 1 1 0 6" stroke="currentColor" stroke-width="1.5"></path><path d="M9 5v13.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M15 5v13.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>