Wallet5 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 { IconWallet5 } from "@devigner-ui/icons";
<IconWallet5 className="size-6" />
<script setup>
import { IconWallet5 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconWallet5 class="size-6" />
</template>
<script>
import { IconWallet5 } from "@devigner-ui/icons-svelte";
</script>
<IconWallet5 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="M13.67 9h-6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M22.67 10.97v2.06c0 .55-.44 1-1 1.02h-1.96c-1.08 0-2.07-.79-2.16-1.87a2 2 0 0 1 .6-1.63 2 2 0 0 1 1.44-.6h2.08c.56.02 1 .47 1 1.02" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M18.15 10.55a2 2 0 0 0-.6 1.63c.09 1.08 1.08 1.87 2.16 1.87h1.96v1.45c0 3-2 5-5 5h-9c-3 0-5-2-5-5v-7c0-2.72 1.64-4.62 4.19-4.94q.39-.06.81-.06h9q.39 0 .75.05c2.58.3 4.25 2.21 4.25 4.95v1.45h-2.08a2 2 0 0 0-1.44.6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>