clock-alarm-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.

Name
clock-alarm-48-filled
Set
Fluent UI System Icons
Style
48 Filled
Viewbox
48×48
License
MIT

10 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the clock alarm icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M6.5 12a5.48 5.48 0 0 0 1.49 3.765a18.1 18.1 0 0 1 7.775-7.775A5.5 5.5 0 0 0 6.5 12M12 4c2.504 0 4.74 1.15 6.207 2.952A18 18 0 0 1 24 6c2.027 0 3.975.335 5.793.952a8 8 0 1 1 11.255 11.255C41.665 20.025 42 21.973 42 24a17.93 17.93 0 0 1-4.419 11.813l4.053 4.053a1.25 1.25 0 0 1-1.768 1.768l-4.053-4.053A17.93 17.93 0 0 1 24 42a17.93 17.93 0 0 1-11.813-4.419l-4.053 4.053a1.25 1.25 0 0 1-1.768-1.768l4.053-4.053A17.93 17.93 0 0 1 6 24c0-2.027.335-3.975.952-5.793A8 8 0 0 1 12 4m20.236 3.99a18.1 18.1 0 0 1 7.774 7.775a5.5 5.5 0 0 0-7.774-7.774M24 14.25a1.25 1.25 0 1 0-2.5 0v11c0 .69.56 1.25 1.25 1.25h8a1.25 1.25 0 1 0 0-2.5H24z"/></svg>

React

import type { SVGProps } from "react";

export function FluentClockAlarm48Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M6.5 12a5.48 5.48 0 0 0 1.49 3.765a18.1 18.1 0 0 1 7.775-7.775A5.5 5.5 0 0 0 6.5 12M12 4c2.504 0 4.74 1.15 6.207 2.952A18 18 0 0 1 24 6c2.027 0 3.975.335 5.793.952a8 8 0 1 1 11.255 11.255C41.665 20.025 42 21.973 42 24a17.93 17.93 0 0 1-4.419 11.813l4.053 4.053a1.25 1.25 0 0 1-1.768 1.768l-4.053-4.053A17.93 17.93 0 0 1 24 42a17.93 17.93 0 0 1-11.813-4.419l-4.053 4.053a1.25 1.25 0 0 1-1.768-1.768l4.053-4.053A17.93 17.93 0 0 1 6 24c0-2.027.335-3.975.952-5.793A8 8 0 0 1 12 4m20.236 3.99a18.1 18.1 0 0 1 7.774 7.775a5.5 5.5 0 0 0-7.774-7.774M24 14.25a1.25 1.25 0 1 0-2.5 0v11c0 .69.56 1.25 1.25 1.25h8a1.25 1.25 0 1 0 0-2.5H24z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M6.5 12a5.48 5.48 0 0 0 1.49 3.765a18.1 18.1 0 0 1 7.775-7.775A5.5 5.5 0 0 0 6.5 12M12 4c2.504 0 4.74 1.15 6.207 2.952A18 18 0 0 1 24 6c2.027 0 3.975.335 5.793.952a8 8 0 1 1 11.255 11.255C41.665 20.025 42 21.973 42 24a17.93 17.93 0 0 1-4.419 11.813l4.053 4.053a1.25 1.25 0 0 1-1.768 1.768l-4.053-4.053A17.93 17.93 0 0 1 24 42a17.93 17.93 0 0 1-11.813-4.419l-4.053 4.053a1.25 1.25 0 0 1-1.768-1.768l4.053-4.053A17.93 17.93 0 0 1 6 24c0-2.027.335-3.975.952-5.793A8 8 0 0 1 12 4m20.236 3.99a18.1 18.1 0 0 1 7.774 7.775a5.5 5.5 0 0 0-7.774-7.774M24 14.25a1.25 1.25 0 1 0-2.5 0v11c0 .69.56 1.25 1.25 1.25h8a1.25 1.25 0 1 0 0-2.5H24z"/></svg>
</template>

CSS

.icon-clock-alarm-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.5%2012a5.48%205.48%200%200%200%201.49%203.765a18.1%2018.1%200%200%201%207.775-7.775A5.5%205.5%200%200%200%206.5%2012M12%204c2.504%200%204.74%201.15%206.207%202.952A18%2018%200%200%201%2024%206c2.027%200%203.975.335%205.793.952a8%208%200%201%201%2011.255%2011.255C41.665%2020.025%2042%2021.973%2042%2024a17.93%2017.93%200%200%201-4.419%2011.813l4.053%204.053a1.25%201.25%200%200%201-1.768%201.768l-4.053-4.053A17.93%2017.93%200%200%201%2024%2042a17.93%2017.93%200%200%201-11.813-4.419l-4.053%204.053a1.25%201.25%200%200%201-1.768-1.768l4.053-4.053A17.93%2017.93%200%200%201%206%2024c0-2.027.335-3.975.952-5.793A8%208%200%200%201%2012%204m20.236%203.99a18.1%2018.1%200%200%201%207.774%207.775a5.5%205.5%200%200%200-7.774-7.774M24%2014.25a1.25%201.25%200%201%200-2.5%200v11c0%20.69.56%201.25%201.25%201.25h8a1.25%201.25%200%201%200%200-2.5H24z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.5%2012a5.48%205.48%200%200%200%201.49%203.765a18.1%2018.1%200%200%201%207.775-7.775A5.5%205.5%200%200%200%206.5%2012M12%204c2.504%200%204.74%201.15%206.207%202.952A18%2018%200%200%201%2024%206c2.027%200%203.975.335%205.793.952a8%208%200%201%201%2011.255%2011.255C41.665%2020.025%2042%2021.973%2042%2024a17.93%2017.93%200%200%201-4.419%2011.813l4.053%204.053a1.25%201.25%200%200%201-1.768%201.768l-4.053-4.053A17.93%2017.93%200%200%201%2024%2042a17.93%2017.93%200%200%201-11.813-4.419l-4.053%204.053a1.25%201.25%200%200%201-1.768-1.768l4.053-4.053A17.93%2017.93%200%200%201%206%2024c0-2.027.335-3.975.952-5.793A8%208%200%200%201%2012%204m20.236%203.99a18.1%2018.1%200%200%201%207.774%207.775a5.5%205.5%200%200%200-7.774-7.774M24%2014.25a1.25%201.25%200%201%200-2.5%200v11c0%20.69.56%201.25%201.25%201.25h8a1.25%201.25%200%201%200%200-2.5H24z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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