receipt icon

receipt from Carbon by IBM · Outline · Enterprise · Apache-2.0 Free for personal and commercial use.

Name
receipt
Set
Carbon
Style
Outline
Category
Enterprise
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More enterprise icons from Carbon

Use the receipt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M21 16h2v2h-2zM9 16h8v2H9zm12-4h2v2h-2zM9 12h8v2H9zm0-4h14v2H9z"/><path fill="currentColor" d="M25 2H7a2 2 0 0 0-2 2v25a1 1 0 0 0 1 1h1a1 1 0 0 0 .8-.4l2.2-2.933l2.2 2.933a1.035 1.035 0 0 0 1.6 0l2.2-2.933l2.2 2.933a1.035 1.035 0 0 0 1.6 0l2.2-2.933l2.2 2.933a1 1 0 0 0 .8.4h1a1 1 0 0 0 1-1V4a2 2 0 0 0-2-2m0 25.333L22.8 24.4a1.035 1.035 0 0 0-1.6 0L19 27.333L16.8 24.4a1.035 1.035 0 0 0-1.6 0L13 27.333L10.8 24.4a1.035 1.035 0 0 0-1.6 0L7 27.333V4h18Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonReceipt(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M21 16h2v2h-2zM9 16h8v2H9zm12-4h2v2h-2zM9 12h8v2H9zm0-4h14v2H9z"/><path fill="currentColor" d="M25 2H7a2 2 0 0 0-2 2v25a1 1 0 0 0 1 1h1a1 1 0 0 0 .8-.4l2.2-2.933l2.2 2.933a1.035 1.035 0 0 0 1.6 0l2.2-2.933l2.2 2.933a1.035 1.035 0 0 0 1.6 0l2.2-2.933l2.2 2.933a1 1 0 0 0 .8.4h1a1 1 0 0 0 1-1V4a2 2 0 0 0-2-2m0 25.333L22.8 24.4a1.035 1.035 0 0 0-1.6 0L19 27.333L16.8 24.4a1.035 1.035 0 0 0-1.6 0L13 27.333L10.8 24.4a1.035 1.035 0 0 0-1.6 0L7 27.333V4h18Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M21 16h2v2h-2zM9 16h8v2H9zm12-4h2v2h-2zM9 12h8v2H9zm0-4h14v2H9z"/><path fill="currentColor" d="M25 2H7a2 2 0 0 0-2 2v25a1 1 0 0 0 1 1h1a1 1 0 0 0 .8-.4l2.2-2.933l2.2 2.933a1.035 1.035 0 0 0 1.6 0l2.2-2.933l2.2 2.933a1.035 1.035 0 0 0 1.6 0l2.2-2.933l2.2 2.933a1 1 0 0 0 .8.4h1a1 1 0 0 0 1-1V4a2 2 0 0 0-2-2m0 25.333L22.8 24.4a1.035 1.035 0 0 0-1.6 0L19 27.333L16.8 24.4a1.035 1.035 0 0 0-1.6 0L13 27.333L10.8 24.4a1.035 1.035 0 0 0-1.6 0L7 27.333V4h18Z"/></svg>
</template>

CSS

.icon-receipt {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%2016h2v2h-2zM9%2016h8v2H9zm12-4h2v2h-2zM9%2012h8v2H9zm0-4h14v2H9z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25%202H7a2%202%200%200%200-2%202v25a1%201%200%200%200%201%201h1a1%201%200%200%200%20.8-.4l2.2-2.933l2.2%202.933a1.035%201.035%200%200%200%201.6%200l2.2-2.933l2.2%202.933a1.035%201.035%200%200%200%201.6%200l2.2-2.933l2.2%202.933a1%201%200%200%200%20.8.4h1a1%201%200%200%200%201-1V4a2%202%200%200%200-2-2m0%2025.333L22.8%2024.4a1.035%201.035%200%200%200-1.6%200L19%2027.333L16.8%2024.4a1.035%201.035%200%200%200-1.6%200L13%2027.333L10.8%2024.4a1.035%201.035%200%200%200-1.6%200L7%2027.333V4h18Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%2016h2v2h-2zM9%2016h8v2H9zm12-4h2v2h-2zM9%2012h8v2H9zm0-4h14v2H9z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25%202H7a2%202%200%200%200-2%202v25a1%201%200%200%200%201%201h1a1%201%200%200%200%20.8-.4l2.2-2.933l2.2%202.933a1.035%201.035%200%200%200%201.6%200l2.2-2.933l2.2%202.933a1.035%201.035%200%200%200%201.6%200l2.2-2.933l2.2%202.933a1%201%200%200%200%20.8.4h1a1%201%200%200%200%201-1V4a2%202%200%200%200-2-2m0%2025.333L22.8%2024.4a1.035%201.035%200%200%200-1.6%200L19%2027.333L16.8%2024.4a1.035%201.035%200%200%200-1.6%200L13%2027.333L10.8%2024.4a1.035%201.035%200%200%200-1.6%200L7%2027.333V4h18Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/receipt.svg?color=%231a73e8&size=48