Bill List 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 { IconBillList } from "@devigner-ui/icons";
<IconBillList className="size-6" />
<script setup>
import { IconBillList } from "@devigner-ui/icons-vue";
</script>
<template>
<IconBillList class="size-6" />
</template>
<script>
import { IconBillList } from "@devigner-ui/icons-svelte";
</script>
<IconBillList 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="M10.5 11H17" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M7 11h.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M7 7.5h.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M7 14.5h.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M10.5 7.5H17" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M10.5 14.5H17" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>