invoice-edit-outline from Material Design Icons by Pictogrammers · Outline · Banking · Apache-2.0 Free for personal and commercial use.

Name
invoice-edit-outline
Set
Material Design Icons
Style
Outline
Category
Banking
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Design Icons

More banking icons from Material Design Icons

Use the invoice edit icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.86 21.43L9 22l-3-2l-3 2V3h18v7.2c-.63-.27-1.36-.27-2 .02V5H5v13.26l1-.66l3 2l.86-.6zm2-1.47L18 13.83l2.03 2.04L13.9 22h-2.04zm8.87-4.79l.98-.98c.2-.19.2-.52 0-.72l-1.32-1.32a.24.24 0 0 0-.08-.06a.5.5 0 0 0-.62.04l-.02.02l-.98.98z"/></svg>

React

import type { SVGProps } from "react";

export function MdiInvoiceEditOutline(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="M9.86 21.43L9 22l-3-2l-3 2V3h18v7.2c-.63-.27-1.36-.27-2 .02V5H5v13.26l1-.66l3 2l.86-.6zm2-1.47L18 13.83l2.03 2.04L13.9 22h-2.04zm8.87-4.79l.98-.98c.2-.19.2-.52 0-.72l-1.32-1.32a.24.24 0 0 0-.08-.06a.5.5 0 0 0-.62.04l-.02.02l-.98.98z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.86 21.43L9 22l-3-2l-3 2V3h18v7.2c-.63-.27-1.36-.27-2 .02V5H5v13.26l1-.66l3 2l.86-.6zm2-1.47L18 13.83l2.03 2.04L13.9 22h-2.04zm8.87-4.79l.98-.98c.2-.19.2-.52 0-.72l-1.32-1.32a.24.24 0 0 0-.08-.06a.5.5 0 0 0-.62.04l-.02.02l-.98.98z"/></svg>
</template>

CSS

.icon-invoice-edit-outline {
  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%22M9.86%2021.43L9%2022l-3-2l-3%202V3h18v7.2c-.63-.27-1.36-.27-2%20.02V5H5v13.26l1-.66l3%202l.86-.6zm2-1.47L18%2013.83l2.03%202.04L13.9%2022h-2.04zm8.87-4.79l.98-.98c.2-.19.2-.52%200-.72l-1.32-1.32a.24.24%200%200%200-.08-.06a.5.5%200%200%200-.62.04l-.02.02l-.98.98z%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%22M9.86%2021.43L9%2022l-3-2l-3%202V3h18v7.2c-.63-.27-1.36-.27-2%20.02V5H5v13.26l1-.66l3%202l.86-.6zm2-1.47L18%2013.83l2.03%202.04L13.9%2022h-2.04zm8.87-4.79l.98-.98c.2-.19.2-.52%200-.72l-1.32-1.32a.24.24%200%200%200-.08-.06a.5.5%200%200%200-.62.04l-.02.02l-.98.98z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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