invoice text edit icon

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

Name
invoice-text-edit
Set
Material Design Icons
Style
Filled
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 text 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-.9-.38-2-.2-2.76.55l-8.38 8.38zM17 7H7v2h10zm-2 4H7v2h8zm-3.14 8.96V22h2.04l6.13-6.13L18 13.83zm9.85-6.49l-1.32-1.32a.24.24 0 0 0-.08-.06a.5.5 0 0 0-.62.04l-.02.02l-.98.98l2.04 2.04l.98-.98c.2-.19.2-.52 0-.72"/></svg>

React

import type { SVGProps } from "react";

export function MdiInvoiceTextEdit(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-.9-.38-2-.2-2.76.55l-8.38 8.38zM17 7H7v2h10zm-2 4H7v2h8zm-3.14 8.96V22h2.04l6.13-6.13L18 13.83zm9.85-6.49l-1.32-1.32a.24.24 0 0 0-.08-.06a.5.5 0 0 0-.62.04l-.02.02l-.98.98l2.04 2.04l.98-.98c.2-.19.2-.52 0-.72"/></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-.9-.38-2-.2-2.76.55l-8.38 8.38zM17 7H7v2h10zm-2 4H7v2h8zm-3.14 8.96V22h2.04l6.13-6.13L18 13.83zm9.85-6.49l-1.32-1.32a.24.24 0 0 0-.08-.06a.5.5 0 0 0-.62.04l-.02.02l-.98.98l2.04 2.04l.98-.98c.2-.19.2-.52 0-.72"/></svg>
</template>

CSS

.icon-invoice-text-edit {
  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-.9-.38-2-.2-2.76.55l-8.38%208.38zM17%207H7v2h10zm-2%204H7v2h8zm-3.14%208.96V22h2.04l6.13-6.13L18%2013.83zm9.85-6.49l-1.32-1.32a.24.24%200%200%200-.08-.06a.5.5%200%200%200-.62.04l-.02.02l-.98.98l2.04%202.04l.98-.98c.2-.19.2-.52%200-.72%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-.9-.38-2-.2-2.76.55l-8.38%208.38zM17%207H7v2h10zm-2%204H7v2h8zm-3.14%208.96V22h2.04l6.13-6.13L18%2013.83zm9.85-6.49l-1.32-1.32a.24.24%200%200%200-.08-.06a.5.5%200%200%200-.62.04l-.02.02l-.98.98l2.04%202.04l.98-.98c.2-.19.2-.52%200-.72%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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