receipt edit icon

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

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

1 other variant in Reicon

More newicons icons from Reicon

Use the receipt edit icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.78 2H8.22C4.44 2 3.5 3.01 3.5 7.04V18.3c0 2.66 1.46 3.29 3.23 1.39l.01-.01c.82-.87 2.07-.8 2.78.15l1.01 1.35c.81 1.07 2.12 1.07 2.93 0l1.01-1.35c.72-.96 1.97-1.03 2.79-.15c1.78 1.9 3.23 1.27 3.23-1.39V7.04C20.5 3.01 19.56 2 15.78 2m-.94 7.99l-.5.51h-.01l-3.03 3.03c-.13.13-.4.27-.59.29l-1.35.2c-.49.07-.83-.28-.76-.76l.19-1.36c.03-.19.16-.45.29-.59l3.04-3.03l.5-.51c.33-.33.7-.57 1.1-.57c.34 0 .71.16 1.12.57c.9.9.61 1.61 0 2.22"/></svg>

React

import type { SVGProps } from "react";

export function ReiconReceiptEditFilled(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="M15.78 2H8.22C4.44 2 3.5 3.01 3.5 7.04V18.3c0 2.66 1.46 3.29 3.23 1.39l.01-.01c.82-.87 2.07-.8 2.78.15l1.01 1.35c.81 1.07 2.12 1.07 2.93 0l1.01-1.35c.72-.96 1.97-1.03 2.79-.15c1.78 1.9 3.23 1.27 3.23-1.39V7.04C20.5 3.01 19.56 2 15.78 2m-.94 7.99l-.5.51h-.01l-3.03 3.03c-.13.13-.4.27-.59.29l-1.35.2c-.49.07-.83-.28-.76-.76l.19-1.36c.03-.19.16-.45.29-.59l3.04-3.03l.5-.51c.33-.33.7-.57 1.1-.57c.34 0 .71.16 1.12.57c.9.9.61 1.61 0 2.22"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.78 2H8.22C4.44 2 3.5 3.01 3.5 7.04V18.3c0 2.66 1.46 3.29 3.23 1.39l.01-.01c.82-.87 2.07-.8 2.78.15l1.01 1.35c.81 1.07 2.12 1.07 2.93 0l1.01-1.35c.72-.96 1.97-1.03 2.79-.15c1.78 1.9 3.23 1.27 3.23-1.39V7.04C20.5 3.01 19.56 2 15.78 2m-.94 7.99l-.5.51h-.01l-3.03 3.03c-.13.13-.4.27-.59.29l-1.35.2c-.49.07-.83-.28-.76-.76l.19-1.36c.03-.19.16-.45.29-.59l3.04-3.03l.5-.51c.33-.33.7-.57 1.1-.57c.34 0 .71.16 1.12.57c.9.9.61 1.61 0 2.22"/></svg>
</template>

CSS

.icon-receipt-edit-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%22M15.78%202H8.22C4.44%202%203.5%203.01%203.5%207.04V18.3c0%202.66%201.46%203.29%203.23%201.39l.01-.01c.82-.87%202.07-.8%202.78.15l1.01%201.35c.81%201.07%202.12%201.07%202.93%200l1.01-1.35c.72-.96%201.97-1.03%202.79-.15c1.78%201.9%203.23%201.27%203.23-1.39V7.04C20.5%203.01%2019.56%202%2015.78%202m-.94%207.99l-.5.51h-.01l-3.03%203.03c-.13.13-.4.27-.59.29l-1.35.2c-.49.07-.83-.28-.76-.76l.19-1.36c.03-.19.16-.45.29-.59l3.04-3.03l.5-.51c.33-.33.7-.57%201.1-.57c.34%200%20.71.16%201.12.57c.9.9.61%201.61%200%202.22%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%22M15.78%202H8.22C4.44%202%203.5%203.01%203.5%207.04V18.3c0%202.66%201.46%203.29%203.23%201.39l.01-.01c.82-.87%202.07-.8%202.78.15l1.01%201.35c.81%201.07%202.12%201.07%202.93%200l1.01-1.35c.72-.96%201.97-1.03%202.79-.15c1.78%201.9%203.23%201.27%203.23-1.39V7.04C20.5%203.01%2019.56%202%2015.78%202m-.94%207.99l-.5.51h-.01l-3.03%203.03c-.13.13-.4.27-.59.29l-1.35.2c-.49.07-.83-.28-.76-.76l.19-1.36c.03-.19.16-.45.29-.59l3.04-3.03l.5-.51c.33-.33.7-.57%201.1-.57c.34%200%20.71.16%201.12.57c.9.9.61%201.61%200%202.22%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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