receipt icon
receipt-filled from Reicon by REICON · Filled · Notes · MIT Free for personal and commercial use.
- Name
- receipt-filled
- Set
- Reicon
- Style
- Filled
- 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"><path fill="currentColor" fill-rule="evenodd" d="M7.69 1.872a2.42 2.42 0 0 1 3.405.158l.108.117c.43.466 1.165.466 1.594 0l.108-.117a2.42 2.42 0 0 1 3.405-.158l.825.744a.714.714 0 0 0 .987-.028C19.178 1.518 21 2.266 21 3.77v16.47c0 1.504-1.822 2.252-2.878 1.183a.714.714 0 0 0-.987-.029l-.815.735a2.413 2.413 0 0 1-3.414-.182l-.107-.12a1.073 1.073 0 0 0-1.598 0l-.107.12a2.413 2.413 0 0 1-3.414.182l-.815-.735a.714.714 0 0 0-.987.029C4.822 22.493 3 21.744 3 20.24V3.77c0-1.504 1.822-2.252 2.878-1.182a.714.714 0 0 0 .987.028zM14 9.25a.75.75 0 0 0 0-1.5h-4a.75.75 0 0 0 0 1.5zm2.75 2.749a.75.75 0 0 1-.75.75H8a.75.75 0 0 1 0-1.5h8a.75.75 0 0 1 .75.75m-1 3.498a.75.75 0 0 1-.75.75H9a.75.75 0 0 1 0-1.5h6a.75.75 0 0 1 .75.75" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconReceiptFilled(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="M7.69 1.872a2.42 2.42 0 0 1 3.405.158l.108.117c.43.466 1.165.466 1.594 0l.108-.117a2.42 2.42 0 0 1 3.405-.158l.825.744a.714.714 0 0 0 .987-.028C19.178 1.518 21 2.266 21 3.77v16.47c0 1.504-1.822 2.252-2.878 1.183a.714.714 0 0 0-.987-.029l-.815.735a2.413 2.413 0 0 1-3.414-.182l-.107-.12a1.073 1.073 0 0 0-1.598 0l-.107.12a2.413 2.413 0 0 1-3.414.182l-.815-.735a.714.714 0 0 0-.987.029C4.822 22.493 3 21.744 3 20.24V3.77c0-1.504 1.822-2.252 2.878-1.182a.714.714 0 0 0 .987.028zM14 9.25a.75.75 0 0 0 0-1.5h-4a.75.75 0 0 0 0 1.5zm2.75 2.749a.75.75 0 0 1-.75.75H8a.75.75 0 0 1 0-1.5h8a.75.75 0 0 1 .75.75m-1 3.498a.75.75 0 0 1-.75.75H9a.75.75 0 0 1 0-1.5h6a.75.75 0 0 1 .75.75" 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="M7.69 1.872a2.42 2.42 0 0 1 3.405.158l.108.117c.43.466 1.165.466 1.594 0l.108-.117a2.42 2.42 0 0 1 3.405-.158l.825.744a.714.714 0 0 0 .987-.028C19.178 1.518 21 2.266 21 3.77v16.47c0 1.504-1.822 2.252-2.878 1.183a.714.714 0 0 0-.987-.029l-.815.735a2.413 2.413 0 0 1-3.414-.182l-.107-.12a1.073 1.073 0 0 0-1.598 0l-.107.12a2.413 2.413 0 0 1-3.414.182l-.815-.735a.714.714 0 0 0-.987.029C4.822 22.493 3 21.744 3 20.24V3.77c0-1.504 1.822-2.252 2.878-1.182a.714.714 0 0 0 .987.028zM14 9.25a.75.75 0 0 0 0-1.5h-4a.75.75 0 0 0 0 1.5zm2.75 2.749a.75.75 0 0 1-.75.75H8a.75.75 0 0 1 0-1.5h8a.75.75 0 0 1 .75.75m-1 3.498a.75.75 0 0 1-.75.75H9a.75.75 0 0 1 0-1.5h6a.75.75 0 0 1 .75.75" clip-rule="evenodd"/></svg> </template>
CSS
.icon-receipt-filled {
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%22M7.69%201.872a2.42%202.42%200%200%201%203.405.158l.108.117c.43.466%201.165.466%201.594%200l.108-.117a2.42%202.42%200%200%201%203.405-.158l.825.744a.714.714%200%200%200%20.987-.028C19.178%201.518%2021%202.266%2021%203.77v16.47c0%201.504-1.822%202.252-2.878%201.183a.714.714%200%200%200-.987-.029l-.815.735a2.413%202.413%200%200%201-3.414-.182l-.107-.12a1.073%201.073%200%200%200-1.598%200l-.107.12a2.413%202.413%200%200%201-3.414.182l-.815-.735a.714.714%200%200%200-.987.029C4.822%2022.493%203%2021.744%203%2020.24V3.77c0-1.504%201.822-2.252%202.878-1.182a.714.714%200%200%200%20.987.028zM14%209.25a.75.75%200%200%200%200-1.5h-4a.75.75%200%200%200%200%201.5zm2.75%202.749a.75.75%200%200%201-.75.75H8a.75.75%200%200%201%200-1.5h8a.75.75%200%200%201%20.75.75m-1%203.498a.75.75%200%200%201-.75.75H9a.75.75%200%200%201%200-1.5h6a.75.75%200%200%201%20.75.75%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%22M7.69%201.872a2.42%202.42%200%200%201%203.405.158l.108.117c.43.466%201.165.466%201.594%200l.108-.117a2.42%202.42%200%200%201%203.405-.158l.825.744a.714.714%200%200%200%20.987-.028C19.178%201.518%2021%202.266%2021%203.77v16.47c0%201.504-1.822%202.252-2.878%201.183a.714.714%200%200%200-.987-.029l-.815.735a2.413%202.413%200%200%201-3.414-.182l-.107-.12a1.073%201.073%200%200%200-1.598%200l-.107.12a2.413%202.413%200%200%201-3.414.182l-.815-.735a.714.714%200%200%200-.987.029C4.822%2022.493%203%2021.744%203%2020.24V3.77c0-1.504%201.822-2.252%202.878-1.182a.714.714%200%200%200%20.987.028zM14%209.25a.75.75%200%200%200%200-1.5h-4a.75.75%200%200%200%200%201.5zm2.75%202.749a.75.75%200%200%201-.75.75H8a.75.75%200%200%201%200-1.5h8a.75.75%200%200%201%20.75.75m-1%203.498a.75.75%200%200%201-.75.75H9a.75.75%200%200%201%200-1.5h6a.75.75%200%200%201%20.75.75%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/reicon/receipt-filled.svg?color=%231a73e8&size=48