receipt4 icon

receipt4-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
receipt4-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the receipt4 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.5 3.67c0-.01 0-.02-.02-.03c-.22-.28-.51-.43-.85-.43c-.53 0-1.17.35-1.86 1.09c-.82.88-2.08.81-2.8-.15l-1.01-1.34c-.4-.54-.93-.81-1.46-.81s-1.06.27-1.46.81L9.02 4.16c-.71.95-1.96 1.02-2.78.15l-.01-.01C5.1 3.09 4.09 2.91 3.52 3.64c-.02.01-.02.02-.02.03c-.36.77-.5 1.85-.5 3.37v9.92c0 1.52.14 2.6.5 3.37c0 .01.01.03.02.04c.58.72 1.58.54 2.71-.67l.01-.01c.82-.87 2.07-.8 2.78.15l1.02 1.35c.4.54.93.81 1.46.81s1.06-.27 1.46-.81l1.01-1.34c.72-.96 1.98-1.03 2.8-.15c.69.74 1.33 1.09 1.86 1.09c.34 0 .63-.14.85-.42c.01-.01.02-.03.02-.04c.36-.77.5-1.85.5-3.37V7.04c0-1.52-.14-2.6-.5-3.37M14 14.5H8c-.41 0-.75-.34-.75-.75S7.59 13 8 13h6c.41 0 .75.34.75.75s-.34.75-.75.75m2-3.5H8c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h8c.41 0 .75.34.75.75s-.34.75-.75.75"/></svg>

React

import type { SVGProps } from "react";

export function ReiconReceipt4Filled(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" d="M19.5 3.67c0-.01 0-.02-.02-.03c-.22-.28-.51-.43-.85-.43c-.53 0-1.17.35-1.86 1.09c-.82.88-2.08.81-2.8-.15l-1.01-1.34c-.4-.54-.93-.81-1.46-.81s-1.06.27-1.46.81L9.02 4.16c-.71.95-1.96 1.02-2.78.15l-.01-.01C5.1 3.09 4.09 2.91 3.52 3.64c-.02.01-.02.02-.02.03c-.36.77-.5 1.85-.5 3.37v9.92c0 1.52.14 2.6.5 3.37c0 .01.01.03.02.04c.58.72 1.58.54 2.71-.67l.01-.01c.82-.87 2.07-.8 2.78.15l1.02 1.35c.4.54.93.81 1.46.81s1.06-.27 1.46-.81l1.01-1.34c.72-.96 1.98-1.03 2.8-.15c.69.74 1.33 1.09 1.86 1.09c.34 0 .63-.14.85-.42c.01-.01.02-.03.02-.04c.36-.77.5-1.85.5-3.37V7.04c0-1.52-.14-2.6-.5-3.37M14 14.5H8c-.41 0-.75-.34-.75-.75S7.59 13 8 13h6c.41 0 .75.34.75.75s-.34.75-.75.75m2-3.5H8c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h8c.41 0 .75.34.75.75s-.34.75-.75.75"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.5 3.67c0-.01 0-.02-.02-.03c-.22-.28-.51-.43-.85-.43c-.53 0-1.17.35-1.86 1.09c-.82.88-2.08.81-2.8-.15l-1.01-1.34c-.4-.54-.93-.81-1.46-.81s-1.06.27-1.46.81L9.02 4.16c-.71.95-1.96 1.02-2.78.15l-.01-.01C5.1 3.09 4.09 2.91 3.52 3.64c-.02.01-.02.02-.02.03c-.36.77-.5 1.85-.5 3.37v9.92c0 1.52.14 2.6.5 3.37c0 .01.01.03.02.04c.58.72 1.58.54 2.71-.67l.01-.01c.82-.87 2.07-.8 2.78.15l1.02 1.35c.4.54.93.81 1.46.81s1.06-.27 1.46-.81l1.01-1.34c.72-.96 1.98-1.03 2.8-.15c.69.74 1.33 1.09 1.86 1.09c.34 0 .63-.14.85-.42c.01-.01.02-.03.02-.04c.36-.77.5-1.85.5-3.37V7.04c0-1.52-.14-2.6-.5-3.37M14 14.5H8c-.41 0-.75-.34-.75-.75S7.59 13 8 13h6c.41 0 .75.34.75.75s-.34.75-.75.75m2-3.5H8c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h8c.41 0 .75.34.75.75s-.34.75-.75.75"/></svg>
</template>

CSS

.icon-receipt4-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%20d%3D%22M19.5%203.67c0-.01%200-.02-.02-.03c-.22-.28-.51-.43-.85-.43c-.53%200-1.17.35-1.86%201.09c-.82.88-2.08.81-2.8-.15l-1.01-1.34c-.4-.54-.93-.81-1.46-.81s-1.06.27-1.46.81L9.02%204.16c-.71.95-1.96%201.02-2.78.15l-.01-.01C5.1%203.09%204.09%202.91%203.52%203.64c-.02.01-.02.02-.02.03c-.36.77-.5%201.85-.5%203.37v9.92c0%201.52.14%202.6.5%203.37c0%20.01.01.03.02.04c.58.72%201.58.54%202.71-.67l.01-.01c.82-.87%202.07-.8%202.78.15l1.02%201.35c.4.54.93.81%201.46.81s1.06-.27%201.46-.81l1.01-1.34c.72-.96%201.98-1.03%202.8-.15c.69.74%201.33%201.09%201.86%201.09c.34%200%20.63-.14.85-.42c.01-.01.02-.03.02-.04c.36-.77.5-1.85.5-3.37V7.04c0-1.52-.14-2.6-.5-3.37M14%2014.5H8c-.41%200-.75-.34-.75-.75S7.59%2013%208%2013h6c.41%200%20.75.34.75.75s-.34.75-.75.75m2-3.5H8c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h8c.41%200%20.75.34.75.75s-.34.75-.75.75%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%20d%3D%22M19.5%203.67c0-.01%200-.02-.02-.03c-.22-.28-.51-.43-.85-.43c-.53%200-1.17.35-1.86%201.09c-.82.88-2.08.81-2.8-.15l-1.01-1.34c-.4-.54-.93-.81-1.46-.81s-1.06.27-1.46.81L9.02%204.16c-.71.95-1.96%201.02-2.78.15l-.01-.01C5.1%203.09%204.09%202.91%203.52%203.64c-.02.01-.02.02-.02.03c-.36.77-.5%201.85-.5%203.37v9.92c0%201.52.14%202.6.5%203.37c0%20.01.01.03.02.04c.58.72%201.58.54%202.71-.67l.01-.01c.82-.87%202.07-.8%202.78.15l1.02%201.35c.4.54.93.81%201.46.81s1.06-.27%201.46-.81l1.01-1.34c.72-.96%201.98-1.03%202.8-.15c.69.74%201.33%201.09%201.86%201.09c.34%200%20.63-.14.85-.42c.01-.01.02-.03.02-.04c.36-.77.5-1.85.5-3.37V7.04c0-1.52-.14-2.6-.5-3.37M14%2014.5H8c-.41%200-.75-.34-.75-.75S7.59%2013%208%2013h6c.41%200%20.75.34.75.75s-.34.75-.75.75m2-3.5H8c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h8c.41%200%20.75.34.75.75s-.34.75-.75.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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