receipt icon
receipt from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.
- Name
- receipt
- Set
- Prime Icons
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
The same icon 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 EmojireceiptOpenMojireceiptPhosphor
Use the receipt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M8.601 6.46L10 5.06l1.399 1.4a.85.85 0 0 0 1.202 0L14 5.06l1.399 1.4a.85.85 0 0 0 1.202 0l.649-.65v12.38l-.649-.65a.85.85 0 0 0-1.202 0L14 18.94l-1.399-1.4a.85.85 0 0 0-1.202 0L10 18.94l-1.399-1.4a.85.85 0 0 0-1.202 0l-.649.65V5.81l.649.65a.85.85 0 0 0 1.202 0m2-2.92a.85.85 0 0 0-1.202 0L8 4.94l-1.299-1.3c-.535-.535-1.451-.156-1.451.601V19.76c0 .757.916 1.136 1.451.6L8 19.062l1.399 1.399a.85.85 0 0 0 1.202 0L12 19.06l1.399 1.4a.85.85 0 0 0 1.202 0L16 19.06l1.299 1.3c.535.535 1.451.156 1.451-.601V4.24c0-.757-.916-1.136-1.451-.6L16 4.938L14.601 3.54a.85.85 0 0 0-1.202 0L12 4.94zM10 8.25a.75.75 0 0 0 0 1.5h4a.75.75 0 0 0 0-1.5zM9.25 12a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 0 1.5h-4a.75.75 0 0 1-.75-.75m.75 2.25a.75.75 0 0 0 0 1.5h4a.75.75 0 0 0 0-1.5z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function PrimeReceipt(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M8.601 6.46L10 5.06l1.399 1.4a.85.85 0 0 0 1.202 0L14 5.06l1.399 1.4a.85.85 0 0 0 1.202 0l.649-.65v12.38l-.649-.65a.85.85 0 0 0-1.202 0L14 18.94l-1.399-1.4a.85.85 0 0 0-1.202 0L10 18.94l-1.399-1.4a.85.85 0 0 0-1.202 0l-.649.65V5.81l.649.65a.85.85 0 0 0 1.202 0m2-2.92a.85.85 0 0 0-1.202 0L8 4.94l-1.299-1.3c-.535-.535-1.451-.156-1.451.601V19.76c0 .757.916 1.136 1.451.6L8 19.062l1.399 1.399a.85.85 0 0 0 1.202 0L12 19.06l1.399 1.4a.85.85 0 0 0 1.202 0L16 19.06l1.299 1.3c.535.535 1.451.156 1.451-.601V4.24c0-.757-.916-1.136-1.451-.6L16 4.938L14.601 3.54a.85.85 0 0 0-1.202 0L12 4.94zM10 8.25a.75.75 0 0 0 0 1.5h4a.75.75 0 0 0 0-1.5zM9.25 12a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 0 1.5h-4a.75.75 0 0 1-.75-.75m.75 2.25a.75.75 0 0 0 0 1.5h4a.75.75 0 0 0 0-1.5z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M8.601 6.46L10 5.06l1.399 1.4a.85.85 0 0 0 1.202 0L14 5.06l1.399 1.4a.85.85 0 0 0 1.202 0l.649-.65v12.38l-.649-.65a.85.85 0 0 0-1.202 0L14 18.94l-1.399-1.4a.85.85 0 0 0-1.202 0L10 18.94l-1.399-1.4a.85.85 0 0 0-1.202 0l-.649.65V5.81l.649.65a.85.85 0 0 0 1.202 0m2-2.92a.85.85 0 0 0-1.202 0L8 4.94l-1.299-1.3c-.535-.535-1.451-.156-1.451.601V19.76c0 .757.916 1.136 1.451.6L8 19.062l1.399 1.399a.85.85 0 0 0 1.202 0L12 19.06l1.399 1.4a.85.85 0 0 0 1.202 0L16 19.06l1.299 1.3c.535.535 1.451.156 1.451-.601V4.24c0-.757-.916-1.136-1.451-.6L16 4.938L14.601 3.54a.85.85 0 0 0-1.202 0L12 4.94zM10 8.25a.75.75 0 0 0 0 1.5h4a.75.75 0 0 0 0-1.5zM9.25 12a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 0 1.5h-4a.75.75 0 0 1-.75-.75m.75 2.25a.75.75 0 0 0 0 1.5h4a.75.75 0 0 0 0-1.5z" clip-rule="evenodd"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M8.601%206.46L10%205.06l1.399%201.4a.85.85%200%200%200%201.202%200L14%205.06l1.399%201.4a.85.85%200%200%200%201.202%200l.649-.65v12.38l-.649-.65a.85.85%200%200%200-1.202%200L14%2018.94l-1.399-1.4a.85.85%200%200%200-1.202%200L10%2018.94l-1.399-1.4a.85.85%200%200%200-1.202%200l-.649.65V5.81l.649.65a.85.85%200%200%200%201.202%200m2-2.92a.85.85%200%200%200-1.202%200L8%204.94l-1.299-1.3c-.535-.535-1.451-.156-1.451.601V19.76c0%20.757.916%201.136%201.451.6L8%2019.062l1.399%201.399a.85.85%200%200%200%201.202%200L12%2019.06l1.399%201.4a.85.85%200%200%200%201.202%200L16%2019.06l1.299%201.3c.535.535%201.451.156%201.451-.601V4.24c0-.757-.916-1.136-1.451-.6L16%204.938L14.601%203.54a.85.85%200%200%200-1.202%200L12%204.94zM10%208.25a.75.75%200%200%200%200%201.5h4a.75.75%200%200%200%200-1.5zM9.25%2012a.75.75%200%200%201%20.75-.75h4a.75.75%200%200%201%200%201.5h-4a.75.75%200%200%201-.75-.75m.75%202.25a.75.75%200%200%200%200%201.5h4a.75.75%200%200%200%200-1.5z%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M8.601%206.46L10%205.06l1.399%201.4a.85.85%200%200%200%201.202%200L14%205.06l1.399%201.4a.85.85%200%200%200%201.202%200l.649-.65v12.38l-.649-.65a.85.85%200%200%200-1.202%200L14%2018.94l-1.399-1.4a.85.85%200%200%200-1.202%200L10%2018.94l-1.399-1.4a.85.85%200%200%200-1.202%200l-.649.65V5.81l.649.65a.85.85%200%200%200%201.202%200m2-2.92a.85.85%200%200%200-1.202%200L8%204.94l-1.299-1.3c-.535-.535-1.451-.156-1.451.601V19.76c0%20.757.916%201.136%201.451.6L8%2019.062l1.399%201.399a.85.85%200%200%200%201.202%200L12%2019.06l1.399%201.4a.85.85%200%200%200%201.202%200L16%2019.06l1.299%201.3c.535.535%201.451.156%201.451-.601V4.24c0-.757-.916-1.136-1.451-.6L16%204.938L14.601%203.54a.85.85%200%200%200-1.202%200L12%204.94zM10%208.25a.75.75%200%200%200%200%201.5h4a.75.75%200%200%200%200-1.5zM9.25%2012a.75.75%200%200%201%20.75-.75h4a.75.75%200%200%201%200%201.5h-4a.75.75%200%200%201-.75-.75m.75%202.25a.75.75%200%200%200%200%201.5h4a.75.75%200%200%200%200-1.5z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/prime/receipt.svg?color=%231a73e8&size=48