receipt icon
receipt-24 from Fluent UI System Color Icons by Microsoft Corporation · 24 · MIT Free for personal and commercial use.
- Name
- receipt-24
- Set
- Fluent UI System Color Icons
- Style
- 24
- Viewbox
- 24×24
- License
- MIT
4 other variants in Fluent UI System Color Icons
The same icon in other sets
receiptAkar IconsreceiptBootstrap IconsreceiptBoxIcons v2receiptBoxIcons v2 SolidreceiptCarbonreceiptFont Awesome 6 SolidreceiptFont Awesome Solidreceipt-outlineFlowbite Iconsreceipt-16-filledFluent UI System IconsreceiptFluent EmojireceiptFluent Emoji FlatreceiptFluent Emoji High ContrastreceiptHuge IconsreceiptIonIconsreceiptLine AwesomereceiptLucidereceiptMajesticonsreceiptMaterial SymbolsreceiptMaterial Symbols LightreceiptMaterial Design IconsreceiptNoto EmojireceiptOpenMojireceiptPhosphorreceiptPixelarticons
Use the receipt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="url(#SVGvC8Qbbhx)" d="M15 14h6v3.75A3.25 3.25 0 0 1 17.75 21H15z"/><path fill="url(#SVGf4KZGAgh)" d="M3 5.25A2.25 2.25 0 0 1 5.25 3h9.5A2.25 2.25 0 0 1 17 5.25V21H6.25A3.25 3.25 0 0 1 3 17.75z"/><path fill="url(#SVGBw6jUYlR)" d="M6.5 7.75A.75.75 0 0 1 7.25 7h5.5a.75.75 0 0 1 0 1.5h-5.5a.75.75 0 0 1-.75-.75"/><path fill="url(#SVGCo9MTc4r)" d="M6.5 7.75A.75.75 0 0 1 7.25 7h5.5a.75.75 0 0 1 0 1.5h-5.5a.75.75 0 0 1-.75-.75"/><path fill="url(#SVGBw6jUYlR)" d="M6.5 11.75a.75.75 0 0 1 .75-.75h5.5a.75.75 0 0 1 0 1.5h-5.5a.75.75 0 0 1-.75-.75"/><path fill="url(#SVGCo9MTc4r)" d="M6.5 11.75a.75.75 0 0 1 .75-.75h5.5a.75.75 0 0 1 0 1.5h-5.5a.75.75 0 0 1-.75-.75"/><path fill="url(#SVGBw6jUYlR)" d="M6.5 15.75a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1-.75-.75"/><path fill="url(#SVGCo9MTc4r)" d="M6.5 15.75a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1-.75-.75"/><defs><linearGradient id="SVGvC8Qbbhx" x1="21" x2="15.346" y1="16.8" y2="18.199" gradientUnits="userSpaceOnUse"><stop stop-color="#fe8401"/><stop offset="1" stop-color="#ca6407"/></linearGradient><linearGradient id="SVGf4KZGAgh" x1="5.545" x2="11.378" y1="3.643" y2="20.965" gradientUnits="userSpaceOnUse"><stop stop-color="#ffe06b"/><stop offset=".645" stop-color="#ffb357"/><stop offset="1" stop-color="#ff921f"/></linearGradient><linearGradient id="SVGBw6jUYlR" x1="5.6" x2="6.383" y1="15" y2="17.818" gradientUnits="userSpaceOnUse"><stop stop-color="#ff921f"/><stop offset="1" stop-color="#ca6407"/></linearGradient><linearGradient id="SVGCo9MTc4r" x1="5.1" x2="14.641" y1="7" y2="15.436" gradientUnits="userSpaceOnUse"><stop stop-color="#ff921f"/><stop offset="1" stop-color="#ca6407"/></linearGradient></defs></g></svg>
React
import type { SVGProps } from "react";
export function FluentColorReceipt24(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="url(#SVGvC8Qbbhx)" d="M15 14h6v3.75A3.25 3.25 0 0 1 17.75 21H15z"/><path fill="url(#SVGf4KZGAgh)" d="M3 5.25A2.25 2.25 0 0 1 5.25 3h9.5A2.25 2.25 0 0 1 17 5.25V21H6.25A3.25 3.25 0 0 1 3 17.75z"/><path fill="url(#SVGBw6jUYlR)" d="M6.5 7.75A.75.75 0 0 1 7.25 7h5.5a.75.75 0 0 1 0 1.5h-5.5a.75.75 0 0 1-.75-.75"/><path fill="url(#SVGCo9MTc4r)" d="M6.5 7.75A.75.75 0 0 1 7.25 7h5.5a.75.75 0 0 1 0 1.5h-5.5a.75.75 0 0 1-.75-.75"/><path fill="url(#SVGBw6jUYlR)" d="M6.5 11.75a.75.75 0 0 1 .75-.75h5.5a.75.75 0 0 1 0 1.5h-5.5a.75.75 0 0 1-.75-.75"/><path fill="url(#SVGCo9MTc4r)" d="M6.5 11.75a.75.75 0 0 1 .75-.75h5.5a.75.75 0 0 1 0 1.5h-5.5a.75.75 0 0 1-.75-.75"/><path fill="url(#SVGBw6jUYlR)" d="M6.5 15.75a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1-.75-.75"/><path fill="url(#SVGCo9MTc4r)" d="M6.5 15.75a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1-.75-.75"/><defs><linearGradient id="SVGvC8Qbbhx" x1="21" x2="15.346" y1="16.8" y2="18.199" gradientUnits="userSpaceOnUse"><stop stopColor="#fe8401"/><stop offset="1" stopColor="#ca6407"/></linearGradient><linearGradient id="SVGf4KZGAgh" x1="5.545" x2="11.378" y1="3.643" y2="20.965" gradientUnits="userSpaceOnUse"><stop stopColor="#ffe06b"/><stop offset=".645" stopColor="#ffb357"/><stop offset="1" stopColor="#ff921f"/></linearGradient><linearGradient id="SVGBw6jUYlR" x1="5.6" x2="6.383" y1="15" y2="17.818" gradientUnits="userSpaceOnUse"><stop stopColor="#ff921f"/><stop offset="1" stopColor="#ca6407"/></linearGradient><linearGradient id="SVGCo9MTc4r" x1="5.1" x2="14.641" y1="7" y2="15.436" 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 24 24"><g fill="none"><path fill="url(#SVGvC8Qbbhx)" d="M15 14h6v3.75A3.25 3.25 0 0 1 17.75 21H15z"/><path fill="url(#SVGf4KZGAgh)" d="M3 5.25A2.25 2.25 0 0 1 5.25 3h9.5A2.25 2.25 0 0 1 17 5.25V21H6.25A3.25 3.25 0 0 1 3 17.75z"/><path fill="url(#SVGBw6jUYlR)" d="M6.5 7.75A.75.75 0 0 1 7.25 7h5.5a.75.75 0 0 1 0 1.5h-5.5a.75.75 0 0 1-.75-.75"/><path fill="url(#SVGCo9MTc4r)" d="M6.5 7.75A.75.75 0 0 1 7.25 7h5.5a.75.75 0 0 1 0 1.5h-5.5a.75.75 0 0 1-.75-.75"/><path fill="url(#SVGBw6jUYlR)" d="M6.5 11.75a.75.75 0 0 1 .75-.75h5.5a.75.75 0 0 1 0 1.5h-5.5a.75.75 0 0 1-.75-.75"/><path fill="url(#SVGCo9MTc4r)" d="M6.5 11.75a.75.75 0 0 1 .75-.75h5.5a.75.75 0 0 1 0 1.5h-5.5a.75.75 0 0 1-.75-.75"/><path fill="url(#SVGBw6jUYlR)" d="M6.5 15.75a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1-.75-.75"/><path fill="url(#SVGCo9MTc4r)" d="M6.5 15.75a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1-.75-.75"/><defs><linearGradient id="SVGvC8Qbbhx" x1="21" x2="15.346" y1="16.8" y2="18.199" gradientUnits="userSpaceOnUse"><stop stop-color="#fe8401"/><stop offset="1" stop-color="#ca6407"/></linearGradient><linearGradient id="SVGf4KZGAgh" x1="5.545" x2="11.378" y1="3.643" y2="20.965" gradientUnits="userSpaceOnUse"><stop stop-color="#ffe06b"/><stop offset=".645" stop-color="#ffb357"/><stop offset="1" stop-color="#ff921f"/></linearGradient><linearGradient id="SVGBw6jUYlR" x1="5.6" x2="6.383" y1="15" y2="17.818" gradientUnits="userSpaceOnUse"><stop stop-color="#ff921f"/><stop offset="1" stop-color="#ca6407"/></linearGradient><linearGradient id="SVGCo9MTc4r" x1="5.1" x2="14.641" y1="7" y2="15.436" gradientUnits="userSpaceOnUse"><stop stop-color="#ff921f"/><stop offset="1" stop-color="#ca6407"/></linearGradient></defs></g></svg> </template>
CSS
.icon-receipt-24 {
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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGvC8Qbbhx)%22%20d%3D%22M15%2014h6v3.75A3.25%203.25%200%200%201%2017.75%2021H15z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGf4KZGAgh)%22%20d%3D%22M3%205.25A2.25%202.25%200%200%201%205.25%203h9.5A2.25%202.25%200%200%201%2017%205.25V21H6.25A3.25%203.25%200%200%201%203%2017.75z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGBw6jUYlR)%22%20d%3D%22M6.5%207.75A.75.75%200%200%201%207.25%207h5.5a.75.75%200%200%201%200%201.5h-5.5a.75.75%200%200%201-.75-.75%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGCo9MTc4r)%22%20d%3D%22M6.5%207.75A.75.75%200%200%201%207.25%207h5.5a.75.75%200%200%201%200%201.5h-5.5a.75.75%200%200%201-.75-.75%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGBw6jUYlR)%22%20d%3D%22M6.5%2011.75a.75.75%200%200%201%20.75-.75h5.5a.75.75%200%200%201%200%201.5h-5.5a.75.75%200%200%201-.75-.75%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGCo9MTc4r)%22%20d%3D%22M6.5%2011.75a.75.75%200%200%201%20.75-.75h5.5a.75.75%200%200%201%200%201.5h-5.5a.75.75%200%200%201-.75-.75%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGBw6jUYlR)%22%20d%3D%22M6.5%2015.75a.75.75%200%200%201%20.75-.75h3a.75.75%200%200%201%200%201.5h-3a.75.75%200%200%201-.75-.75%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGCo9MTc4r)%22%20d%3D%22M6.5%2015.75a.75.75%200%200%201%20.75-.75h3a.75.75%200%200%201%200%201.5h-3a.75.75%200%200%201-.75-.75%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGvC8Qbbhx%22%20x1%3D%2221%22%20x2%3D%2215.346%22%20y1%3D%2216.8%22%20y2%3D%2218.199%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%22SVGf4KZGAgh%22%20x1%3D%225.545%22%20x2%3D%2211.378%22%20y1%3D%223.643%22%20y2%3D%2220.965%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%22SVGBw6jUYlR%22%20x1%3D%225.6%22%20x2%3D%226.383%22%20y1%3D%2215%22%20y2%3D%2217.818%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%22SVGCo9MTc4r%22%20x1%3D%225.1%22%20x2%3D%2214.641%22%20y1%3D%227%22%20y2%3D%2215.436%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGvC8Qbbhx)%22%20d%3D%22M15%2014h6v3.75A3.25%203.25%200%200%201%2017.75%2021H15z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGf4KZGAgh)%22%20d%3D%22M3%205.25A2.25%202.25%200%200%201%205.25%203h9.5A2.25%202.25%200%200%201%2017%205.25V21H6.25A3.25%203.25%200%200%201%203%2017.75z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGBw6jUYlR)%22%20d%3D%22M6.5%207.75A.75.75%200%200%201%207.25%207h5.5a.75.75%200%200%201%200%201.5h-5.5a.75.75%200%200%201-.75-.75%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGCo9MTc4r)%22%20d%3D%22M6.5%207.75A.75.75%200%200%201%207.25%207h5.5a.75.75%200%200%201%200%201.5h-5.5a.75.75%200%200%201-.75-.75%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGBw6jUYlR)%22%20d%3D%22M6.5%2011.75a.75.75%200%200%201%20.75-.75h5.5a.75.75%200%200%201%200%201.5h-5.5a.75.75%200%200%201-.75-.75%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGCo9MTc4r)%22%20d%3D%22M6.5%2011.75a.75.75%200%200%201%20.75-.75h5.5a.75.75%200%200%201%200%201.5h-5.5a.75.75%200%200%201-.75-.75%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGBw6jUYlR)%22%20d%3D%22M6.5%2015.75a.75.75%200%200%201%20.75-.75h3a.75.75%200%200%201%200%201.5h-3a.75.75%200%200%201-.75-.75%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGCo9MTc4r)%22%20d%3D%22M6.5%2015.75a.75.75%200%200%201%20.75-.75h3a.75.75%200%200%201%200%201.5h-3a.75.75%200%200%201-.75-.75%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGvC8Qbbhx%22%20x1%3D%2221%22%20x2%3D%2215.346%22%20y1%3D%2216.8%22%20y2%3D%2218.199%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%22SVGf4KZGAgh%22%20x1%3D%225.545%22%20x2%3D%2211.378%22%20y1%3D%223.643%22%20y2%3D%2220.965%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%22SVGBw6jUYlR%22%20x1%3D%225.6%22%20x2%3D%226.383%22%20y1%3D%2215%22%20y2%3D%2217.818%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%22SVGCo9MTc4r%22%20x1%3D%225.1%22%20x2%3D%2214.641%22%20y1%3D%227%22%20y2%3D%2215.436%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-24.svg?color=%231a73e8&size=48