receipt emoji
receipt from OpenMoji by OpenMoji · Default · Objects · CC-BY-SA-4.0 Attribution required.
- Name
- receipt
- Set
- OpenMoji
- Style
- Default
- Category
- Objects
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
receiptAkar IconsreceiptBootstrap IconsreceiptBoxIcons v2receiptBoxIcons v2 SolidreceiptCarbonreceiptFont Awesome 6 SolidreceiptFont Awesome Solidreceipt-outlineFlowbite Iconsreceipt-16-filledFluent UI System Iconsreceipt-16Fluent UI System Color IconsreceiptFluent EmojireceiptFluent Emoji FlatreceiptFluent Emoji High ContrastreceiptHuge IconsreceiptIonIconsreceiptLine AwesomereceiptLucidereceiptMajesticonsreceiptMaterial SymbolsreceiptMaterial Symbols LightreceiptMaterial Design IconsreceiptNoto EmojireceiptPhosphorreceiptPixelarticons
More objects icons from OpenMoji
Use the receipt emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="M48.031 57.253V14.658H23.729v42.595z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M23.729 15.428V56.32m24.302 0V15.428m-24.302 0l3.237-1.703l2.027 1.836l3.674-1.599l3.083 1.629l3.547-1.541l2.956 1.363l2.999-1.451l2.724 1.398m.055 40.96l-3.524 1.866l-2.028-1.837l-3.674 1.6l-3.083-1.629l-3.547 1.54l-2.956-1.362l-2.999 1.451l-2.444-1.515m3.499-28.221h8.327m5.127.002h3.587m-17.041 5.532h7.707m5.747.005h3.587m-17.041 5.509h6.732m6.722.027h3.587m-3.587 6.534h3.587"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiReceipt(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="M48.031 57.253V14.658H23.729v42.595z"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M23.729 15.428V56.32m24.302 0V15.428m-24.302 0l3.237-1.703l2.027 1.836l3.674-1.599l3.083 1.629l3.547-1.541l2.956 1.363l2.999-1.451l2.724 1.398m.055 40.96l-3.524 1.866l-2.028-1.837l-3.674 1.6l-3.083-1.629l-3.547 1.54l-2.956-1.362l-2.999 1.451l-2.444-1.515m3.499-28.221h8.327m5.127.002h3.587m-17.041 5.532h7.707m5.747.005h3.587m-17.041 5.509h6.732m6.722.027h3.587m-3.587 6.534h3.587"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="M48.031 57.253V14.658H23.729v42.595z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M23.729 15.428V56.32m24.302 0V15.428m-24.302 0l3.237-1.703l2.027 1.836l3.674-1.599l3.083 1.629l3.547-1.541l2.956 1.363l2.999-1.451l2.724 1.398m.055 40.96l-3.524 1.866l-2.028-1.837l-3.674 1.6l-3.083-1.629l-3.547 1.54l-2.956-1.362l-2.999 1.451l-2.444-1.515m3.499-28.221h8.327m5.127.002h3.587m-17.041 5.532h7.707m5.747.005h3.587m-17.041 5.509h6.732m6.722.027h3.587m-3.587 6.534h3.587"/></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%2072%2072%22%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M48.031%2057.253V14.658H23.729v42.595z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M23.729%2015.428V56.32m24.302%200V15.428m-24.302%200l3.237-1.703l2.027%201.836l3.674-1.599l3.083%201.629l3.547-1.541l2.956%201.363l2.999-1.451l2.724%201.398m.055%2040.96l-3.524%201.866l-2.028-1.837l-3.674%201.6l-3.083-1.629l-3.547%201.54l-2.956-1.362l-2.999%201.451l-2.444-1.515m3.499-28.221h8.327m5.127.002h3.587m-17.041%205.532h7.707m5.747.005h3.587m-17.041%205.509h6.732m6.722.027h3.587m-3.587%206.534h3.587%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M48.031%2057.253V14.658H23.729v42.595z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M23.729%2015.428V56.32m24.302%200V15.428m-24.302%200l3.237-1.703l2.027%201.836l3.674-1.599l3.083%201.629l3.547-1.541l2.956%201.363l2.999-1.451l2.724%201.398m.055%2040.96l-3.524%201.866l-2.028-1.837l-3.674%201.6l-3.083-1.629l-3.547%201.54l-2.956-1.362l-2.999%201.451l-2.444-1.515m3.499-28.221h8.327m5.127.002h3.587m-17.041%205.532h7.707m5.747.005h3.587m-17.041%205.509h6.732m6.722.027h3.587m-3.587%206.534h3.587%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/receipt.svg?color=%231a73e8&size=48