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

Name
clock-alarm-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M12 7.75a.75.75 0 0 0-1.5 0v5c0 .414.336.75.75.75h3.5a.75.75 0 0 0 0-1.5H12zM3.476 9.103a4 4 0 1 1 5.627-5.627A9 9 0 0 1 12 3a9 9 0 0 1 2.897.476a4 4 0 1 1 5.627 5.627A9 9 0 0 1 21 12c0 2.215-.8 4.244-2.128 5.812l1.908 1.908a.75.75 0 1 1-1.06 1.06l-1.908-1.908A8.96 8.96 0 0 1 12 21c-2.215 0-4.244-.8-5.812-2.128L4.28 20.78a.75.75 0 0 1-1.06-1.06l1.908-1.908A8.96 8.96 0 0 1 3 12c0-1.013.167-1.988.476-2.897M3.5 6c0 .631.234 1.208.62 1.648A9.04 9.04 0 0 1 7.648 4.12A2.5 2.5 0 0 0 3.5 6m16.38 1.648a2.5 2.5 0 0 0-3.528-3.528a9.04 9.04 0 0 1 3.528 3.528M4.5 12a7.5 7.5 0 1 0 15 0a7.5 7.5 0 0 0-15 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentClockAlarm24Regular(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="M12 7.75a.75.75 0 0 0-1.5 0v5c0 .414.336.75.75.75h3.5a.75.75 0 0 0 0-1.5H12zM3.476 9.103a4 4 0 1 1 5.627-5.627A9 9 0 0 1 12 3a9 9 0 0 1 2.897.476a4 4 0 1 1 5.627 5.627A9 9 0 0 1 21 12c0 2.215-.8 4.244-2.128 5.812l1.908 1.908a.75.75 0 1 1-1.06 1.06l-1.908-1.908A8.96 8.96 0 0 1 12 21c-2.215 0-4.244-.8-5.812-2.128L4.28 20.78a.75.75 0 0 1-1.06-1.06l1.908-1.908A8.96 8.96 0 0 1 3 12c0-1.013.167-1.988.476-2.897M3.5 6c0 .631.234 1.208.62 1.648A9.04 9.04 0 0 1 7.648 4.12A2.5 2.5 0 0 0 3.5 6m16.38 1.648a2.5 2.5 0 0 0-3.528-3.528a9.04 9.04 0 0 1 3.528 3.528M4.5 12a7.5 7.5 0 1 0 15 0a7.5 7.5 0 0 0-15 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 7.75a.75.75 0 0 0-1.5 0v5c0 .414.336.75.75.75h3.5a.75.75 0 0 0 0-1.5H12zM3.476 9.103a4 4 0 1 1 5.627-5.627A9 9 0 0 1 12 3a9 9 0 0 1 2.897.476a4 4 0 1 1 5.627 5.627A9 9 0 0 1 21 12c0 2.215-.8 4.244-2.128 5.812l1.908 1.908a.75.75 0 1 1-1.06 1.06l-1.908-1.908A8.96 8.96 0 0 1 12 21c-2.215 0-4.244-.8-5.812-2.128L4.28 20.78a.75.75 0 0 1-1.06-1.06l1.908-1.908A8.96 8.96 0 0 1 3 12c0-1.013.167-1.988.476-2.897M3.5 6c0 .631.234 1.208.62 1.648A9.04 9.04 0 0 1 7.648 4.12A2.5 2.5 0 0 0 3.5 6m16.38 1.648a2.5 2.5 0 0 0-3.528-3.528a9.04 9.04 0 0 1 3.528 3.528M4.5 12a7.5 7.5 0 1 0 15 0a7.5 7.5 0 0 0-15 0"/></svg>
</template>

CSS

.icon-clock-alarm-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%207.75a.75.75%200%200%200-1.5%200v5c0%20.414.336.75.75.75h3.5a.75.75%200%200%200%200-1.5H12zM3.476%209.103a4%204%200%201%201%205.627-5.627A9%209%200%200%201%2012%203a9%209%200%200%201%202.897.476a4%204%200%201%201%205.627%205.627A9%209%200%200%201%2021%2012c0%202.215-.8%204.244-2.128%205.812l1.908%201.908a.75.75%200%201%201-1.06%201.06l-1.908-1.908A8.96%208.96%200%200%201%2012%2021c-2.215%200-4.244-.8-5.812-2.128L4.28%2020.78a.75.75%200%200%201-1.06-1.06l1.908-1.908A8.96%208.96%200%200%201%203%2012c0-1.013.167-1.988.476-2.897M3.5%206c0%20.631.234%201.208.62%201.648A9.04%209.04%200%200%201%207.648%204.12A2.5%202.5%200%200%200%203.5%206m16.38%201.648a2.5%202.5%200%200%200-3.528-3.528a9.04%209.04%200%200%201%203.528%203.528M4.5%2012a7.5%207.5%200%201%200%2015%200a7.5%207.5%200%200%200-15%200%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%22M12%207.75a.75.75%200%200%200-1.5%200v5c0%20.414.336.75.75.75h3.5a.75.75%200%200%200%200-1.5H12zM3.476%209.103a4%204%200%201%201%205.627-5.627A9%209%200%200%201%2012%203a9%209%200%200%201%202.897.476a4%204%200%201%201%205.627%205.627A9%209%200%200%201%2021%2012c0%202.215-.8%204.244-2.128%205.812l1.908%201.908a.75.75%200%201%201-1.06%201.06l-1.908-1.908A8.96%208.96%200%200%201%2012%2021c-2.215%200-4.244-.8-5.812-2.128L4.28%2020.78a.75.75%200%200%201-1.06-1.06l1.908-1.908A8.96%208.96%200%200%201%203%2012c0-1.013.167-1.988.476-2.897M3.5%206c0%20.631.234%201.208.62%201.648A9.04%209.04%200%200%201%207.648%204.12A2.5%202.5%200%200%200%203.5%206m16.38%201.648a2.5%202.5%200%200%200-3.528-3.528a9.04%209.04%200%200%201%203.528%203.528M4.5%2012a7.5%207.5%200%201%200%2015%200a7.5%207.5%200%200%200-15%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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