time-and-weather-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
time-and-weather-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the time and weather icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.997 18.532a1 1 0 0 1 .993.883l.007.117v1.456a1 1 0 0 1-1.993.116l-.007-.116v-1.456a1 1 0 0 1 1-1m6.036-1.932l1.03 1.03a1 1 0 0 1-1.415 1.413l-1.029-1.029a1 1 0 0 1 1.414-1.414m-10.66 0a1 1 0 0 1 0 1.414l-1.028 1.03a1 1 0 0 1-1.415-1.415l1.03-1.03a1 1 0 0 1 1.414 0M12.01 6.472a5.525 5.525 0 1 1 0 11.05a5.525 5.525 0 0 1 0-11.05M11.25 9a.75.75 0 0 0-.743.648l-.007.102v3.004l.007.102a.75.75 0 0 0 .642.641l.101.007h2l.102-.007a.75.75 0 0 0 .641-.641l.007-.102l-.007-.102a.75.75 0 0 0-.641-.641l-.102-.007H12V9.75l-.006-.102A.75.75 0 0 0 11.25 9m9.728 2.018a1 1 0 0 1 .116 1.993l-.117.007h-1.455a1 1 0 0 1-.117-1.993l.117-.007zM4.479 10.99a1 1 0 0 1 .117 1.993l-.117.007H3.023a1 1 0 0 1-.116-1.993l.116-.007zM6.25 4.874l.095.083l1.029 1.03a1 1 0 0 1-1.32 1.497L5.96 7.4L4.93 6.371a1 1 0 0 1 1.32-1.497m12.813.083a1 1 0 0 1 .083 1.32l-.083.094l-1.03 1.03a1 1 0 0 1-1.497-1.32l.083-.095l1.03-1.03a1 1 0 0 1 1.414 0M12 2.013a1 1 0 0 1 .993.883l.007.117v1.455a1 1 0 0 1-1.994.117L11 4.468V3.013a1 1 0 0 1 1-1"/></svg>

React

import type { SVGProps } from "react";

export function FluentTimeAndWeather24Filled(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="M11.997 18.532a1 1 0 0 1 .993.883l.007.117v1.456a1 1 0 0 1-1.993.116l-.007-.116v-1.456a1 1 0 0 1 1-1m6.036-1.932l1.03 1.03a1 1 0 0 1-1.415 1.413l-1.029-1.029a1 1 0 0 1 1.414-1.414m-10.66 0a1 1 0 0 1 0 1.414l-1.028 1.03a1 1 0 0 1-1.415-1.415l1.03-1.03a1 1 0 0 1 1.414 0M12.01 6.472a5.525 5.525 0 1 1 0 11.05a5.525 5.525 0 0 1 0-11.05M11.25 9a.75.75 0 0 0-.743.648l-.007.102v3.004l.007.102a.75.75 0 0 0 .642.641l.101.007h2l.102-.007a.75.75 0 0 0 .641-.641l.007-.102l-.007-.102a.75.75 0 0 0-.641-.641l-.102-.007H12V9.75l-.006-.102A.75.75 0 0 0 11.25 9m9.728 2.018a1 1 0 0 1 .116 1.993l-.117.007h-1.455a1 1 0 0 1-.117-1.993l.117-.007zM4.479 10.99a1 1 0 0 1 .117 1.993l-.117.007H3.023a1 1 0 0 1-.116-1.993l.116-.007zM6.25 4.874l.095.083l1.029 1.03a1 1 0 0 1-1.32 1.497L5.96 7.4L4.93 6.371a1 1 0 0 1 1.32-1.497m12.813.083a1 1 0 0 1 .083 1.32l-.083.094l-1.03 1.03a1 1 0 0 1-1.497-1.32l.083-.095l1.03-1.03a1 1 0 0 1 1.414 0M12 2.013a1 1 0 0 1 .993.883l.007.117v1.455a1 1 0 0 1-1.994.117L11 4.468V3.013a1 1 0 0 1 1-1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.997 18.532a1 1 0 0 1 .993.883l.007.117v1.456a1 1 0 0 1-1.993.116l-.007-.116v-1.456a1 1 0 0 1 1-1m6.036-1.932l1.03 1.03a1 1 0 0 1-1.415 1.413l-1.029-1.029a1 1 0 0 1 1.414-1.414m-10.66 0a1 1 0 0 1 0 1.414l-1.028 1.03a1 1 0 0 1-1.415-1.415l1.03-1.03a1 1 0 0 1 1.414 0M12.01 6.472a5.525 5.525 0 1 1 0 11.05a5.525 5.525 0 0 1 0-11.05M11.25 9a.75.75 0 0 0-.743.648l-.007.102v3.004l.007.102a.75.75 0 0 0 .642.641l.101.007h2l.102-.007a.75.75 0 0 0 .641-.641l.007-.102l-.007-.102a.75.75 0 0 0-.641-.641l-.102-.007H12V9.75l-.006-.102A.75.75 0 0 0 11.25 9m9.728 2.018a1 1 0 0 1 .116 1.993l-.117.007h-1.455a1 1 0 0 1-.117-1.993l.117-.007zM4.479 10.99a1 1 0 0 1 .117 1.993l-.117.007H3.023a1 1 0 0 1-.116-1.993l.116-.007zM6.25 4.874l.095.083l1.029 1.03a1 1 0 0 1-1.32 1.497L5.96 7.4L4.93 6.371a1 1 0 0 1 1.32-1.497m12.813.083a1 1 0 0 1 .083 1.32l-.083.094l-1.03 1.03a1 1 0 0 1-1.497-1.32l.083-.095l1.03-1.03a1 1 0 0 1 1.414 0M12 2.013a1 1 0 0 1 .993.883l.007.117v1.455a1 1 0 0 1-1.994.117L11 4.468V3.013a1 1 0 0 1 1-1"/></svg>
</template>

CSS

.icon-time-and-weather-24-filled {
  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%22M11.997%2018.532a1%201%200%200%201%20.993.883l.007.117v1.456a1%201%200%200%201-1.993.116l-.007-.116v-1.456a1%201%200%200%201%201-1m6.036-1.932l1.03%201.03a1%201%200%200%201-1.415%201.413l-1.029-1.029a1%201%200%200%201%201.414-1.414m-10.66%200a1%201%200%200%201%200%201.414l-1.028%201.03a1%201%200%200%201-1.415-1.415l1.03-1.03a1%201%200%200%201%201.414%200M12.01%206.472a5.525%205.525%200%201%201%200%2011.05a5.525%205.525%200%200%201%200-11.05M11.25%209a.75.75%200%200%200-.743.648l-.007.102v3.004l.007.102a.75.75%200%200%200%20.642.641l.101.007h2l.102-.007a.75.75%200%200%200%20.641-.641l.007-.102l-.007-.102a.75.75%200%200%200-.641-.641l-.102-.007H12V9.75l-.006-.102A.75.75%200%200%200%2011.25%209m9.728%202.018a1%201%200%200%201%20.116%201.993l-.117.007h-1.455a1%201%200%200%201-.117-1.993l.117-.007zM4.479%2010.99a1%201%200%200%201%20.117%201.993l-.117.007H3.023a1%201%200%200%201-.116-1.993l.116-.007zM6.25%204.874l.095.083l1.029%201.03a1%201%200%200%201-1.32%201.497L5.96%207.4L4.93%206.371a1%201%200%200%201%201.32-1.497m12.813.083a1%201%200%200%201%20.083%201.32l-.083.094l-1.03%201.03a1%201%200%200%201-1.497-1.32l.083-.095l1.03-1.03a1%201%200%200%201%201.414%200M12%202.013a1%201%200%200%201%20.993.883l.007.117v1.455a1%201%200%200%201-1.994.117L11%204.468V3.013a1%201%200%200%201%201-1%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%22M11.997%2018.532a1%201%200%200%201%20.993.883l.007.117v1.456a1%201%200%200%201-1.993.116l-.007-.116v-1.456a1%201%200%200%201%201-1m6.036-1.932l1.03%201.03a1%201%200%200%201-1.415%201.413l-1.029-1.029a1%201%200%200%201%201.414-1.414m-10.66%200a1%201%200%200%201%200%201.414l-1.028%201.03a1%201%200%200%201-1.415-1.415l1.03-1.03a1%201%200%200%201%201.414%200M12.01%206.472a5.525%205.525%200%201%201%200%2011.05a5.525%205.525%200%200%201%200-11.05M11.25%209a.75.75%200%200%200-.743.648l-.007.102v3.004l.007.102a.75.75%200%200%200%20.642.641l.101.007h2l.102-.007a.75.75%200%200%200%20.641-.641l.007-.102l-.007-.102a.75.75%200%200%200-.641-.641l-.102-.007H12V9.75l-.006-.102A.75.75%200%200%200%2011.25%209m9.728%202.018a1%201%200%200%201%20.116%201.993l-.117.007h-1.455a1%201%200%200%201-.117-1.993l.117-.007zM4.479%2010.99a1%201%200%200%201%20.117%201.993l-.117.007H3.023a1%201%200%200%201-.116-1.993l.116-.007zM6.25%204.874l.095.083l1.029%201.03a1%201%200%200%201-1.32%201.497L5.96%207.4L4.93%206.371a1%201%200%200%201%201.32-1.497m12.813.083a1%201%200%200%201%20.083%201.32l-.083.094l-1.03%201.03a1%201%200%200%201-1.497-1.32l.083-.095l1.03-1.03a1%201%200%200%201%201.414%200M12%202.013a1%201%200%200%201%20.993.883l.007.117v1.455a1%201%200%200%201-1.994.117L11%204.468V3.013a1%201%200%200%201%201-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/time-and-weather-24-filled.svg?color=%231a73e8&size=48