Bill2 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 { IconBill2 } from "@devigner-ui/icons";
<IconBill2 className="size-6" />
<script setup>
import { IconBill2 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconBill2 class="size-6" />
</template>
<script>
import { IconBill2 } from "@devigner-ui/icons-svelte";
</script>
<IconBill2 class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.34 2.5v11.97c0 .98.46 1.91 1.25 2.5l5.21 3.9c1.11.83 2.64.83 3.75 0l5.21-3.9a3.1 3.1 0 0 0 1.25-2.5V2.5z" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10"></path><path d="M2.67 2.5h20" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"></path><path opacity="1" d="M8.67 8h8" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M8.67 13h8" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg>