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

Name
receipt-20
Set
Fluent UI System Color Icons
Style
20
Viewbox
20×20
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 20 20"><g fill="none"><path fill="url(#SVGgPDF1bcS1)" d="M5 3a2 2 0 0 0-2 2v9a3 3 0 0 0 3 3h8V5a2 2 0 0 0-2-2z"/><path fill="url(#SVGOlMHrSys1)" d="M6 6.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5"/><path fill="url(#SVGOlMHrSys1)" d="M6 9.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5"/><path fill="url(#SVGOlMHrSys1)" d="M6 12.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5"/><path fill="url(#SVGps6SUcnN1)" d="M14 12h3v2a3 3 0 0 1-3 3z"/><defs><linearGradient id="SVGgPDF1bcS1" x1="5" x2="9.5" y1="3.5" y2="17" gradientUnits="userSpaceOnUse"><stop stop-color="#ffe06b"/><stop offset=".645" stop-color="#ffb357"/><stop offset="1" stop-color="#ff921f"/></linearGradient><linearGradient id="SVGOlMHrSys1" x1="5" x2="12" y1="6" y2="12" gradientUnits="userSpaceOnUse"><stop stop-color="#ff921f"/><stop offset="1" stop-color="#ca6407"/></linearGradient><linearGradient id="SVGps6SUcnN1" x1="17" x2="14.087" y1="14" y2="14.504" gradientUnits="userSpaceOnUse"><stop stop-color="#fe8401"/><stop offset="1" stop-color="#ca6407"/></linearGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function FluentColorReceipt20(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="none"><path fill="url(#SVGgPDF1bcS1)" d="M5 3a2 2 0 0 0-2 2v9a3 3 0 0 0 3 3h8V5a2 2 0 0 0-2-2z"/><path fill="url(#SVGOlMHrSys1)" d="M6 6.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5"/><path fill="url(#SVGOlMHrSys1)" d="M6 9.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5"/><path fill="url(#SVGOlMHrSys1)" d="M6 12.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5"/><path fill="url(#SVGps6SUcnN1)" d="M14 12h3v2a3 3 0 0 1-3 3z"/><defs><linearGradient id="SVGgPDF1bcS1" x1="5" x2="9.5" y1="3.5" y2="17" gradientUnits="userSpaceOnUse"><stop stopColor="#ffe06b"/><stop offset=".645" stopColor="#ffb357"/><stop offset="1" stopColor="#ff921f"/></linearGradient><linearGradient id="SVGOlMHrSys1" x1="5" x2="12" y1="6" y2="12" gradientUnits="userSpaceOnUse"><stop stopColor="#ff921f"/><stop offset="1" stopColor="#ca6407"/></linearGradient><linearGradient id="SVGps6SUcnN1" x1="17" x2="14.087" y1="14" y2="14.504" gradientUnits="userSpaceOnUse"><stop stopColor="#fe8401"/><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 20 20"><g fill="none"><path fill="url(#SVGgPDF1bcS1)" d="M5 3a2 2 0 0 0-2 2v9a3 3 0 0 0 3 3h8V5a2 2 0 0 0-2-2z"/><path fill="url(#SVGOlMHrSys1)" d="M6 6.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5"/><path fill="url(#SVGOlMHrSys1)" d="M6 9.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5"/><path fill="url(#SVGOlMHrSys1)" d="M6 12.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5"/><path fill="url(#SVGps6SUcnN1)" d="M14 12h3v2a3 3 0 0 1-3 3z"/><defs><linearGradient id="SVGgPDF1bcS1" x1="5" x2="9.5" y1="3.5" y2="17" gradientUnits="userSpaceOnUse"><stop stop-color="#ffe06b"/><stop offset=".645" stop-color="#ffb357"/><stop offset="1" stop-color="#ff921f"/></linearGradient><linearGradient id="SVGOlMHrSys1" x1="5" x2="12" y1="6" y2="12" gradientUnits="userSpaceOnUse"><stop stop-color="#ff921f"/><stop offset="1" stop-color="#ca6407"/></linearGradient><linearGradient id="SVGps6SUcnN1" x1="17" x2="14.087" y1="14" y2="14.504" gradientUnits="userSpaceOnUse"><stop stop-color="#fe8401"/><stop offset="1" stop-color="#ca6407"/></linearGradient></defs></g></svg>
</template>

CSS

.icon-receipt-20 {
  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%2020%2020%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGgPDF1bcS1)%22%20d%3D%22M5%203a2%202%200%200%200-2%202v9a3%203%200%200%200%203%203h8V5a2%202%200%200%200-2-2z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGOlMHrSys1)%22%20d%3D%22M6%206.5a.5.5%200%200%201%20.5-.5h4a.5.5%200%200%201%200%201h-4a.5.5%200%200%201-.5-.5%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGOlMHrSys1)%22%20d%3D%22M6%209.5a.5.5%200%200%201%20.5-.5h4a.5.5%200%200%201%200%201h-4a.5.5%200%200%201-.5-.5%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGOlMHrSys1)%22%20d%3D%22M6%2012.5a.5.5%200%200%201%20.5-.5h2a.5.5%200%200%201%200%201h-2a.5.5%200%200%201-.5-.5%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGps6SUcnN1)%22%20d%3D%22M14%2012h3v2a3%203%200%200%201-3%203z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGgPDF1bcS1%22%20x1%3D%225%22%20x2%3D%229.5%22%20y1%3D%223.5%22%20y2%3D%2217%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%22SVGOlMHrSys1%22%20x1%3D%225%22%20x2%3D%2212%22%20y1%3D%226%22%20y2%3D%2212%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%3ClinearGradient%20id%3D%22SVGps6SUcnN1%22%20x1%3D%2217%22%20x2%3D%2214.087%22%20y1%3D%2214%22%20y2%3D%2214.504%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%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%2020%2020%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGgPDF1bcS1)%22%20d%3D%22M5%203a2%202%200%200%200-2%202v9a3%203%200%200%200%203%203h8V5a2%202%200%200%200-2-2z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGOlMHrSys1)%22%20d%3D%22M6%206.5a.5.5%200%200%201%20.5-.5h4a.5.5%200%200%201%200%201h-4a.5.5%200%200%201-.5-.5%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGOlMHrSys1)%22%20d%3D%22M6%209.5a.5.5%200%200%201%20.5-.5h4a.5.5%200%200%201%200%201h-4a.5.5%200%200%201-.5-.5%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGOlMHrSys1)%22%20d%3D%22M6%2012.5a.5.5%200%200%201%20.5-.5h2a.5.5%200%200%201%200%201h-2a.5.5%200%200%201-.5-.5%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGps6SUcnN1)%22%20d%3D%22M14%2012h3v2a3%203%200%200%201-3%203z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGgPDF1bcS1%22%20x1%3D%225%22%20x2%3D%229.5%22%20y1%3D%223.5%22%20y2%3D%2217%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%22SVGOlMHrSys1%22%20x1%3D%225%22%20x2%3D%2212%22%20y1%3D%226%22%20y2%3D%2212%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%3ClinearGradient%20id%3D%22SVGps6SUcnN1%22%20x1%3D%2217%22%20x2%3D%2214.087%22%20y1%3D%2214%22%20y2%3D%2214.504%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%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-20.svg?color=%231a73e8&size=48