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

Name
receipt-28
Set
Fluent UI System Color Icons
Style
28
Viewbox
28×28
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 28 28"><g fill="none"><path fill="url(#SVG4uNuYcYh)" d="M18 17h7v4.25A3.75 3.75 0 0 1 21.25 25H18z"/><path fill="url(#SVGfy9rTbDS)" d="M3 5.75A2.75 2.75 0 0 1 5.75 3h11.5A2.75 2.75 0 0 1 20 5.75V25H6.75A3.75 3.75 0 0 1 3 21.25z"/><path fill="url(#SVGZCxyCbpH)" d="M7 8.75A.75.75 0 0 1 7.75 8h7.5a.75.75 0 0 1 0 1.5h-7.5A.75.75 0 0 1 7 8.75"/><path fill="url(#SVGZCxyCbpH)" d="M7 13.75a.75.75 0 0 1 .75-.75h7.5a.75.75 0 0 1 0 1.5h-7.5a.75.75 0 0 1-.75-.75"/><path fill="url(#SVGZCxyCbpH)" d="M7.75 18a.75.75 0 0 0 0 1.5h3.5a.75.75 0 0 0 0-1.5z"/><defs><linearGradient id="SVG4uNuYcYh" x1="25" x2="18.42" y1="20.2" y2="21.862" gradientUnits="userSpaceOnUse"><stop stop-color="#fe8401"/><stop offset="1" stop-color="#ca6407"/></linearGradient><linearGradient id="SVGfy9rTbDS" x1="6.091" x2="13.257" y1="3.786" y2="24.928" gradientUnits="userSpaceOnUse"><stop stop-color="#ffe06b"/><stop offset=".645" stop-color="#ffb357"/><stop offset="1" stop-color="#ff921f"/></linearGradient><linearGradient id="SVGZCxyCbpH" x1="5.2" x2="16.814" y1="8" y2="18.907" gradientUnits="userSpaceOnUse"><stop stop-color="#ff921f"/><stop offset="1" stop-color="#ca6407"/></linearGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function FluentColorReceipt28(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><g fill="none"><path fill="url(#SVG4uNuYcYh)" d="M18 17h7v4.25A3.75 3.75 0 0 1 21.25 25H18z"/><path fill="url(#SVGfy9rTbDS)" d="M3 5.75A2.75 2.75 0 0 1 5.75 3h11.5A2.75 2.75 0 0 1 20 5.75V25H6.75A3.75 3.75 0 0 1 3 21.25z"/><path fill="url(#SVGZCxyCbpH)" d="M7 8.75A.75.75 0 0 1 7.75 8h7.5a.75.75 0 0 1 0 1.5h-7.5A.75.75 0 0 1 7 8.75"/><path fill="url(#SVGZCxyCbpH)" d="M7 13.75a.75.75 0 0 1 .75-.75h7.5a.75.75 0 0 1 0 1.5h-7.5a.75.75 0 0 1-.75-.75"/><path fill="url(#SVGZCxyCbpH)" d="M7.75 18a.75.75 0 0 0 0 1.5h3.5a.75.75 0 0 0 0-1.5z"/><defs><linearGradient id="SVG4uNuYcYh" x1="25" x2="18.42" y1="20.2" y2="21.862" gradientUnits="userSpaceOnUse"><stop stopColor="#fe8401"/><stop offset="1" stopColor="#ca6407"/></linearGradient><linearGradient id="SVGfy9rTbDS" x1="6.091" x2="13.257" y1="3.786" y2="24.928" gradientUnits="userSpaceOnUse"><stop stopColor="#ffe06b"/><stop offset=".645" stopColor="#ffb357"/><stop offset="1" stopColor="#ff921f"/></linearGradient><linearGradient id="SVGZCxyCbpH" x1="5.2" x2="16.814" y1="8" y2="18.907" 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 28 28"><g fill="none"><path fill="url(#SVG4uNuYcYh)" d="M18 17h7v4.25A3.75 3.75 0 0 1 21.25 25H18z"/><path fill="url(#SVGfy9rTbDS)" d="M3 5.75A2.75 2.75 0 0 1 5.75 3h11.5A2.75 2.75 0 0 1 20 5.75V25H6.75A3.75 3.75 0 0 1 3 21.25z"/><path fill="url(#SVGZCxyCbpH)" d="M7 8.75A.75.75 0 0 1 7.75 8h7.5a.75.75 0 0 1 0 1.5h-7.5A.75.75 0 0 1 7 8.75"/><path fill="url(#SVGZCxyCbpH)" d="M7 13.75a.75.75 0 0 1 .75-.75h7.5a.75.75 0 0 1 0 1.5h-7.5a.75.75 0 0 1-.75-.75"/><path fill="url(#SVGZCxyCbpH)" d="M7.75 18a.75.75 0 0 0 0 1.5h3.5a.75.75 0 0 0 0-1.5z"/><defs><linearGradient id="SVG4uNuYcYh" x1="25" x2="18.42" y1="20.2" y2="21.862" gradientUnits="userSpaceOnUse"><stop stop-color="#fe8401"/><stop offset="1" stop-color="#ca6407"/></linearGradient><linearGradient id="SVGfy9rTbDS" x1="6.091" x2="13.257" y1="3.786" y2="24.928" gradientUnits="userSpaceOnUse"><stop stop-color="#ffe06b"/><stop offset=".645" stop-color="#ffb357"/><stop offset="1" stop-color="#ff921f"/></linearGradient><linearGradient id="SVGZCxyCbpH" x1="5.2" x2="16.814" y1="8" y2="18.907" gradientUnits="userSpaceOnUse"><stop stop-color="#ff921f"/><stop offset="1" stop-color="#ca6407"/></linearGradient></defs></g></svg>
</template>

CSS

.icon-receipt-28 {
  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%2028%2028%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVG4uNuYcYh)%22%20d%3D%22M18%2017h7v4.25A3.75%203.75%200%200%201%2021.25%2025H18z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGfy9rTbDS)%22%20d%3D%22M3%205.75A2.75%202.75%200%200%201%205.75%203h11.5A2.75%202.75%200%200%201%2020%205.75V25H6.75A3.75%203.75%200%200%201%203%2021.25z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGZCxyCbpH)%22%20d%3D%22M7%208.75A.75.75%200%200%201%207.75%208h7.5a.75.75%200%200%201%200%201.5h-7.5A.75.75%200%200%201%207%208.75%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGZCxyCbpH)%22%20d%3D%22M7%2013.75a.75.75%200%200%201%20.75-.75h7.5a.75.75%200%200%201%200%201.5h-7.5a.75.75%200%200%201-.75-.75%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGZCxyCbpH)%22%20d%3D%22M7.75%2018a.75.75%200%200%200%200%201.5h3.5a.75.75%200%200%200%200-1.5z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVG4uNuYcYh%22%20x1%3D%2225%22%20x2%3D%2218.42%22%20y1%3D%2220.2%22%20y2%3D%2221.862%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%22SVGfy9rTbDS%22%20x1%3D%226.091%22%20x2%3D%2213.257%22%20y1%3D%223.786%22%20y2%3D%2224.928%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%22SVGZCxyCbpH%22%20x1%3D%225.2%22%20x2%3D%2216.814%22%20y1%3D%228%22%20y2%3D%2218.907%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%2028%2028%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVG4uNuYcYh)%22%20d%3D%22M18%2017h7v4.25A3.75%203.75%200%200%201%2021.25%2025H18z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGfy9rTbDS)%22%20d%3D%22M3%205.75A2.75%202.75%200%200%201%205.75%203h11.5A2.75%202.75%200%200%201%2020%205.75V25H6.75A3.75%203.75%200%200%201%203%2021.25z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGZCxyCbpH)%22%20d%3D%22M7%208.75A.75.75%200%200%201%207.75%208h7.5a.75.75%200%200%201%200%201.5h-7.5A.75.75%200%200%201%207%208.75%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGZCxyCbpH)%22%20d%3D%22M7%2013.75a.75.75%200%200%201%20.75-.75h7.5a.75.75%200%200%201%200%201.5h-7.5a.75.75%200%200%201-.75-.75%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGZCxyCbpH)%22%20d%3D%22M7.75%2018a.75.75%200%200%200%200%201.5h3.5a.75.75%200%200%200%200-1.5z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVG4uNuYcYh%22%20x1%3D%2225%22%20x2%3D%2218.42%22%20y1%3D%2220.2%22%20y2%3D%2221.862%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%22SVGfy9rTbDS%22%20x1%3D%226.091%22%20x2%3D%2213.257%22%20y1%3D%223.786%22%20y2%3D%2224.928%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%22SVGZCxyCbpH%22%20x1%3D%225.2%22%20x2%3D%2216.814%22%20y1%3D%228%22%20y2%3D%2218.907%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-28.svg?color=%231a73e8&size=48