Wallet 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 { IconWallet } from "@devigner-ui/icons";
<IconWallet className="size-6" />
<script setup>
import { IconWallet } from "@devigner-ui/icons-vue";
</script>
<template>
<IconWallet class="size-6" />
</template>
<script>
import { IconWallet } from "@devigner-ui/icons-svelte";
</script>
<IconWallet class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 8h4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M20.83 9h-2.6C16.45 9 15 10.34 15 12s1.45 3 3.23 3H21c.54-.03.97-.43 1-.93l.01-.15V9.94c-.04-.5-.47-.9-1-.94z" stroke="currentColor" stroke-width="1.5"></path><circle opacity="1" cx="18" cy="12.0005" r="1" fill="currentColor"></circle><path opacity="1" d="M20.97 9c-.08-1.87-.33-3.02-1.14-3.83C18.66 4 16.77 4 13 4h-3C6.23 4 4.34 4 3.17 5.17S2 8.23 2 12s0 5.66 1.17 6.83S6.23 20 10 20h3c3.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></svg>