calendar-clock-outline from Material Design Icons by Pictogrammers · Outline · Date / Time · Apache-2.0 Free for personal and commercial use.

Name
calendar-clock-outline
Set
Material Design Icons
Style
Outline
Category
Date / Time
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Design Icons

The same icon in other sets

More date / time icons from Material Design Icons

Use the calendar clock icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 1v2H5c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h6.1c1.26 1.24 2.99 2 4.9 2c3.87 0 7-3.13 7-7c0-1.91-.76-3.64-2-4.9V5a2 2 0 0 0-2-2h-1V1h-2v2H8V1M5 5h14v2H5m0 2h14v.67c-.91-.43-1.93-.67-3-.67c-3.87 0-7 3.13-7 7c0 1.07.24 2.09.67 3H5m11-7.85c2.68 0 4.85 2.17 4.85 4.85s-2.17 4.85-4.85 4.85s-4.85-2.17-4.85-4.85s2.17-4.85 4.85-4.85M15 13v3.69l3.19 1.84l.75-1.3l-2.44-1.41V13Z"/></svg>

React

import type { SVGProps } from "react";

export function MdiCalendarClockOutline(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="M6 1v2H5c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h6.1c1.26 1.24 2.99 2 4.9 2c3.87 0 7-3.13 7-7c0-1.91-.76-3.64-2-4.9V5a2 2 0 0 0-2-2h-1V1h-2v2H8V1M5 5h14v2H5m0 2h14v.67c-.91-.43-1.93-.67-3-.67c-3.87 0-7 3.13-7 7c0 1.07.24 2.09.67 3H5m11-7.85c2.68 0 4.85 2.17 4.85 4.85s-2.17 4.85-4.85 4.85s-4.85-2.17-4.85-4.85s2.17-4.85 4.85-4.85M15 13v3.69l3.19 1.84l.75-1.3l-2.44-1.41V13Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 1v2H5c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h6.1c1.26 1.24 2.99 2 4.9 2c3.87 0 7-3.13 7-7c0-1.91-.76-3.64-2-4.9V5a2 2 0 0 0-2-2h-1V1h-2v2H8V1M5 5h14v2H5m0 2h14v.67c-.91-.43-1.93-.67-3-.67c-3.87 0-7 3.13-7 7c0 1.07.24 2.09.67 3H5m11-7.85c2.68 0 4.85 2.17 4.85 4.85s-2.17 4.85-4.85 4.85s-4.85-2.17-4.85-4.85s2.17-4.85 4.85-4.85M15 13v3.69l3.19 1.84l.75-1.3l-2.44-1.41V13Z"/></svg>
</template>

CSS

.icon-calendar-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%22M6%201v2H5c-1.11%200-2%20.89-2%202v14a2%202%200%200%200%202%202h6.1c1.26%201.24%202.99%202%204.9%202c3.87%200%207-3.13%207-7c0-1.91-.76-3.64-2-4.9V5a2%202%200%200%200-2-2h-1V1h-2v2H8V1M5%205h14v2H5m0%202h14v.67c-.91-.43-1.93-.67-3-.67c-3.87%200-7%203.13-7%207c0%201.07.24%202.09.67%203H5m11-7.85c2.68%200%204.85%202.17%204.85%204.85s-2.17%204.85-4.85%204.85s-4.85-2.17-4.85-4.85s2.17-4.85%204.85-4.85M15%2013v3.69l3.19%201.84l.75-1.3l-2.44-1.41V13Z%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%22M6%201v2H5c-1.11%200-2%20.89-2%202v14a2%202%200%200%200%202%202h6.1c1.26%201.24%202.99%202%204.9%202c3.87%200%207-3.13%207-7c0-1.91-.76-3.64-2-4.9V5a2%202%200%200%200-2-2h-1V1h-2v2H8V1M5%205h14v2H5m0%202h14v.67c-.91-.43-1.93-.67-3-.67c-3.87%200-7%203.13-7%207c0%201.07.24%202.09.67%203H5m11-7.85c2.68%200%204.85%202.17%204.85%204.85s-2.17%204.85-4.85%204.85s-4.85-2.17-4.85-4.85s2.17-4.85%204.85-4.85M15%2013v3.69l3.19%201.84l.75-1.3l-2.44-1.41V13Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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