receipt-32 from Fluent UI System Color Icons by Microsoft Corporation · 32 · MIT Free for personal and commercial use.

Name
receipt-32
Set
Fluent UI System Color Icons
Style
32
Viewbox
32×32
License
MIT

4 other variants in Fluent UI System Color Icons

The same icon in other sets

Use the receipt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="url(#SVGRWEPldCX1)" d="M20 19h9v5.5a4.5 4.5 0 0 1-4.5 4.5H20z"/><path fill="url(#SVGnBo5PbWQ1)" d="M3 6.25A3.25 3.25 0 0 1 6.25 3h13.5A3.25 3.25 0 0 1 23 6.25V29H7.5A4.5 4.5 0 0 1 3 24.5z"/><path fill="url(#SVG2fGP5cNB1)" d="M8 10a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2H9a1 1 0 0 1-1-1"/><path fill="url(#SVG2fGP5cNB1)" d="M8 16a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2H9a1 1 0 0 1-1-1"/><path fill="url(#SVG2fGP5cNB1)" d="M9 21a1 1 0 1 0 0 2h4a1 1 0 1 0 0-2z"/><defs><linearGradient id="SVGRWEPldCX1" x1="29" x2="20.569" y1="23" y2="25.19" gradientUnits="userSpaceOnUse"><stop stop-color="#fe8401"/><stop offset="1" stop-color="#ca6407"/></linearGradient><linearGradient id="SVGnBo5PbWQ1" x1="6.636" x2="15.136" y1="3.929" y2="28.892" gradientUnits="userSpaceOnUse"><stop stop-color="#ffe06b"/><stop offset=".645" stop-color="#ffb357"/><stop offset="1" stop-color="#ff921f"/></linearGradient><linearGradient id="SVG2fGP5cNB1" x1="6" x2="20" y1="9" y2="21" gradientUnits="userSpaceOnUse"><stop stop-color="#ff921f"/><stop offset="1" stop-color="#ca6407"/></linearGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function FluentColorReceipt32(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="url(#SVGRWEPldCX1)" d="M20 19h9v5.5a4.5 4.5 0 0 1-4.5 4.5H20z"/><path fill="url(#SVGnBo5PbWQ1)" d="M3 6.25A3.25 3.25 0 0 1 6.25 3h13.5A3.25 3.25 0 0 1 23 6.25V29H7.5A4.5 4.5 0 0 1 3 24.5z"/><path fill="url(#SVG2fGP5cNB1)" d="M8 10a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2H9a1 1 0 0 1-1-1"/><path fill="url(#SVG2fGP5cNB1)" d="M8 16a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2H9a1 1 0 0 1-1-1"/><path fill="url(#SVG2fGP5cNB1)" d="M9 21a1 1 0 1 0 0 2h4a1 1 0 1 0 0-2z"/><defs><linearGradient id="SVGRWEPldCX1" x1="29" x2="20.569" y1="23" y2="25.19" gradientUnits="userSpaceOnUse"><stop stopColor="#fe8401"/><stop offset="1" stopColor="#ca6407"/></linearGradient><linearGradient id="SVGnBo5PbWQ1" x1="6.636" x2="15.136" y1="3.929" y2="28.892" gradientUnits="userSpaceOnUse"><stop stopColor="#ffe06b"/><stop offset=".645" stopColor="#ffb357"/><stop offset="1" stopColor="#ff921f"/></linearGradient><linearGradient id="SVG2fGP5cNB1" x1="6" x2="20" y1="9" y2="21" gradientUnits="userSpaceOnUse"><stop stopColor="#ff921f"/><stop offset="1" stopColor="#ca6407"/></linearGradient></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="url(#SVGRWEPldCX1)" d="M20 19h9v5.5a4.5 4.5 0 0 1-4.5 4.5H20z"/><path fill="url(#SVGnBo5PbWQ1)" d="M3 6.25A3.25 3.25 0 0 1 6.25 3h13.5A3.25 3.25 0 0 1 23 6.25V29H7.5A4.5 4.5 0 0 1 3 24.5z"/><path fill="url(#SVG2fGP5cNB1)" d="M8 10a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2H9a1 1 0 0 1-1-1"/><path fill="url(#SVG2fGP5cNB1)" d="M8 16a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2H9a1 1 0 0 1-1-1"/><path fill="url(#SVG2fGP5cNB1)" d="M9 21a1 1 0 1 0 0 2h4a1 1 0 1 0 0-2z"/><defs><linearGradient id="SVGRWEPldCX1" x1="29" x2="20.569" y1="23" y2="25.19" gradientUnits="userSpaceOnUse"><stop stop-color="#fe8401"/><stop offset="1" stop-color="#ca6407"/></linearGradient><linearGradient id="SVGnBo5PbWQ1" x1="6.636" x2="15.136" y1="3.929" y2="28.892" gradientUnits="userSpaceOnUse"><stop stop-color="#ffe06b"/><stop offset=".645" stop-color="#ffb357"/><stop offset="1" stop-color="#ff921f"/></linearGradient><linearGradient id="SVG2fGP5cNB1" x1="6" x2="20" y1="9" y2="21" gradientUnits="userSpaceOnUse"><stop stop-color="#ff921f"/><stop offset="1" stop-color="#ca6407"/></linearGradient></defs></g></svg>
</template>

CSS

.icon-receipt-32 {
  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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGRWEPldCX1)%22%20d%3D%22M20%2019h9v5.5a4.5%204.5%200%200%201-4.5%204.5H20z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGnBo5PbWQ1)%22%20d%3D%22M3%206.25A3.25%203.25%200%200%201%206.25%203h13.5A3.25%203.25%200%200%201%2023%206.25V29H7.5A4.5%204.5%200%200%201%203%2024.5z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG2fGP5cNB1)%22%20d%3D%22M8%2010a1%201%200%200%201%201-1h8a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG2fGP5cNB1)%22%20d%3D%22M8%2016a1%201%200%200%201%201-1h8a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG2fGP5cNB1)%22%20d%3D%22M9%2021a1%201%200%201%200%200%202h4a1%201%200%201%200%200-2z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGRWEPldCX1%22%20x1%3D%2229%22%20x2%3D%2220.569%22%20y1%3D%2223%22%20y2%3D%2225.19%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23fe8401%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ca6407%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGnBo5PbWQ1%22%20x1%3D%226.636%22%20x2%3D%2215.136%22%20y1%3D%223.929%22%20y2%3D%2228.892%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ffe06b%22%2F%3E%3Cstop%20offset%3D%22.645%22%20stop-color%3D%22%23ffb357%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ff921f%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG2fGP5cNB1%22%20x1%3D%226%22%20x2%3D%2220%22%20y1%3D%229%22%20y2%3D%2221%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ff921f%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ca6407%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGRWEPldCX1)%22%20d%3D%22M20%2019h9v5.5a4.5%204.5%200%200%201-4.5%204.5H20z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGnBo5PbWQ1)%22%20d%3D%22M3%206.25A3.25%203.25%200%200%201%206.25%203h13.5A3.25%203.25%200%200%201%2023%206.25V29H7.5A4.5%204.5%200%200%201%203%2024.5z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG2fGP5cNB1)%22%20d%3D%22M8%2010a1%201%200%200%201%201-1h8a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG2fGP5cNB1)%22%20d%3D%22M8%2016a1%201%200%200%201%201-1h8a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG2fGP5cNB1)%22%20d%3D%22M9%2021a1%201%200%201%200%200%202h4a1%201%200%201%200%200-2z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGRWEPldCX1%22%20x1%3D%2229%22%20x2%3D%2220.569%22%20y1%3D%2223%22%20y2%3D%2225.19%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23fe8401%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ca6407%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGnBo5PbWQ1%22%20x1%3D%226.636%22%20x2%3D%2215.136%22%20y1%3D%223.929%22%20y2%3D%2228.892%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ffe06b%22%2F%3E%3Cstop%20offset%3D%22.645%22%20stop-color%3D%22%23ffb357%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ff921f%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG2fGP5cNB1%22%20x1%3D%226%22%20x2%3D%2220%22%20y1%3D%229%22%20y2%3D%2221%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ff921f%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ca6407%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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