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

Name
calendar-clock
Set
Material Design Icons
Style
Filled
Category
Date / Time
Viewbox
24×24
License
Apache 2.0
Aliases
calendar-time, event-clock, event-time

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="M15 13h1.5v2.82l2.44 1.41l-.75 1.3L15 16.69zm4-5H5v11h4.67c-.43-.91-.67-1.93-.67-3a7 7 0 0 1 7-7c1.07 0 2.09.24 3 .67zM5 21a2 2 0 0 1-2-2V5c0-1.11.89-2 2-2h1V1h2v2h8V1h2v2h1a2 2 0 0 1 2 2v6.1c1.24 1.26 2 2.99 2 4.9a7 7 0 0 1-7 7c-1.91 0-3.64-.76-4.9-2zm11-9.85A4.85 4.85 0 0 0 11.15 16c0 2.68 2.17 4.85 4.85 4.85A4.85 4.85 0 0 0 20.85 16c0-2.68-2.17-4.85-4.85-4.85"/></svg>

React

import type { SVGProps } from "react";

export function MdiCalendarClock(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 13h1.5v2.82l2.44 1.41l-.75 1.3L15 16.69zm4-5H5v11h4.67c-.43-.91-.67-1.93-.67-3a7 7 0 0 1 7-7c1.07 0 2.09.24 3 .67zM5 21a2 2 0 0 1-2-2V5c0-1.11.89-2 2-2h1V1h2v2h8V1h2v2h1a2 2 0 0 1 2 2v6.1c1.24 1.26 2 2.99 2 4.9a7 7 0 0 1-7 7c-1.91 0-3.64-.76-4.9-2zm11-9.85A4.85 4.85 0 0 0 11.15 16c0 2.68 2.17 4.85 4.85 4.85A4.85 4.85 0 0 0 20.85 16c0-2.68-2.17-4.85-4.85-4.85"/></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 13h1.5v2.82l2.44 1.41l-.75 1.3L15 16.69zm4-5H5v11h4.67c-.43-.91-.67-1.93-.67-3a7 7 0 0 1 7-7c1.07 0 2.09.24 3 .67zM5 21a2 2 0 0 1-2-2V5c0-1.11.89-2 2-2h1V1h2v2h8V1h2v2h1a2 2 0 0 1 2 2v6.1c1.24 1.26 2 2.99 2 4.9a7 7 0 0 1-7 7c-1.91 0-3.64-.76-4.9-2zm11-9.85A4.85 4.85 0 0 0 11.15 16c0 2.68 2.17 4.85 4.85 4.85A4.85 4.85 0 0 0 20.85 16c0-2.68-2.17-4.85-4.85-4.85"/></svg>
</template>

CSS

.icon-calendar-clock {
  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%2013h1.5v2.82l2.44%201.41l-.75%201.3L15%2016.69zm4-5H5v11h4.67c-.43-.91-.67-1.93-.67-3a7%207%200%200%201%207-7c1.07%200%202.09.24%203%20.67zM5%2021a2%202%200%200%201-2-2V5c0-1.11.89-2%202-2h1V1h2v2h8V1h2v2h1a2%202%200%200%201%202%202v6.1c1.24%201.26%202%202.99%202%204.9a7%207%200%200%201-7%207c-1.91%200-3.64-.76-4.9-2zm11-9.85A4.85%204.85%200%200%200%2011.15%2016c0%202.68%202.17%204.85%204.85%204.85A4.85%204.85%200%200%200%2020.85%2016c0-2.68-2.17-4.85-4.85-4.85%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%2013h1.5v2.82l2.44%201.41l-.75%201.3L15%2016.69zm4-5H5v11h4.67c-.43-.91-.67-1.93-.67-3a7%207%200%200%201%207-7c1.07%200%202.09.24%203%20.67zM5%2021a2%202%200%200%201-2-2V5c0-1.11.89-2%202-2h1V1h2v2h8V1h2v2h1a2%202%200%200%201%202%202v6.1c1.24%201.26%202%202.99%202%204.9a7%207%200%200%201-7%207c-1.91%200-3.64-.76-4.9-2zm11-9.85A4.85%204.85%200%200%200%2011.15%2016c0%202.68%202.17%204.85%204.85%204.85A4.85%204.85%200%200%200%2020.85%2016c0-2.68-2.17-4.85-4.85-4.85%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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