Wallet3 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 { IconWallet3 } from "@devigner-ui/icons";
<IconWallet3 className="size-6" />
<script setup>
import { IconWallet3 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconWallet3 class="size-6" />
</template>
<script>
import { IconWallet3 } from "@devigner-ui/icons-svelte";
</script>
<IconWallet3 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 11.15h-6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M2.67 11.15V6.53a3.7 3.7 0 0 1 3.69-3.69h5.62c2.04 0 3.69 1.27 3.69 3.31" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M18.15 12.2c-.5.48-.74 1.22-.54 1.98.25.93 1.17 1.52 2.13 1.52h.93v1.45a4 4 0 0 1-4 4h-10a4 4 0 0 1-4-4v-7a4 4 0 0 1 4-4h10c2.2 0 4 1.8 4 4v1.45h-1.08a2 2 0 0 0-1.44.6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M22.67 12.62v2.06c0 .56-.46 1.02-1.03 1.02h-1.93c-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.05c.57 0 1.03.46 1.03 1.02" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>