Bill Cross 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 { IconBillCross } from "@devigner-ui/icons";
<IconBillCross className="size-6" />
<script setup>
import { IconBillCross } from "@devigner-ui/icons-vue";
</script>
<template>
<IconBillCross class="size-6" />
</template>
<script>
import { IconBillCross } from "@devigner-ui/icons-svelte";
</script>
<IconBillCross 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="M17.67 2H6.33l-.6.01a3.1 3.1 0 0 0-2.72 2.86L3 5.5v14.76c0 .87 1.06 1.24 1.56.54a.84.84 0 0 1 1.38 0l.43.61c.57.79 1.7.79 2.26 0a1.37 1.37 0 0 1 2.24 0c.57.79 1.7.79 2.26 0a1.37 1.37 0 0 1 2.24 0c.57.79 1.7.79 2.26 0l.43-.6a.84.84 0 0 1 1.38 0c.5.7 1.56.32 1.56-.55V5.5l-.01-.63a3.1 3.1 0 0 0-2.73-2.86z" stroke="currentColor" stroke-width="1.5"></path><path d="M7.5 15.5h9" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="m14 8-4 4m0-4 4 4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>