receipt add icon

receipt-add from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.

Name
receipt-add
Set
Reicon
Style
Outline
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

More newicons icons from Reicon

Use the receipt add 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 stroke-miterlimit="10" d="M22 6v2.42C22 10 21 11 19.42 11H16V4.01C16 2.9 16.91 2 18.02 2c1.09.01 2.09.45 2.81 1.17C21.55 3.9 22 4.9 22 6"/><path stroke-miterlimit="10" d="M2 7v14c0 .83.94 1.3 1.6.8l1.71-1.28c.4-.3.96-.26 1.32.1l1.66 1.67c.39.39 1.03.39 1.42 0l1.68-1.68c.35-.35.91-.39 1.3-.09l1.71 1.28c.66.49 1.6.02 1.6-.8V4c0-1.1.9-2 2-2H6C3 2 2 3.79 2 6z"/><path d="M6.25 10h5.5M9 12.75v-5.5"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconReceiptAdd(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 strokeMiterlimit="10" d="M22 6v2.42C22 10 21 11 19.42 11H16V4.01C16 2.9 16.91 2 18.02 2c1.09.01 2.09.45 2.81 1.17C21.55 3.9 22 4.9 22 6"/><path strokeMiterlimit="10" d="M2 7v14c0 .83.94 1.3 1.6.8l1.71-1.28c.4-.3.96-.26 1.32.1l1.66 1.67c.39.39 1.03.39 1.42 0l1.68-1.68c.35-.35.91-.39 1.3-.09l1.71 1.28c.66.49 1.6.02 1.6-.8V4c0-1.1.9-2 2-2H6C3 2 2 3.79 2 6z"/><path d="M6.25 10h5.5M9 12.75v-5.5"/></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 stroke-miterlimit="10" d="M22 6v2.42C22 10 21 11 19.42 11H16V4.01C16 2.9 16.91 2 18.02 2c1.09.01 2.09.45 2.81 1.17C21.55 3.9 22 4.9 22 6"/><path stroke-miterlimit="10" d="M2 7v14c0 .83.94 1.3 1.6.8l1.71-1.28c.4-.3.96-.26 1.32.1l1.66 1.67c.39.39 1.03.39 1.42 0l1.68-1.68c.35-.35.91-.39 1.3-.09l1.71 1.28c.66.49 1.6.02 1.6-.8V4c0-1.1.9-2 2-2H6C3 2 2 3.79 2 6z"/><path d="M6.25 10h5.5M9 12.75v-5.5"/></g></svg>
</template>

CSS

.icon-receipt-add {
  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%20stroke-miterlimit%3D%2210%22%20d%3D%22M22%206v2.42C22%2010%2021%2011%2019.42%2011H16V4.01C16%202.9%2016.91%202%2018.02%202c1.09.01%202.09.45%202.81%201.17C21.55%203.9%2022%204.9%2022%206%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M2%207v14c0%20.83.94%201.3%201.6.8l1.71-1.28c.4-.3.96-.26%201.32.1l1.66%201.67c.39.39%201.03.39%201.42%200l1.68-1.68c.35-.35.91-.39%201.3-.09l1.71%201.28c.66.49%201.6.02%201.6-.8V4c0-1.1.9-2%202-2H6C3%202%202%203.79%202%206z%22%2F%3E%3Cpath%20d%3D%22M6.25%2010h5.5M9%2012.75v-5.5%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%20stroke-miterlimit%3D%2210%22%20d%3D%22M22%206v2.42C22%2010%2021%2011%2019.42%2011H16V4.01C16%202.9%2016.91%202%2018.02%202c1.09.01%202.09.45%202.81%201.17C21.55%203.9%2022%204.9%2022%206%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M2%207v14c0%20.83.94%201.3%201.6.8l1.71-1.28c.4-.3.96-.26%201.32.1l1.66%201.67c.39.39%201.03.39%201.42%200l1.68-1.68c.35-.35.91-.39%201.3-.09l1.71%201.28c.66.49%201.6.02%201.6-.8V4c0-1.1.9-2%202-2H6C3%202%202%203.79%202%206z%22%2F%3E%3Cpath%20d%3D%22M6.25%2010h5.5M9%2012.75v-5.5%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-add.svg?color=%231a73e8&size=48