receipt text clock icon

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

Name
receipt-text-clock-outline
Set
Material Design Icons
Style
Outline
Category
Banking
Viewbox
24×24
License
Apache 2.0
Aliases
invoice-schedule-outline

1 other variant in Material Design Icons

More banking icons from Material Design Icons

Use the receipt text clock icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 16.69V13h1.5v2.82l2.44 1.41l-.75 1.3zm-4.42 3.73L9 22l-1.5-1.5L6 22l-1.5-1.5L3 22V2l1.5 1.5L6 2l1.5 1.5L9 2l1.5 1.5L12 2l1.5 1.5L15 2l1.5 1.5L18 2l1.5 1.5L21 2v9.1a7.001 7.001 0 0 1-9.95 9.85a5 5 0 0 1-.47-.53m-.86-1.33c-.32-.66-.54-1.36-.65-2.09H6v-2h3.07c.1-.71.31-1.38.61-2H6v-2h5.1c1.27-1.24 3-2 4.9-2H6V7h12v2h-2c1.05 0 2.07.24 3 .68V4.91H5v14.18zM20.85 16c0-2.68-2.18-4.85-4.85-4.85c-1.29 0-2.5.51-3.43 1.42c-.91.93-1.42 2.14-1.42 3.43c0 2.68 2.17 4.85 4.85 4.85c.64 0 1.27-.12 1.86-.35c.58-.26 1.14-.62 1.57-1.07c.45-.43.81-.99 1.07-1.57c.23-.59.35-1.22.35-1.86"/></svg>

React

import type { SVGProps } from "react";

export function MdiReceiptTextClockOutline(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 16.69V13h1.5v2.82l2.44 1.41l-.75 1.3zm-4.42 3.73L9 22l-1.5-1.5L6 22l-1.5-1.5L3 22V2l1.5 1.5L6 2l1.5 1.5L9 2l1.5 1.5L12 2l1.5 1.5L15 2l1.5 1.5L18 2l1.5 1.5L21 2v9.1a7.001 7.001 0 0 1-9.95 9.85a5 5 0 0 1-.47-.53m-.86-1.33c-.32-.66-.54-1.36-.65-2.09H6v-2h3.07c.1-.71.31-1.38.61-2H6v-2h5.1c1.27-1.24 3-2 4.9-2H6V7h12v2h-2c1.05 0 2.07.24 3 .68V4.91H5v14.18zM20.85 16c0-2.68-2.18-4.85-4.85-4.85c-1.29 0-2.5.51-3.43 1.42c-.91.93-1.42 2.14-1.42 3.43c0 2.68 2.17 4.85 4.85 4.85c.64 0 1.27-.12 1.86-.35c.58-.26 1.14-.62 1.57-1.07c.45-.43.81-.99 1.07-1.57c.23-.59.35-1.22.35-1.86"/></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 16.69V13h1.5v2.82l2.44 1.41l-.75 1.3zm-4.42 3.73L9 22l-1.5-1.5L6 22l-1.5-1.5L3 22V2l1.5 1.5L6 2l1.5 1.5L9 2l1.5 1.5L12 2l1.5 1.5L15 2l1.5 1.5L18 2l1.5 1.5L21 2v9.1a7.001 7.001 0 0 1-9.95 9.85a5 5 0 0 1-.47-.53m-.86-1.33c-.32-.66-.54-1.36-.65-2.09H6v-2h3.07c.1-.71.31-1.38.61-2H6v-2h5.1c1.27-1.24 3-2 4.9-2H6V7h12v2h-2c1.05 0 2.07.24 3 .68V4.91H5v14.18zM20.85 16c0-2.68-2.18-4.85-4.85-4.85c-1.29 0-2.5.51-3.43 1.42c-.91.93-1.42 2.14-1.42 3.43c0 2.68 2.17 4.85 4.85 4.85c.64 0 1.27-.12 1.86-.35c.58-.26 1.14-.62 1.57-1.07c.45-.43.81-.99 1.07-1.57c.23-.59.35-1.22.35-1.86"/></svg>
</template>

CSS

.icon-receipt-text-clock-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%22M15%2016.69V13h1.5v2.82l2.44%201.41l-.75%201.3zm-4.42%203.73L9%2022l-1.5-1.5L6%2022l-1.5-1.5L3%2022V2l1.5%201.5L6%202l1.5%201.5L9%202l1.5%201.5L12%202l1.5%201.5L15%202l1.5%201.5L18%202l1.5%201.5L21%202v9.1a7.001%207.001%200%200%201-9.95%209.85a5%205%200%200%201-.47-.53m-.86-1.33c-.32-.66-.54-1.36-.65-2.09H6v-2h3.07c.1-.71.31-1.38.61-2H6v-2h5.1c1.27-1.24%203-2%204.9-2H6V7h12v2h-2c1.05%200%202.07.24%203%20.68V4.91H5v14.18zM20.85%2016c0-2.68-2.18-4.85-4.85-4.85c-1.29%200-2.5.51-3.43%201.42c-.91.93-1.42%202.14-1.42%203.43c0%202.68%202.17%204.85%204.85%204.85c.64%200%201.27-.12%201.86-.35c.58-.26%201.14-.62%201.57-1.07c.45-.43.81-.99%201.07-1.57c.23-.59.35-1.22.35-1.86%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%2016.69V13h1.5v2.82l2.44%201.41l-.75%201.3zm-4.42%203.73L9%2022l-1.5-1.5L6%2022l-1.5-1.5L3%2022V2l1.5%201.5L6%202l1.5%201.5L9%202l1.5%201.5L12%202l1.5%201.5L15%202l1.5%201.5L18%202l1.5%201.5L21%202v9.1a7.001%207.001%200%200%201-9.95%209.85a5%205%200%200%201-.47-.53m-.86-1.33c-.32-.66-.54-1.36-.65-2.09H6v-2h3.07c.1-.71.31-1.38.61-2H6v-2h5.1c1.27-1.24%203-2%204.9-2H6V7h12v2h-2c1.05%200%202.07.24%203%20.68V4.91H5v14.18zM20.85%2016c0-2.68-2.18-4.85-4.85-4.85c-1.29%200-2.5.51-3.43%201.42c-.91.93-1.42%202.14-1.42%203.43c0%202.68%202.17%204.85%204.85%204.85c.64%200%201.27-.12%201.86-.35c.58-.26%201.14-.62%201.57-1.07c.45-.43.81-.99%201.07-1.57c.23-.59.35-1.22.35-1.86%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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