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

Name
fan-clock
Set
Material Design Icons
Style
Filled
Category
Date / Time
Viewbox
24×24
License
Apache 2.0
Aliases
fan-schedule, fan-timer

More date / time icons from Material Design Icons

Use the fan clock icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 14h1.5v2.8l2.4 1.4l-.8 1.3l-3.1-1.8zm5-2.7c-.2-3.4-4-4.1-7.7-2.1q-.45-.6-1.2-.9c.2-.9.6-2 1.6-2.5C16.1 4.6 16 1 11.5 1C7.9 1 7.2 5 9.1 8.7q-.6.45-.9 1.2c-.9-.2-2-.6-2.5-1.6C4.6 5.9 1 6 1 10.5c0 3.6 4 4.3 7.7 2.4c.3.4.8.7 1.2.9c-.2.9-.6 2-1.6 2.5C5.9 17.4 6 21 10.5 21c.3 0 .5 0 .7-.1c1.3 1.9 3.4 3.1 5.8 3.1c3.9 0 7-3.1 7-7c0-2.4-1.2-4.5-3-5.7M11 10c.6 0 1 .4 1 1s-.4 1-1 1s-1-.4-1-1s.4-1 1-1m6 12c-2.8 0-5-2.2-5-5s2.2-5 5-5s5 2.2 5 5s-2.2 5-5 5"/></svg>

React

import type { SVGProps } from "react";

export function MdiFanClock(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="M16 14h1.5v2.8l2.4 1.4l-.8 1.3l-3.1-1.8zm5-2.7c-.2-3.4-4-4.1-7.7-2.1q-.45-.6-1.2-.9c.2-.9.6-2 1.6-2.5C16.1 4.6 16 1 11.5 1C7.9 1 7.2 5 9.1 8.7q-.6.45-.9 1.2c-.9-.2-2-.6-2.5-1.6C4.6 5.9 1 6 1 10.5c0 3.6 4 4.3 7.7 2.4c.3.4.8.7 1.2.9c-.2.9-.6 2-1.6 2.5C5.9 17.4 6 21 10.5 21c.3 0 .5 0 .7-.1c1.3 1.9 3.4 3.1 5.8 3.1c3.9 0 7-3.1 7-7c0-2.4-1.2-4.5-3-5.7M11 10c.6 0 1 .4 1 1s-.4 1-1 1s-1-.4-1-1s.4-1 1-1m6 12c-2.8 0-5-2.2-5-5s2.2-5 5-5s5 2.2 5 5s-2.2 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="M16 14h1.5v2.8l2.4 1.4l-.8 1.3l-3.1-1.8zm5-2.7c-.2-3.4-4-4.1-7.7-2.1q-.45-.6-1.2-.9c.2-.9.6-2 1.6-2.5C16.1 4.6 16 1 11.5 1C7.9 1 7.2 5 9.1 8.7q-.6.45-.9 1.2c-.9-.2-2-.6-2.5-1.6C4.6 5.9 1 6 1 10.5c0 3.6 4 4.3 7.7 2.4c.3.4.8.7 1.2.9c-.2.9-.6 2-1.6 2.5C5.9 17.4 6 21 10.5 21c.3 0 .5 0 .7-.1c1.3 1.9 3.4 3.1 5.8 3.1c3.9 0 7-3.1 7-7c0-2.4-1.2-4.5-3-5.7M11 10c.6 0 1 .4 1 1s-.4 1-1 1s-1-.4-1-1s.4-1 1-1m6 12c-2.8 0-5-2.2-5-5s2.2-5 5-5s5 2.2 5 5s-2.2 5-5 5"/></svg>
</template>

CSS

.icon-fan-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%22M16%2014h1.5v2.8l2.4%201.4l-.8%201.3l-3.1-1.8zm5-2.7c-.2-3.4-4-4.1-7.7-2.1q-.45-.6-1.2-.9c.2-.9.6-2%201.6-2.5C16.1%204.6%2016%201%2011.5%201C7.9%201%207.2%205%209.1%208.7q-.6.45-.9%201.2c-.9-.2-2-.6-2.5-1.6C4.6%205.9%201%206%201%2010.5c0%203.6%204%204.3%207.7%202.4c.3.4.8.7%201.2.9c-.2.9-.6%202-1.6%202.5C5.9%2017.4%206%2021%2010.5%2021c.3%200%20.5%200%20.7-.1c1.3%201.9%203.4%203.1%205.8%203.1c3.9%200%207-3.1%207-7c0-2.4-1.2-4.5-3-5.7M11%2010c.6%200%201%20.4%201%201s-.4%201-1%201s-1-.4-1-1s.4-1%201-1m6%2012c-2.8%200-5-2.2-5-5s2.2-5%205-5s5%202.2%205%205s-2.2%205-5%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%22M16%2014h1.5v2.8l2.4%201.4l-.8%201.3l-3.1-1.8zm5-2.7c-.2-3.4-4-4.1-7.7-2.1q-.45-.6-1.2-.9c.2-.9.6-2%201.6-2.5C16.1%204.6%2016%201%2011.5%201C7.9%201%207.2%205%209.1%208.7q-.6.45-.9%201.2c-.9-.2-2-.6-2.5-1.6C4.6%205.9%201%206%201%2010.5c0%203.6%204%204.3%207.7%202.4c.3.4.8.7%201.2.9c-.2.9-.6%202-1.6%202.5C5.9%2017.4%206%2021%2010.5%2021c.3%200%20.5%200%20.7-.1c1.3%201.9%203.4%203.1%205.8%203.1c3.9%200%207-3.1%207-7c0-2.4-1.2-4.5-3-5.7M11%2010c.6%200%201%20.4%201%201s-.4%201-1%201s-1-.4-1-1s.4-1%201-1m6%2012c-2.8%200-5-2.2-5-5s2.2-5%205-5s5%202.2%205%205s-2.2%205-5%205%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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