clock alarm icon
clock-alarm-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- clock-alarm-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- 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="M9.103 3.476a4 4 0 1 0-5.627 5.627A9 9 0 0 0 3 12c0 2.215.8 4.244 2.128 5.812L3.22 19.72a.75.75 0 1 0 1.06 1.06l1.908-1.908A8.96 8.96 0 0 0 12 21c2.215 0 4.244-.8 5.812-2.128l1.908 1.908a.75.75 0 1 0 1.06-1.06l-1.908-1.908A8.96 8.96 0 0 0 21 12a9 9 0 0 0-.476-2.897a4 4 0 1 0-5.627-5.627A9 9 0 0 0 12 3a9 9 0 0 0-2.897.476M6 3.5a2.5 2.5 0 0 1 1.648.62A9.04 9.04 0 0 0 4.12 7.648A2.5 2.5 0 0 1 6 3.5m10.352.62a2.5 2.5 0 0 1 3.528 3.528a9.04 9.04 0 0 0-3.528-3.528M11.25 7a.75.75 0 0 1 .75.75V12h2.75a.75.75 0 0 1 0 1.5h-3.5a.75.75 0 0 1-.75-.75v-5a.75.75 0 0 1 .75-.75"/></svg>
React
import type { SVGProps } from "react";
export function FluentClockAlarm24Filled(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="M9.103 3.476a4 4 0 1 0-5.627 5.627A9 9 0 0 0 3 12c0 2.215.8 4.244 2.128 5.812L3.22 19.72a.75.75 0 1 0 1.06 1.06l1.908-1.908A8.96 8.96 0 0 0 12 21c2.215 0 4.244-.8 5.812-2.128l1.908 1.908a.75.75 0 1 0 1.06-1.06l-1.908-1.908A8.96 8.96 0 0 0 21 12a9 9 0 0 0-.476-2.897a4 4 0 1 0-5.627-5.627A9 9 0 0 0 12 3a9 9 0 0 0-2.897.476M6 3.5a2.5 2.5 0 0 1 1.648.62A9.04 9.04 0 0 0 4.12 7.648A2.5 2.5 0 0 1 6 3.5m10.352.62a2.5 2.5 0 0 1 3.528 3.528a9.04 9.04 0 0 0-3.528-3.528M11.25 7a.75.75 0 0 1 .75.75V12h2.75a.75.75 0 0 1 0 1.5h-3.5a.75.75 0 0 1-.75-.75v-5a.75.75 0 0 1 .75-.75"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.103 3.476a4 4 0 1 0-5.627 5.627A9 9 0 0 0 3 12c0 2.215.8 4.244 2.128 5.812L3.22 19.72a.75.75 0 1 0 1.06 1.06l1.908-1.908A8.96 8.96 0 0 0 12 21c2.215 0 4.244-.8 5.812-2.128l1.908 1.908a.75.75 0 1 0 1.06-1.06l-1.908-1.908A8.96 8.96 0 0 0 21 12a9 9 0 0 0-.476-2.897a4 4 0 1 0-5.627-5.627A9 9 0 0 0 12 3a9 9 0 0 0-2.897.476M6 3.5a2.5 2.5 0 0 1 1.648.62A9.04 9.04 0 0 0 4.12 7.648A2.5 2.5 0 0 1 6 3.5m10.352.62a2.5 2.5 0 0 1 3.528 3.528a9.04 9.04 0 0 0-3.528-3.528M11.25 7a.75.75 0 0 1 .75.75V12h2.75a.75.75 0 0 1 0 1.5h-3.5a.75.75 0 0 1-.75-.75v-5a.75.75 0 0 1 .75-.75"/></svg> </template>
CSS
.icon-clock-alarm-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%22M9.103%203.476a4%204%200%201%200-5.627%205.627A9%209%200%200%200%203%2012c0%202.215.8%204.244%202.128%205.812L3.22%2019.72a.75.75%200%201%200%201.06%201.06l1.908-1.908A8.96%208.96%200%200%200%2012%2021c2.215%200%204.244-.8%205.812-2.128l1.908%201.908a.75.75%200%201%200%201.06-1.06l-1.908-1.908A8.96%208.96%200%200%200%2021%2012a9%209%200%200%200-.476-2.897a4%204%200%201%200-5.627-5.627A9%209%200%200%200%2012%203a9%209%200%200%200-2.897.476M6%203.5a2.5%202.5%200%200%201%201.648.62A9.04%209.04%200%200%200%204.12%207.648A2.5%202.5%200%200%201%206%203.5m10.352.62a2.5%202.5%200%200%201%203.528%203.528a9.04%209.04%200%200%200-3.528-3.528M11.25%207a.75.75%200%200%201%20.75.75V12h2.75a.75.75%200%200%201%200%201.5h-3.5a.75.75%200%200%201-.75-.75v-5a.75.75%200%200%201%20.75-.75%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%22M9.103%203.476a4%204%200%201%200-5.627%205.627A9%209%200%200%200%203%2012c0%202.215.8%204.244%202.128%205.812L3.22%2019.72a.75.75%200%201%200%201.06%201.06l1.908-1.908A8.96%208.96%200%200%200%2012%2021c2.215%200%204.244-.8%205.812-2.128l1.908%201.908a.75.75%200%201%200%201.06-1.06l-1.908-1.908A8.96%208.96%200%200%200%2021%2012a9%209%200%200%200-.476-2.897a4%204%200%201%200-5.627-5.627A9%209%200%200%200%2012%203a9%209%200%200%200-2.897.476M6%203.5a2.5%202.5%200%200%201%201.648.62A9.04%209.04%200%200%200%204.12%207.648A2.5%202.5%200%200%201%206%203.5m10.352.62a2.5%202.5%200%200%201%203.528%203.528a9.04%209.04%200%200%200-3.528-3.528M11.25%207a.75.75%200%200%201%20.75.75V12h2.75a.75.75%200%200%201%200%201.5h-3.5a.75.75%200%200%201-.75-.75v-5a.75.75%200%200%201%20.75-.75%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-filled.svg?color=%231a73e8&size=48