Wallet Check 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 { IconWalletCheck } from "@devigner-ui/icons";
<IconWalletCheck className="size-6" />
<script setup>
import { IconWalletCheck } from "@devigner-ui/icons-vue";
</script>
<template>
<IconWalletCheck class="size-6" />
</template>
<script>
import { IconWalletCheck } from "@devigner-ui/icons-svelte";
</script>
<IconWalletCheck 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.67 19q-.01 1.14-.58 2.06a3.97 3.97 0 0 1-6.84 0A4 4 0 1 1 9.67 19" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="m4.11 19 .99.99 2.13-1.97" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M18.42 7.05a5 5 0 0 0-.75-.05h-10q-.42 0-.81.06.21-.42.58-.78l3.25-3.26a3.5 3.5 0 0 1 4.96 0l1.75 1.77c.64.63.98 1.43 1.02 2.26" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M22.67 12v5c0 3-2 5-5 5H8.3q.47-.4.79-.94.57-.92.58-2.06a4 4 0 0 0-7-2.64V12c0-2.72 1.64-4.62 4.19-4.94Q7.25 7 7.67 7h10q.39 0 .75.05c2.58.3 4.25 2.21 4.25 4.95" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M22.67 12.5h-3a2 2 0 0 0-2 2c0 1.1.9 2 2 2h3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>