clock alarm icon
clock-alarm-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- clock-alarm-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- 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 16 16"><path fill="currentColor" d="M8 6a.5.5 0 1 0-1 0v3a.5.5 0 0 0 .5.5h2a.5.5 0 1 0 0-1H8zM2 4.5a2.5 2.5 0 0 1 4.62-1.325a5.5 5.5 0 0 1 2.76 0a2.5 2.5 0 1 1 3.715 3.25c.261.64.405 1.34.405 2.075a5.48 5.48 0 0 1-1.273 3.52l1.127 1.126a.5.5 0 0 1-.707.707l-1.127-1.126A5.48 5.48 0 0 1 8 14a5.48 5.48 0 0 1-3.52-1.273l-1.126 1.127a.5.5 0 1 1-.707-.708l1.126-1.126A5.48 5.48 0 0 1 2.5 8.5c0-.734.144-1.435.405-2.075A2.5 2.5 0 0 1 2 4.5M4.5 3a1.5 1.5 0 0 0-1.114 2.505a5.5 5.5 0 0 1 2.257-1.976A1.5 1.5 0 0 0 4.5 3m5.857.529a5.5 5.5 0 0 1 2.257 1.976a1.5 1.5 0 1 0-2.257-1.976M8 4a4.5 4.5 0 1 0 0 9a4.5 4.5 0 0 0 0-9"/></svg>
React
import type { SVGProps } from "react";
export function FluentClockAlarm16Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 6a.5.5 0 1 0-1 0v3a.5.5 0 0 0 .5.5h2a.5.5 0 1 0 0-1H8zM2 4.5a2.5 2.5 0 0 1 4.62-1.325a5.5 5.5 0 0 1 2.76 0a2.5 2.5 0 1 1 3.715 3.25c.261.64.405 1.34.405 2.075a5.48 5.48 0 0 1-1.273 3.52l1.127 1.126a.5.5 0 0 1-.707.707l-1.127-1.126A5.48 5.48 0 0 1 8 14a5.48 5.48 0 0 1-3.52-1.273l-1.126 1.127a.5.5 0 1 1-.707-.708l1.126-1.126A5.48 5.48 0 0 1 2.5 8.5c0-.734.144-1.435.405-2.075A2.5 2.5 0 0 1 2 4.5M4.5 3a1.5 1.5 0 0 0-1.114 2.505a5.5 5.5 0 0 1 2.257-1.976A1.5 1.5 0 0 0 4.5 3m5.857.529a5.5 5.5 0 0 1 2.257 1.976a1.5 1.5 0 1 0-2.257-1.976M8 4a4.5 4.5 0 1 0 0 9a4.5 4.5 0 0 0 0-9"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 6a.5.5 0 1 0-1 0v3a.5.5 0 0 0 .5.5h2a.5.5 0 1 0 0-1H8zM2 4.5a2.5 2.5 0 0 1 4.62-1.325a5.5 5.5 0 0 1 2.76 0a2.5 2.5 0 1 1 3.715 3.25c.261.64.405 1.34.405 2.075a5.48 5.48 0 0 1-1.273 3.52l1.127 1.126a.5.5 0 0 1-.707.707l-1.127-1.126A5.48 5.48 0 0 1 8 14a5.48 5.48 0 0 1-3.52-1.273l-1.126 1.127a.5.5 0 1 1-.707-.708l1.126-1.126A5.48 5.48 0 0 1 2.5 8.5c0-.734.144-1.435.405-2.075A2.5 2.5 0 0 1 2 4.5M4.5 3a1.5 1.5 0 0 0-1.114 2.505a5.5 5.5 0 0 1 2.257-1.976A1.5 1.5 0 0 0 4.5 3m5.857.529a5.5 5.5 0 0 1 2.257 1.976a1.5 1.5 0 1 0-2.257-1.976M8 4a4.5 4.5 0 1 0 0 9a4.5 4.5 0 0 0 0-9"/></svg> </template>
CSS
.icon-clock-alarm-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%206a.5.5%200%201%200-1%200v3a.5.5%200%200%200%20.5.5h2a.5.5%200%201%200%200-1H8zM2%204.5a2.5%202.5%200%200%201%204.62-1.325a5.5%205.5%200%200%201%202.76%200a2.5%202.5%200%201%201%203.715%203.25c.261.64.405%201.34.405%202.075a5.48%205.48%200%200%201-1.273%203.52l1.127%201.126a.5.5%200%200%201-.707.707l-1.127-1.126A5.48%205.48%200%200%201%208%2014a5.48%205.48%200%200%201-3.52-1.273l-1.126%201.127a.5.5%200%201%201-.707-.708l1.126-1.126A5.48%205.48%200%200%201%202.5%208.5c0-.734.144-1.435.405-2.075A2.5%202.5%200%200%201%202%204.5M4.5%203a1.5%201.5%200%200%200-1.114%202.505a5.5%205.5%200%200%201%202.257-1.976A1.5%201.5%200%200%200%204.5%203m5.857.529a5.5%205.5%200%200%201%202.257%201.976a1.5%201.5%200%201%200-2.257-1.976M8%204a4.5%204.5%200%201%200%200%209a4.5%204.5%200%200%200%200-9%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%206a.5.5%200%201%200-1%200v3a.5.5%200%200%200%20.5.5h2a.5.5%200%201%200%200-1H8zM2%204.5a2.5%202.5%200%200%201%204.62-1.325a5.5%205.5%200%200%201%202.76%200a2.5%202.5%200%201%201%203.715%203.25c.261.64.405%201.34.405%202.075a5.48%205.48%200%200%201-1.273%203.52l1.127%201.126a.5.5%200%200%201-.707.707l-1.127-1.126A5.48%205.48%200%200%201%208%2014a5.48%205.48%200%200%201-3.52-1.273l-1.126%201.127a.5.5%200%201%201-.707-.708l1.126-1.126A5.48%205.48%200%200%201%202.5%208.5c0-.734.144-1.435.405-2.075A2.5%202.5%200%200%201%202%204.5M4.5%203a1.5%201.5%200%200%200-1.114%202.505a5.5%205.5%200%200%201%202.257-1.976A1.5%201.5%200%200%200%204.5%203m5.857.529a5.5%205.5%200%200%201%202.257%201.976a1.5%201.5%200%201%200-2.257-1.976M8%204a4.5%204.5%200%201%200%200%209a4.5%204.5%200%200%200%200-9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/clock-alarm-16-regular.svg?color=%231a73e8&size=48