receipt from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
receipt
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the receipt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="m8.06 2.725l-.172.137c-.185.147-.278.22-.37.267c-.319.16-.7.139-1-.055c-.086-.056-.17-.14-.337-.306c-.4-.396-.6-.595-.751-.668a1.003 1.003 0 0 0-1.383.568c-.055.158-.055.438-.055.999v17.031c0 .257 0 .385.012.46c.114.736.974 1.09 1.58.649c.061-.045.153-.136.336-.317c.115-.114.173-.172.228-.216a1.51 1.51 0 0 1 1.778-.098c.06.038.123.089.25.19l.136.108c.23.183.346.274.461.336c.448.243.99.243 1.438 0c.115-.062.23-.153.461-.336l.07-.056c.297-.235.446-.353.599-.426a1.51 1.51 0 0 1 1.303 0c.153.073.301.19.598.426l.07.056c.23.183.346.274.461.336c.448.243.99.243 1.438 0c.115-.062.23-.153.461-.336l.136-.108c.127-.101.191-.152.25-.19a1.51 1.51 0 0 1 1.779.098c.054.044.112.101.227.216c.183.181.275.272.337.317c.605.44 1.466.087 1.58-.649c.011-.075.011-.203.011-.46V3.667c0-.561 0-.841-.055-.999a1.003 1.003 0 0 0-1.383-.568c-.15.073-.35.272-.75.668c-.168.166-.252.25-.338.306c-.3.194-.68.215-1 .055c-.092-.047-.185-.12-.37-.267l-.172-.137c-.47-.373-.706-.56-.962-.643a1.5 1.5 0 0 0-.94 0c-.256.084-.491.27-.962.643l-.068.054c-.357.284-.536.425-.734.48a1 1 0 0 1-.532 0c-.198-.055-.377-.196-.734-.48l-.068-.054c-.47-.373-.706-.56-.962-.643a1.5 1.5 0 0 0-.94 0c-.256.084-.491.27-.962.643"/><path d="M11.992 8.5h1.5a1.5 1.5 0 0 1 1.5 1.5m-3-1.5h-1.5a1.5 1.5 0 0 0-1.5 1.5v.5a1.5 1.5 0 0 0 1.5 1.5h3a1.5 1.5 0 0 1 1.5 1.5v.5a1.5 1.5 0 0 1-1.5 1.5h-1.5m0-7V7m0 8.5h-1.5a1.5 1.5 0 0 1-1.5-1.5m3 1.5V17"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsReceipt(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="m8.06 2.725l-.172.137c-.185.147-.278.22-.37.267c-.319.16-.7.139-1-.055c-.086-.056-.17-.14-.337-.306c-.4-.396-.6-.595-.751-.668a1.003 1.003 0 0 0-1.383.568c-.055.158-.055.438-.055.999v17.031c0 .257 0 .385.012.46c.114.736.974 1.09 1.58.649c.061-.045.153-.136.336-.317c.115-.114.173-.172.228-.216a1.51 1.51 0 0 1 1.778-.098c.06.038.123.089.25.19l.136.108c.23.183.346.274.461.336c.448.243.99.243 1.438 0c.115-.062.23-.153.461-.336l.07-.056c.297-.235.446-.353.599-.426a1.51 1.51 0 0 1 1.303 0c.153.073.301.19.598.426l.07.056c.23.183.346.274.461.336c.448.243.99.243 1.438 0c.115-.062.23-.153.461-.336l.136-.108c.127-.101.191-.152.25-.19a1.51 1.51 0 0 1 1.779.098c.054.044.112.101.227.216c.183.181.275.272.337.317c.605.44 1.466.087 1.58-.649c.011-.075.011-.203.011-.46V3.667c0-.561 0-.841-.055-.999a1.003 1.003 0 0 0-1.383-.568c-.15.073-.35.272-.75.668c-.168.166-.252.25-.338.306c-.3.194-.68.215-1 .055c-.092-.047-.185-.12-.37-.267l-.172-.137c-.47-.373-.706-.56-.962-.643a1.5 1.5 0 0 0-.94 0c-.256.084-.491.27-.962.643l-.068.054c-.357.284-.536.425-.734.48a1 1 0 0 1-.532 0c-.198-.055-.377-.196-.734-.48l-.068-.054c-.47-.373-.706-.56-.962-.643a1.5 1.5 0 0 0-.94 0c-.256.084-.491.27-.962.643"/><path d="M11.992 8.5h1.5a1.5 1.5 0 0 1 1.5 1.5m-3-1.5h-1.5a1.5 1.5 0 0 0-1.5 1.5v.5a1.5 1.5 0 0 0 1.5 1.5h3a1.5 1.5 0 0 1 1.5 1.5v.5a1.5 1.5 0 0 1-1.5 1.5h-1.5m0-7V7m0 8.5h-1.5a1.5 1.5 0 0 1-1.5-1.5m3 1.5V17"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="m8.06 2.725l-.172.137c-.185.147-.278.22-.37.267c-.319.16-.7.139-1-.055c-.086-.056-.17-.14-.337-.306c-.4-.396-.6-.595-.751-.668a1.003 1.003 0 0 0-1.383.568c-.055.158-.055.438-.055.999v17.031c0 .257 0 .385.012.46c.114.736.974 1.09 1.58.649c.061-.045.153-.136.336-.317c.115-.114.173-.172.228-.216a1.51 1.51 0 0 1 1.778-.098c.06.038.123.089.25.19l.136.108c.23.183.346.274.461.336c.448.243.99.243 1.438 0c.115-.062.23-.153.461-.336l.07-.056c.297-.235.446-.353.599-.426a1.51 1.51 0 0 1 1.303 0c.153.073.301.19.598.426l.07.056c.23.183.346.274.461.336c.448.243.99.243 1.438 0c.115-.062.23-.153.461-.336l.136-.108c.127-.101.191-.152.25-.19a1.51 1.51 0 0 1 1.779.098c.054.044.112.101.227.216c.183.181.275.272.337.317c.605.44 1.466.087 1.58-.649c.011-.075.011-.203.011-.46V3.667c0-.561 0-.841-.055-.999a1.003 1.003 0 0 0-1.383-.568c-.15.073-.35.272-.75.668c-.168.166-.252.25-.338.306c-.3.194-.68.215-1 .055c-.092-.047-.185-.12-.37-.267l-.172-.137c-.47-.373-.706-.56-.962-.643a1.5 1.5 0 0 0-.94 0c-.256.084-.491.27-.962.643l-.068.054c-.357.284-.536.425-.734.48a1 1 0 0 1-.532 0c-.198-.055-.377-.196-.734-.48l-.068-.054c-.47-.373-.706-.56-.962-.643a1.5 1.5 0 0 0-.94 0c-.256.084-.491.27-.962.643"/><path d="M11.992 8.5h1.5a1.5 1.5 0 0 1 1.5 1.5m-3-1.5h-1.5a1.5 1.5 0 0 0-1.5 1.5v.5a1.5 1.5 0 0 0 1.5 1.5h3a1.5 1.5 0 0 1 1.5 1.5v.5a1.5 1.5 0 0 1-1.5 1.5h-1.5m0-7V7m0 8.5h-1.5a1.5 1.5 0 0 1-1.5-1.5m3 1.5V17"/></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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m8.06%202.725l-.172.137c-.185.147-.278.22-.37.267c-.319.16-.7.139-1-.055c-.086-.056-.17-.14-.337-.306c-.4-.396-.6-.595-.751-.668a1.003%201.003%200%200%200-1.383.568c-.055.158-.055.438-.055.999v17.031c0%20.257%200%20.385.012.46c.114.736.974%201.09%201.58.649c.061-.045.153-.136.336-.317c.115-.114.173-.172.228-.216a1.51%201.51%200%200%201%201.778-.098c.06.038.123.089.25.19l.136.108c.23.183.346.274.461.336c.448.243.99.243%201.438%200c.115-.062.23-.153.461-.336l.07-.056c.297-.235.446-.353.599-.426a1.51%201.51%200%200%201%201.303%200c.153.073.301.19.598.426l.07.056c.23.183.346.274.461.336c.448.243.99.243%201.438%200c.115-.062.23-.153.461-.336l.136-.108c.127-.101.191-.152.25-.19a1.51%201.51%200%200%201%201.779.098c.054.044.112.101.227.216c.183.181.275.272.337.317c.605.44%201.466.087%201.58-.649c.011-.075.011-.203.011-.46V3.667c0-.561%200-.841-.055-.999a1.003%201.003%200%200%200-1.383-.568c-.15.073-.35.272-.75.668c-.168.166-.252.25-.338.306c-.3.194-.68.215-1%20.055c-.092-.047-.185-.12-.37-.267l-.172-.137c-.47-.373-.706-.56-.962-.643a1.5%201.5%200%200%200-.94%200c-.256.084-.491.27-.962.643l-.068.054c-.357.284-.536.425-.734.48a1%201%200%200%201-.532%200c-.198-.055-.377-.196-.734-.48l-.068-.054c-.47-.373-.706-.56-.962-.643a1.5%201.5%200%200%200-.94%200c-.256.084-.491.27-.962.643%22%2F%3E%3Cpath%20d%3D%22M11.992%208.5h1.5a1.5%201.5%200%200%201%201.5%201.5m-3-1.5h-1.5a1.5%201.5%200%200%200-1.5%201.5v.5a1.5%201.5%200%200%200%201.5%201.5h3a1.5%201.5%200%200%201%201.5%201.5v.5a1.5%201.5%200%200%201-1.5%201.5h-1.5m0-7V7m0%208.5h-1.5a1.5%201.5%200%200%201-1.5-1.5m3%201.5V17%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m8.06%202.725l-.172.137c-.185.147-.278.22-.37.267c-.319.16-.7.139-1-.055c-.086-.056-.17-.14-.337-.306c-.4-.396-.6-.595-.751-.668a1.003%201.003%200%200%200-1.383.568c-.055.158-.055.438-.055.999v17.031c0%20.257%200%20.385.012.46c.114.736.974%201.09%201.58.649c.061-.045.153-.136.336-.317c.115-.114.173-.172.228-.216a1.51%201.51%200%200%201%201.778-.098c.06.038.123.089.25.19l.136.108c.23.183.346.274.461.336c.448.243.99.243%201.438%200c.115-.062.23-.153.461-.336l.07-.056c.297-.235.446-.353.599-.426a1.51%201.51%200%200%201%201.303%200c.153.073.301.19.598.426l.07.056c.23.183.346.274.461.336c.448.243.99.243%201.438%200c.115-.062.23-.153.461-.336l.136-.108c.127-.101.191-.152.25-.19a1.51%201.51%200%200%201%201.779.098c.054.044.112.101.227.216c.183.181.275.272.337.317c.605.44%201.466.087%201.58-.649c.011-.075.011-.203.011-.46V3.667c0-.561%200-.841-.055-.999a1.003%201.003%200%200%200-1.383-.568c-.15.073-.35.272-.75.668c-.168.166-.252.25-.338.306c-.3.194-.68.215-1%20.055c-.092-.047-.185-.12-.37-.267l-.172-.137c-.47-.373-.706-.56-.962-.643a1.5%201.5%200%200%200-.94%200c-.256.084-.491.27-.962.643l-.068.054c-.357.284-.536.425-.734.48a1%201%200%200%201-.532%200c-.198-.055-.377-.196-.734-.48l-.068-.054c-.47-.373-.706-.56-.962-.643a1.5%201.5%200%200%200-.94%200c-.256.084-.491.27-.962.643%22%2F%3E%3Cpath%20d%3D%22M11.992%208.5h1.5a1.5%201.5%200%200%201%201.5%201.5m-3-1.5h-1.5a1.5%201.5%200%200%200-1.5%201.5v.5a1.5%201.5%200%200%200%201.5%201.5h3a1.5%201.5%200%200%201%201.5%201.5v.5a1.5%201.5%200%200%201-1.5%201.5h-1.5m0-7V7m0%208.5h-1.5a1.5%201.5%200%200%201-1.5-1.5m3%201.5V17%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/receipt.svg?color=%231a73e8&size=48