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

Name
clock-alarm-48-regular
Set
Fluent UI System Icons
Style
48 Regular
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="M12 6.5a5.48 5.48 0 0 1 3.765 1.49a18.1 18.1 0 0 0-7.775 7.775A5.5 5.5 0 0 1 12 6.5M4 12c0 2.504 1.15 4.74 2.952 6.207A18 18 0 0 0 6 24a17.93 17.93 0 0 0 4.419 11.813l-4.053 4.053a1.25 1.25 0 0 0 1.768 1.768l4.053-4.053A17.93 17.93 0 0 0 24 42a17.93 17.93 0 0 0 11.813-4.419l4.053 4.053a1.25 1.25 0 0 0 1.768-1.768l-4.053-4.053A17.93 17.93 0 0 0 42 24c0-2.027-.335-3.975-.953-5.793A8 8 0 1 0 29.794 6.953A18 18 0 0 0 24 6c-2.027 0-3.975.335-5.793.952A8 8 0 0 0 4 12m37.5 0c0 1.456-.566 2.78-1.49 3.765a18.1 18.1 0 0 0-7.774-7.775A5.5 5.5 0 0 1 41.5 12M24 8.5c8.56 0 15.5 6.94 15.5 15.5S32.56 39.5 24 39.5S8.5 32.56 8.5 24S15.44 8.5 24 8.5m0 5.75a1.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 FluentClockAlarm48Regular(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="M12 6.5a5.48 5.48 0 0 1 3.765 1.49a18.1 18.1 0 0 0-7.775 7.775A5.5 5.5 0 0 1 12 6.5M4 12c0 2.504 1.15 4.74 2.952 6.207A18 18 0 0 0 6 24a17.93 17.93 0 0 0 4.419 11.813l-4.053 4.053a1.25 1.25 0 0 0 1.768 1.768l4.053-4.053A17.93 17.93 0 0 0 24 42a17.93 17.93 0 0 0 11.813-4.419l4.053 4.053a1.25 1.25 0 0 0 1.768-1.768l-4.053-4.053A17.93 17.93 0 0 0 42 24c0-2.027-.335-3.975-.953-5.793A8 8 0 1 0 29.794 6.953A18 18 0 0 0 24 6c-2.027 0-3.975.335-5.793.952A8 8 0 0 0 4 12m37.5 0c0 1.456-.566 2.78-1.49 3.765a18.1 18.1 0 0 0-7.774-7.775A5.5 5.5 0 0 1 41.5 12M24 8.5c8.56 0 15.5 6.94 15.5 15.5S32.56 39.5 24 39.5S8.5 32.56 8.5 24S15.44 8.5 24 8.5m0 5.75a1.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="M12 6.5a5.48 5.48 0 0 1 3.765 1.49a18.1 18.1 0 0 0-7.775 7.775A5.5 5.5 0 0 1 12 6.5M4 12c0 2.504 1.15 4.74 2.952 6.207A18 18 0 0 0 6 24a17.93 17.93 0 0 0 4.419 11.813l-4.053 4.053a1.25 1.25 0 0 0 1.768 1.768l4.053-4.053A17.93 17.93 0 0 0 24 42a17.93 17.93 0 0 0 11.813-4.419l4.053 4.053a1.25 1.25 0 0 0 1.768-1.768l-4.053-4.053A17.93 17.93 0 0 0 42 24c0-2.027-.335-3.975-.953-5.793A8 8 0 1 0 29.794 6.953A18 18 0 0 0 24 6c-2.027 0-3.975.335-5.793.952A8 8 0 0 0 4 12m37.5 0c0 1.456-.566 2.78-1.49 3.765a18.1 18.1 0 0 0-7.774-7.775A5.5 5.5 0 0 1 41.5 12M24 8.5c8.56 0 15.5 6.94 15.5 15.5S32.56 39.5 24 39.5S8.5 32.56 8.5 24S15.44 8.5 24 8.5m0 5.75a1.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-regular {
  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%22M12%206.5a5.48%205.48%200%200%201%203.765%201.49a18.1%2018.1%200%200%200-7.775%207.775A5.5%205.5%200%200%201%2012%206.5M4%2012c0%202.504%201.15%204.74%202.952%206.207A18%2018%200%200%200%206%2024a17.93%2017.93%200%200%200%204.419%2011.813l-4.053%204.053a1.25%201.25%200%200%200%201.768%201.768l4.053-4.053A17.93%2017.93%200%200%200%2024%2042a17.93%2017.93%200%200%200%2011.813-4.419l4.053%204.053a1.25%201.25%200%200%200%201.768-1.768l-4.053-4.053A17.93%2017.93%200%200%200%2042%2024c0-2.027-.335-3.975-.953-5.793A8%208%200%201%200%2029.794%206.953A18%2018%200%200%200%2024%206c-2.027%200-3.975.335-5.793.952A8%208%200%200%200%204%2012m37.5%200c0%201.456-.566%202.78-1.49%203.765a18.1%2018.1%200%200%200-7.774-7.775A5.5%205.5%200%200%201%2041.5%2012M24%208.5c8.56%200%2015.5%206.94%2015.5%2015.5S32.56%2039.5%2024%2039.5S8.5%2032.56%208.5%2024S15.44%208.5%2024%208.5m0%205.75a1.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%22M12%206.5a5.48%205.48%200%200%201%203.765%201.49a18.1%2018.1%200%200%200-7.775%207.775A5.5%205.5%200%200%201%2012%206.5M4%2012c0%202.504%201.15%204.74%202.952%206.207A18%2018%200%200%200%206%2024a17.93%2017.93%200%200%200%204.419%2011.813l-4.053%204.053a1.25%201.25%200%200%200%201.768%201.768l4.053-4.053A17.93%2017.93%200%200%200%2024%2042a17.93%2017.93%200%200%200%2011.813-4.419l4.053%204.053a1.25%201.25%200%200%200%201.768-1.768l-4.053-4.053A17.93%2017.93%200%200%200%2042%2024c0-2.027-.335-3.975-.953-5.793A8%208%200%201%200%2029.794%206.953A18%2018%200%200%200%2024%206c-2.027%200-3.975.335-5.793.952A8%208%200%200%200%204%2012m37.5%200c0%201.456-.566%202.78-1.49%203.765a18.1%2018.1%200%200%200-7.774-7.775A5.5%205.5%200%200%201%2041.5%2012M24%208.5c8.56%200%2015.5%206.94%2015.5%2015.5S32.56%2039.5%2024%2039.5S8.5%2032.56%208.5%2024S15.44%208.5%2024%208.5m0%205.75a1.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-regular.svg?color=%231a73e8&size=48