invoice clock icon
invoice-clock-outline from Material Design Icons by Pictogrammers · Outline · Banking · Apache-2.0 Free for personal and commercial use.
- Name
- invoice-clock-outline
- Set
- Material Design Icons
- Style
- Outline
- Category
- Banking
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- invoice-scheduled-outline
1 other variant in Material Design Icons
More banking icons from Material Design Icons
Use the invoice 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.13 4.07L9 22l-3-2l-3 2V3h18v8.1c1.24 1.26 2 2.99 2 4.9c0 3.87-3.13 7-7 7a6.95 6.95 0 0 1-5.13-2.24m-1.14-1.65C9.26 18.17 9 17.12 9 16c0-3.87 3.13-7 7-7c1.07 0 2.09.24 3 .67V5H5v13.26l1-.66l3 2zM16 21c2.76 0 5-2.24 5-5s-2.24-5-5-5s-5 2.24-5 5s2.24 5 5 5"/></svg>
React
import type { SVGProps } from "react";
export function MdiInvoiceClockOutline(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.13 4.07L9 22l-3-2l-3 2V3h18v8.1c1.24 1.26 2 2.99 2 4.9c0 3.87-3.13 7-7 7a6.95 6.95 0 0 1-5.13-2.24m-1.14-1.65C9.26 18.17 9 17.12 9 16c0-3.87 3.13-7 7-7c1.07 0 2.09.24 3 .67V5H5v13.26l1-.66l3 2zM16 21c2.76 0 5-2.24 5-5s-2.24-5-5-5s-5 2.24-5 5s2.24 5 5 5"/></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.13 4.07L9 22l-3-2l-3 2V3h18v8.1c1.24 1.26 2 2.99 2 4.9c0 3.87-3.13 7-7 7a6.95 6.95 0 0 1-5.13-2.24m-1.14-1.65C9.26 18.17 9 17.12 9 16c0-3.87 3.13-7 7-7c1.07 0 2.09.24 3 .67V5H5v13.26l1-.66l3 2zM16 21c2.76 0 5-2.24 5-5s-2.24-5-5-5s-5 2.24-5 5s2.24 5 5 5"/></svg> </template>
CSS
.icon-invoice-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.13%204.07L9%2022l-3-2l-3%202V3h18v8.1c1.24%201.26%202%202.99%202%204.9c0%203.87-3.13%207-7%207a6.95%206.95%200%200%201-5.13-2.24m-1.14-1.65C9.26%2018.17%209%2017.12%209%2016c0-3.87%203.13-7%207-7c1.07%200%202.09.24%203%20.67V5H5v13.26l1-.66l3%202zM16%2021c2.76%200%205-2.24%205-5s-2.24-5-5-5s-5%202.24-5%205s2.24%205%205%205%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.13%204.07L9%2022l-3-2l-3%202V3h18v8.1c1.24%201.26%202%202.99%202%204.9c0%203.87-3.13%207-7%207a6.95%206.95%200%200%201-5.13-2.24m-1.14-1.65C9.26%2018.17%209%2017.12%209%2016c0-3.87%203.13-7%207-7c1.07%200%202.09.24%203%20.67V5H5v13.26l1-.66l3%202zM16%2021c2.76%200%205-2.24%205-5s-2.24-5-5-5s-5%202.24-5%205s2.24%205%205%205%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/invoice-clock-outline.svg?color=%231a73e8&size=48