Receipt Item 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 { IconReceiptItem } from "@devigner-ui/icons";
<IconReceiptItem className="size-6" />
<script setup>
import { IconReceiptItem } from "@devigner-ui/icons-vue";
</script>
<template>
<IconReceiptItem class="size-6" />
</template>
<script>
import { IconReceiptItem } from "@devigner-ui/icons-svelte";
</script>
<IconReceiptItem class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M22 6v2.42C22 10 21 11 19.42 11H16V4.01C16 2.9 16.91 2 18.02 2A4 4 0 0 1 22 6"></path><path stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M2 7v14a1 1 0 0 0 1.6.8l1.71-1.28a1 1 0 0 1 1.32.1l1.66 1.67a1 1 0 0 0 1.42 0l1.68-1.68a1 1 0 0 1 1.3-.09l1.71 1.28A1 1 0 0 0 16 21V4c0-1.1.9-2 2-2H6C3 2 2 3.79 2 6z"></path><path stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" d="M9 13.01h3m-3-4h3" opacity="1"></path><path stroke="currentColor" stroke-width="1.7999999999999998" stroke-linecap="round" stroke-linejoin="round" d="M6 9" opacity="1"></path></svg>