receipt icon
receipt from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- receipt
- Set
- Phosphor
- Style
- Regular
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
receiptAkar IconsreceiptBootstrap IconsreceiptBoxIcons v2receiptBoxIcons v2 SolidreceiptCarbonreceiptFont Awesome 6 Solidreceipt-16-filledFluent UI System IconsreceiptFluent EmojireceiptFluent Emoji FlatreceiptFluent Emoji High ContrastreceiptHuge IconsreceiptIonIconsreceiptLine AwesomereceiptLucidereceiptMajesticonsreceiptMaterial SymbolsreceiptMaterial Design IconsreceiptNoto EmojireceiptOpenMojireceiptPixelarticonsreceipt-fillRemix IconreceiptTabler Iconsreceipt-outlineTeenyiconsreceiptTwitter Emoji
Related icons in Phosphor
Use the receipt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M72 104a8 8 0 0 1 8-8h96a8 8 0 0 1 0 16H80a8 8 0 0 1-8-8m8 40h96a8 8 0 0 0 0-16H80a8 8 0 0 0 0 16m152-88v152a8 8 0 0 1-11.58 7.15L192 200.94l-28.42 14.21a8 8 0 0 1-7.16 0L128 200.94l-28.42 14.21a8 8 0 0 1-7.16 0L64 200.94l-28.42 14.21A8 8 0 0 1 24 208V56a16 16 0 0 1 16-16h176a16 16 0 0 1 16 16m-16 0H40v139.06l20.42-10.22a8 8 0 0 1 7.16 0L96 199.06l28.42-14.22a8 8 0 0 1 7.16 0L160 199.06l28.42-14.22a8 8 0 0 1 7.16 0L216 195.06Z"/></svg>
React
import type { SVGProps } from "react";
export function PhReceipt(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M72 104a8 8 0 0 1 8-8h96a8 8 0 0 1 0 16H80a8 8 0 0 1-8-8m8 40h96a8 8 0 0 0 0-16H80a8 8 0 0 0 0 16m152-88v152a8 8 0 0 1-11.58 7.15L192 200.94l-28.42 14.21a8 8 0 0 1-7.16 0L128 200.94l-28.42 14.21a8 8 0 0 1-7.16 0L64 200.94l-28.42 14.21A8 8 0 0 1 24 208V56a16 16 0 0 1 16-16h176a16 16 0 0 1 16 16m-16 0H40v139.06l20.42-10.22a8 8 0 0 1 7.16 0L96 199.06l28.42-14.22a8 8 0 0 1 7.16 0L160 199.06l28.42-14.22a8 8 0 0 1 7.16 0L216 195.06Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M72 104a8 8 0 0 1 8-8h96a8 8 0 0 1 0 16H80a8 8 0 0 1-8-8m8 40h96a8 8 0 0 0 0-16H80a8 8 0 0 0 0 16m152-88v152a8 8 0 0 1-11.58 7.15L192 200.94l-28.42 14.21a8 8 0 0 1-7.16 0L128 200.94l-28.42 14.21a8 8 0 0 1-7.16 0L64 200.94l-28.42 14.21A8 8 0 0 1 24 208V56a16 16 0 0 1 16-16h176a16 16 0 0 1 16 16m-16 0H40v139.06l20.42-10.22a8 8 0 0 1 7.16 0L96 199.06l28.42-14.22a8 8 0 0 1 7.16 0L160 199.06l28.42-14.22a8 8 0 0 1 7.16 0L216 195.06Z"/></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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M72%20104a8%208%200%200%201%208-8h96a8%208%200%200%201%200%2016H80a8%208%200%200%201-8-8m8%2040h96a8%208%200%200%200%200-16H80a8%208%200%200%200%200%2016m152-88v152a8%208%200%200%201-11.58%207.15L192%20200.94l-28.42%2014.21a8%208%200%200%201-7.16%200L128%20200.94l-28.42%2014.21a8%208%200%200%201-7.16%200L64%20200.94l-28.42%2014.21A8%208%200%200%201%2024%20208V56a16%2016%200%200%201%2016-16h176a16%2016%200%200%201%2016%2016m-16%200H40v139.06l20.42-10.22a8%208%200%200%201%207.16%200L96%20199.06l28.42-14.22a8%208%200%200%201%207.16%200L160%20199.06l28.42-14.22a8%208%200%200%201%207.16%200L216%20195.06Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M72%20104a8%208%200%200%201%208-8h96a8%208%200%200%201%200%2016H80a8%208%200%200%201-8-8m8%2040h96a8%208%200%200%200%200-16H80a8%208%200%200%200%200%2016m152-88v152a8%208%200%200%201-11.58%207.15L192%20200.94l-28.42%2014.21a8%208%200%200%201-7.16%200L128%20200.94l-28.42%2014.21a8%208%200%200%201-7.16%200L64%20200.94l-28.42%2014.21A8%208%200%200%201%2024%20208V56a16%2016%200%200%201%2016-16h176a16%2016%200%200%201%2016%2016m-16%200H40v139.06l20.42-10.22a8%208%200%200%201%207.16%200L96%20199.06l28.42-14.22a8%208%200%200%201%207.16%200L160%20199.06l28.42-14.22a8%208%200%200%201%207.16%200L216%20195.06Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/receipt.svg?color=%231a73e8&size=48