receipt icon

receipt-sharp from IonIcons by Ben Sperry · Sharp · MIT Free for personal and commercial use.

Name
receipt-sharp
Set
IonIcons
Style
Sharp
Viewbox
512×512
License
MIT

2 other variants in IonIcons

The same icon in other sets

Use the receipt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="m448 48l-32-16l-32 16l-32-16l-32 16l-32-16l-32 16l-32-16l-32 16l-48-16v256.05h224V424c0 30.93 33.07 56 64 56h12c30.93 0 52-25.07 52-56V32ZM272.5 240l-.5-32h159.5l.5 32Zm-64-80l-.5-32h223.5l.5 32Z"/><path fill="currentColor" d="M336 424V320H16v32c0 50.55 5.78 71.62 14.46 87.63C45.19 466.8 71.86 480 112 480h256s-32-20-32-56"/></svg>

React

import type { SVGProps } from "react";

export function IonReceiptSharp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="m448 48l-32-16l-32 16l-32-16l-32 16l-32-16l-32 16l-32-16l-32 16l-48-16v256.05h224V424c0 30.93 33.07 56 64 56h12c30.93 0 52-25.07 52-56V32ZM272.5 240l-.5-32h159.5l.5 32Zm-64-80l-.5-32h223.5l.5 32Z"/><path fill="currentColor" d="M336 424V320H16v32c0 50.55 5.78 71.62 14.46 87.63C45.19 466.8 71.86 480 112 480h256s-32-20-32-56"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="m448 48l-32-16l-32 16l-32-16l-32 16l-32-16l-32 16l-32-16l-32 16l-48-16v256.05h224V424c0 30.93 33.07 56 64 56h12c30.93 0 52-25.07 52-56V32ZM272.5 240l-.5-32h159.5l.5 32Zm-64-80l-.5-32h223.5l.5 32Z"/><path fill="currentColor" d="M336 424V320H16v32c0 50.55 5.78 71.62 14.46 87.63C45.19 466.8 71.86 480 112 480h256s-32-20-32-56"/></svg>
</template>

CSS

.icon-receipt-sharp {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m448%2048l-32-16l-32%2016l-32-16l-32%2016l-32-16l-32%2016l-32-16l-32%2016l-48-16v256.05h224V424c0%2030.93%2033.07%2056%2064%2056h12c30.93%200%2052-25.07%2052-56V32ZM272.5%20240l-.5-32h159.5l.5%2032Zm-64-80l-.5-32h223.5l.5%2032Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M336%20424V320H16v32c0%2050.55%205.78%2071.62%2014.46%2087.63C45.19%20466.8%2071.86%20480%20112%20480h256s-32-20-32-56%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m448%2048l-32-16l-32%2016l-32-16l-32%2016l-32-16l-32%2016l-32-16l-32%2016l-48-16v256.05h224V424c0%2030.93%2033.07%2056%2064%2056h12c30.93%200%2052-25.07%2052-56V32ZM272.5%20240l-.5-32h159.5l.5%2032Zm-64-80l-.5-32h223.5l.5%2032Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M336%20424V320H16v32c0%2050.55%205.78%2071.62%2014.46%2087.63C45.19%20466.8%2071.86%20480%20112%20480h256s-32-20-32-56%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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