Bill 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 { IconBillCheck } from "@devigner-ui/icons";
<IconBillCheck className="size-6" />
<script setup>
import { IconBillCheck } from "@devigner-ui/icons-vue";
</script>
<template>
<IconBillCheck class="size-6" />
</template>
<script>
import { IconBillCheck } from "@devigner-ui/icons-svelte";
</script>
<IconBillCheck 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="M16.76 2H7.24c-1.16 0-1.74 0-2.21.16A3 3 0 0 0 3.16 4.1C3 4.58 3 5.18 3 6.37v14c0 .86.98 1.32 1.6.75a.95.95 0 0 1 1.3 0l.47.44c.65.59 1.61.59 2.26 0s1.6-.59 2.24 0 1.61.59 2.26 0 1.6-.59 2.24 0 1.61.59 2.26 0l.48-.44a.95.95 0 0 1 1.28 0c.63.57 1.61.11 1.61-.75v-14c0-1.2 0-1.79-.16-2.27-.3-.91-1-1.63-1.88-1.94C18.5 2 17.91 2 16.76 2" stroke="currentColor" stroke-width="1.5"></path><path d="m9.5 10.4 1.43 1.6 3.57-4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M7.5 15.5h9" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>