cookie clock icon
cookie-clock from Material Design Icons by Pictogrammers · Filled · Date / Time · Apache-2.0 Free for personal and commercial use.
- Name
- cookie-clock
- Set
- Material Design Icons
- Style
- Filled
- Category
- Date / Time
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- biscuit-clock
1 other variant in Material Design Icons
More date / time icons from Material Design Icons
airplane-clockalarmalarm-checkalarm-multiplealarm-offalarm-plusalarm-snoozearchive-clockav-timerbed-clockbook-clockbriefcase-clockbus-clockcalendarcalendar-arrow-leftcalendar-arrow-rightcalendar-badgecalendar-blankcalendar-blank-multiplecalendar-checkcalendar-clockcalendar-collapse-horizontalcalendar-cursorcalendar-edit
Use the cookie clock icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.97 10.24c-.02-.24-.06-.5-.1-.74C19.6 9 19 9 19 9h-2V8c0-1-1-1-1-1h-2V6c0-1-1-1-1-1h-1V3c0-1-1-1-1-1a9 9 0 0 0-9 9c0 4.71 3.62 8.57 8.23 8.96A7 7 0 0 0 16 23c3.87 0 7-3.13 7-7c0-2.39-1.2-4.5-3.03-5.76m-8.33.29c-.77.62-1.41 1.39-1.86 2.28c-.46-.26-.78-.75-.78-1.31c0-.83.67-1.5 1.5-1.5c.46 0 .86.21 1.14.53M5.5 12c-.83 0-1.5-.67-1.5-1.5S4.67 9 5.5 9S7 9.67 7 10.5S6.33 12 5.5 12M7 6.5C7 5.67 7.67 5 8.5 5s1.5.67 1.5 1.5S9.33 8 8.5 8S7 7.33 7 6.5m1.5 10c0-.46.21-.86.53-1.14c-.03.21-.03.43-.03.64c0 .62.09 1.22.24 1.79c-.44-.29-.74-.74-.74-1.29M16 21c-2.76 0-5-2.24-5-5s2.24-5 5-5s5 2.24 5 5s-2.24 5-5 5m.5-4.75l2.86 1.69l-.75 1.22L15 17v-5h1.5z"/></svg>
React
import type { SVGProps } from "react";
export function MdiCookieClock(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="M19.97 10.24c-.02-.24-.06-.5-.1-.74C19.6 9 19 9 19 9h-2V8c0-1-1-1-1-1h-2V6c0-1-1-1-1-1h-1V3c0-1-1-1-1-1a9 9 0 0 0-9 9c0 4.71 3.62 8.57 8.23 8.96A7 7 0 0 0 16 23c3.87 0 7-3.13 7-7c0-2.39-1.2-4.5-3.03-5.76m-8.33.29c-.77.62-1.41 1.39-1.86 2.28c-.46-.26-.78-.75-.78-1.31c0-.83.67-1.5 1.5-1.5c.46 0 .86.21 1.14.53M5.5 12c-.83 0-1.5-.67-1.5-1.5S4.67 9 5.5 9S7 9.67 7 10.5S6.33 12 5.5 12M7 6.5C7 5.67 7.67 5 8.5 5s1.5.67 1.5 1.5S9.33 8 8.5 8S7 7.33 7 6.5m1.5 10c0-.46.21-.86.53-1.14c-.03.21-.03.43-.03.64c0 .62.09 1.22.24 1.79c-.44-.29-.74-.74-.74-1.29M16 21c-2.76 0-5-2.24-5-5s2.24-5 5-5s5 2.24 5 5s-2.24 5-5 5m.5-4.75l2.86 1.69l-.75 1.22L15 17v-5h1.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.97 10.24c-.02-.24-.06-.5-.1-.74C19.6 9 19 9 19 9h-2V8c0-1-1-1-1-1h-2V6c0-1-1-1-1-1h-1V3c0-1-1-1-1-1a9 9 0 0 0-9 9c0 4.71 3.62 8.57 8.23 8.96A7 7 0 0 0 16 23c3.87 0 7-3.13 7-7c0-2.39-1.2-4.5-3.03-5.76m-8.33.29c-.77.62-1.41 1.39-1.86 2.28c-.46-.26-.78-.75-.78-1.31c0-.83.67-1.5 1.5-1.5c.46 0 .86.21 1.14.53M5.5 12c-.83 0-1.5-.67-1.5-1.5S4.67 9 5.5 9S7 9.67 7 10.5S6.33 12 5.5 12M7 6.5C7 5.67 7.67 5 8.5 5s1.5.67 1.5 1.5S9.33 8 8.5 8S7 7.33 7 6.5m1.5 10c0-.46.21-.86.53-1.14c-.03.21-.03.43-.03.64c0 .62.09 1.22.24 1.79c-.44-.29-.74-.74-.74-1.29M16 21c-2.76 0-5-2.24-5-5s2.24-5 5-5s5 2.24 5 5s-2.24 5-5 5m.5-4.75l2.86 1.69l-.75 1.22L15 17v-5h1.5z"/></svg> </template>
CSS
.icon-cookie-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%22M19.97%2010.24c-.02-.24-.06-.5-.1-.74C19.6%209%2019%209%2019%209h-2V8c0-1-1-1-1-1h-2V6c0-1-1-1-1-1h-1V3c0-1-1-1-1-1a9%209%200%200%200-9%209c0%204.71%203.62%208.57%208.23%208.96A7%207%200%200%200%2016%2023c3.87%200%207-3.13%207-7c0-2.39-1.2-4.5-3.03-5.76m-8.33.29c-.77.62-1.41%201.39-1.86%202.28c-.46-.26-.78-.75-.78-1.31c0-.83.67-1.5%201.5-1.5c.46%200%20.86.21%201.14.53M5.5%2012c-.83%200-1.5-.67-1.5-1.5S4.67%209%205.5%209S7%209.67%207%2010.5S6.33%2012%205.5%2012M7%206.5C7%205.67%207.67%205%208.5%205s1.5.67%201.5%201.5S9.33%208%208.5%208S7%207.33%207%206.5m1.5%2010c0-.46.21-.86.53-1.14c-.03.21-.03.43-.03.64c0%20.62.09%201.22.24%201.79c-.44-.29-.74-.74-.74-1.29M16%2021c-2.76%200-5-2.24-5-5s2.24-5%205-5s5%202.24%205%205s-2.24%205-5%205m.5-4.75l2.86%201.69l-.75%201.22L15%2017v-5h1.5z%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%22M19.97%2010.24c-.02-.24-.06-.5-.1-.74C19.6%209%2019%209%2019%209h-2V8c0-1-1-1-1-1h-2V6c0-1-1-1-1-1h-1V3c0-1-1-1-1-1a9%209%200%200%200-9%209c0%204.71%203.62%208.57%208.23%208.96A7%207%200%200%200%2016%2023c3.87%200%207-3.13%207-7c0-2.39-1.2-4.5-3.03-5.76m-8.33.29c-.77.62-1.41%201.39-1.86%202.28c-.46-.26-.78-.75-.78-1.31c0-.83.67-1.5%201.5-1.5c.46%200%20.86.21%201.14.53M5.5%2012c-.83%200-1.5-.67-1.5-1.5S4.67%209%205.5%209S7%209.67%207%2010.5S6.33%2012%205.5%2012M7%206.5C7%205.67%207.67%205%208.5%205s1.5.67%201.5%201.5S9.33%208%208.5%208S7%207.33%207%206.5m1.5%2010c0-.46.21-.86.53-1.14c-.03.21-.03.43-.03.64c0%20.62.09%201.22.24%201.79c-.44-.29-.74-.74-.74-1.29M16%2021c-2.76%200-5-2.24-5-5s2.24-5%205-5s5%202.24%205%205s-2.24%205-5%205m.5-4.75l2.86%201.69l-.75%201.22L15%2017v-5h1.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/cookie-clock.svg?color=%231a73e8&size=48