Wallet Search 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 { IconWalletSearch } from "@devigner-ui/icons";
<IconWalletSearch className="size-6" />
<script setup>
import { IconWalletSearch } from "@devigner-ui/icons-vue";
</script>
<template>
<IconWalletSearch class="size-6" />
</template>
<script>
import { IconWalletSearch } from "@devigner-ui/icons-svelte";
</script>
<IconWalletSearch class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.67 22h5c3 0 5-2 5-5v-5c0-2.7-1.7-4.7-4.2-5H7.67c-.3 0-.5 0-.8.1-2.6.3-4.2 2.2-4.2 4.9v1" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M18.47 7H7.67c-.3 0-.5 0-.8.1.1-.3.3-.5.6-.8l3.2-3.3a3.5 3.5 0 0 1 5 0l1.8 1.8c.6.6.9 1.4 1 2.2" 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><path d="M6.47 21.4a3.2 3.2 0 1 0 0-6.4 3.2 3.2 0 0 0 0 6.4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="m2.67 22 1-1" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>