receipt icon
receipt from Reicon by REICON · Outline · Notes · MIT Free for personal and commercial use.
- Name
- receipt
- Set
- Reicon
- Style
- Outline
- Category
- Notes
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All receipt icons →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 IconsreceiptIonIconsreceiptKeyline IconsreceiptLine AwesomereceiptLucidereceiptMajesticonsreceiptMaterial SymbolsreceiptMaterial Symbols LightreceiptMaterial Design IconsreceiptNoto EmojireceiptOpenMoji
More notes icons from Reicon
Use the receipt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M15 16.247a.75.75 0 0 0 0-1.5H9a.75.75 0 0 0 0 1.5zm1-3.498a.75.75 0 0 0 0-1.5H8a.75.75 0 0 0 0 1.5zM14 9.25a.75.75 0 0 0 0-1.5h-4a.75.75 0 0 0 0 1.5z"/><path fill-rule="evenodd" d="M11.095 2.03a2.42 2.42 0 0 0-3.404-.158l-.826.744a.714.714 0 0 1-.987-.028C4.822 1.518 3 2.266 3 3.77v16.47c0 1.504 1.822 2.252 2.878 1.183a.714.714 0 0 1 .987-.029l.815.735a2.413 2.413 0 0 0 3.414-.182l.107-.12a1.073 1.073 0 0 1 1.598 0l.107.12a2.413 2.413 0 0 0 3.414.182l.815-.735a.714.714 0 0 1 .987.029c1.056 1.07 2.878.321 2.878-1.182V3.77c0-1.504-1.822-2.252-2.878-1.182a.714.714 0 0 1-.987.028l-.826-.744a2.42 2.42 0 0 0-3.404.158l-.108.117a1.084 1.084 0 0 1-1.594 0zm-2.4.955a.92.92 0 0 1 1.296.06l.108.118a2.584 2.584 0 0 0 3.802 0l.108-.117a.92.92 0 0 1 1.296-.06l.826.744a2.214 2.214 0 0 0 3.058-.088a.182.182 0 0 1 .311.128v16.47a.182.182 0 0 1-.311.129a2.214 2.214 0 0 0-3.058-.089l-.816.735a.913.913 0 0 1-1.291-.069l-.107-.12a2.573 2.573 0 0 0-3.834 0l-.107.12a.913.913 0 0 1-1.291.07l-.815-.736a2.214 2.214 0 0 0-3.059.088a.182.182 0 0 1-.311-.127V3.77c0-.163.197-.244.311-.128c.832.842 2.18.88 3.059.088z" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconReceipt(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M15 16.247a.75.75 0 0 0 0-1.5H9a.75.75 0 0 0 0 1.5zm1-3.498a.75.75 0 0 0 0-1.5H8a.75.75 0 0 0 0 1.5zM14 9.25a.75.75 0 0 0 0-1.5h-4a.75.75 0 0 0 0 1.5z"/><path fillRule="evenodd" d="M11.095 2.03a2.42 2.42 0 0 0-3.404-.158l-.826.744a.714.714 0 0 1-.987-.028C4.822 1.518 3 2.266 3 3.77v16.47c0 1.504 1.822 2.252 2.878 1.183a.714.714 0 0 1 .987-.029l.815.735a2.413 2.413 0 0 0 3.414-.182l.107-.12a1.073 1.073 0 0 1 1.598 0l.107.12a2.413 2.413 0 0 0 3.414.182l.815-.735a.714.714 0 0 1 .987.029c1.056 1.07 2.878.321 2.878-1.182V3.77c0-1.504-1.822-2.252-2.878-1.182a.714.714 0 0 1-.987.028l-.826-.744a2.42 2.42 0 0 0-3.404.158l-.108.117a1.084 1.084 0 0 1-1.594 0zm-2.4.955a.92.92 0 0 1 1.296.06l.108.118a2.584 2.584 0 0 0 3.802 0l.108-.117a.92.92 0 0 1 1.296-.06l.826.744a2.214 2.214 0 0 0 3.058-.088a.182.182 0 0 1 .311.128v16.47a.182.182 0 0 1-.311.129a2.214 2.214 0 0 0-3.058-.089l-.816.735a.913.913 0 0 1-1.291-.069l-.107-.12a2.573 2.573 0 0 0-3.834 0l-.107.12a.913.913 0 0 1-1.291.07l-.815-.736a2.214 2.214 0 0 0-3.059.088a.182.182 0 0 1-.311-.127V3.77c0-.163.197-.244.311-.128c.832.842 2.18.88 3.059.088z" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M15 16.247a.75.75 0 0 0 0-1.5H9a.75.75 0 0 0 0 1.5zm1-3.498a.75.75 0 0 0 0-1.5H8a.75.75 0 0 0 0 1.5zM14 9.25a.75.75 0 0 0 0-1.5h-4a.75.75 0 0 0 0 1.5z"/><path fill-rule="evenodd" d="M11.095 2.03a2.42 2.42 0 0 0-3.404-.158l-.826.744a.714.714 0 0 1-.987-.028C4.822 1.518 3 2.266 3 3.77v16.47c0 1.504 1.822 2.252 2.878 1.183a.714.714 0 0 1 .987-.029l.815.735a2.413 2.413 0 0 0 3.414-.182l.107-.12a1.073 1.073 0 0 1 1.598 0l.107.12a2.413 2.413 0 0 0 3.414.182l.815-.735a.714.714 0 0 1 .987.029c1.056 1.07 2.878.321 2.878-1.182V3.77c0-1.504-1.822-2.252-2.878-1.182a.714.714 0 0 1-.987.028l-.826-.744a2.42 2.42 0 0 0-3.404.158l-.108.117a1.084 1.084 0 0 1-1.594 0zm-2.4.955a.92.92 0 0 1 1.296.06l.108.118a2.584 2.584 0 0 0 3.802 0l.108-.117a.92.92 0 0 1 1.296-.06l.826.744a2.214 2.214 0 0 0 3.058-.088a.182.182 0 0 1 .311.128v16.47a.182.182 0 0 1-.311.129a2.214 2.214 0 0 0-3.058-.089l-.816.735a.913.913 0 0 1-1.291-.069l-.107-.12a2.573 2.573 0 0 0-3.834 0l-.107.12a.913.913 0 0 1-1.291.07l-.815-.736a2.214 2.214 0 0 0-3.059.088a.182.182 0 0 1-.311-.127V3.77c0-.163.197-.244.311-.128c.832.842 2.18.88 3.059.088z" clip-rule="evenodd"/></g></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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M15%2016.247a.75.75%200%200%200%200-1.5H9a.75.75%200%200%200%200%201.5zm1-3.498a.75.75%200%200%200%200-1.5H8a.75.75%200%200%200%200%201.5zM14%209.25a.75.75%200%200%200%200-1.5h-4a.75.75%200%200%200%200%201.5z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.095%202.03a2.42%202.42%200%200%200-3.404-.158l-.826.744a.714.714%200%200%201-.987-.028C4.822%201.518%203%202.266%203%203.77v16.47c0%201.504%201.822%202.252%202.878%201.183a.714.714%200%200%201%20.987-.029l.815.735a2.413%202.413%200%200%200%203.414-.182l.107-.12a1.073%201.073%200%200%201%201.598%200l.107.12a2.413%202.413%200%200%200%203.414.182l.815-.735a.714.714%200%200%201%20.987.029c1.056%201.07%202.878.321%202.878-1.182V3.77c0-1.504-1.822-2.252-2.878-1.182a.714.714%200%200%201-.987.028l-.826-.744a2.42%202.42%200%200%200-3.404.158l-.108.117a1.084%201.084%200%200%201-1.594%200zm-2.4.955a.92.92%200%200%201%201.296.06l.108.118a2.584%202.584%200%200%200%203.802%200l.108-.117a.92.92%200%200%201%201.296-.06l.826.744a2.214%202.214%200%200%200%203.058-.088a.182.182%200%200%201%20.311.128v16.47a.182.182%200%200%201-.311.129a2.214%202.214%200%200%200-3.058-.089l-.816.735a.913.913%200%200%201-1.291-.069l-.107-.12a2.573%202.573%200%200%200-3.834%200l-.107.12a.913.913%200%200%201-1.291.07l-.815-.736a2.214%202.214%200%200%200-3.059.088a.182.182%200%200%201-.311-.127V3.77c0-.163.197-.244.311-.128c.832.842%202.18.88%203.059.088z%22%20clip-rule%3D%22evenodd%22%2F%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%22currentColor%22%3E%3Cpath%20d%3D%22M15%2016.247a.75.75%200%200%200%200-1.5H9a.75.75%200%200%200%200%201.5zm1-3.498a.75.75%200%200%200%200-1.5H8a.75.75%200%200%200%200%201.5zM14%209.25a.75.75%200%200%200%200-1.5h-4a.75.75%200%200%200%200%201.5z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.095%202.03a2.42%202.42%200%200%200-3.404-.158l-.826.744a.714.714%200%200%201-.987-.028C4.822%201.518%203%202.266%203%203.77v16.47c0%201.504%201.822%202.252%202.878%201.183a.714.714%200%200%201%20.987-.029l.815.735a2.413%202.413%200%200%200%203.414-.182l.107-.12a1.073%201.073%200%200%201%201.598%200l.107.12a2.413%202.413%200%200%200%203.414.182l.815-.735a.714.714%200%200%201%20.987.029c1.056%201.07%202.878.321%202.878-1.182V3.77c0-1.504-1.822-2.252-2.878-1.182a.714.714%200%200%201-.987.028l-.826-.744a2.42%202.42%200%200%200-3.404.158l-.108.117a1.084%201.084%200%200%201-1.594%200zm-2.4.955a.92.92%200%200%201%201.296.06l.108.118a2.584%202.584%200%200%200%203.802%200l.108-.117a.92.92%200%200%201%201.296-.06l.826.744a2.214%202.214%200%200%200%203.058-.088a.182.182%200%200%201%20.311.128v16.47a.182.182%200%200%201-.311.129a2.214%202.214%200%200%200-3.058-.089l-.816.735a.913.913%200%200%201-1.291-.069l-.107-.12a2.573%202.573%200%200%200-3.834%200l-.107.12a.913.913%200%200%201-1.291.07l-.815-.736a2.214%202.214%200%200%200-3.059.088a.182.182%200%200%201-.311-.127V3.77c0-.163.197-.244.311-.128c.832.842%202.18.88%203.059.088z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/receipt.svg?color=%231a73e8&size=48