clock alarm icon
clock-alarm-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- clock-alarm-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- 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="M2 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.5m3.643-.971a1.5 1.5 0 1 0-2.257 1.976a5.5 5.5 0 0 1 2.257-1.976m6.97 1.976a1.5 1.5 0 1 0-2.257-1.976a5.5 5.5 0 0 1 2.258 1.976M7.5 5.5A.5.5 0 0 0 7 6v3a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 0-1H8V6a.5.5 0 0 0-.5-.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentClockAlarm16Filled(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="M2 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.5m3.643-.971a1.5 1.5 0 1 0-2.257 1.976a5.5 5.5 0 0 1 2.257-1.976m6.97 1.976a1.5 1.5 0 1 0-2.257-1.976a5.5 5.5 0 0 1 2.258 1.976M7.5 5.5A.5.5 0 0 0 7 6v3a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 0-1H8V6a.5.5 0 0 0-.5-.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2 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.5m3.643-.971a1.5 1.5 0 1 0-2.257 1.976a5.5 5.5 0 0 1 2.257-1.976m6.97 1.976a1.5 1.5 0 1 0-2.257-1.976a5.5 5.5 0 0 1 2.258 1.976M7.5 5.5A.5.5 0 0 0 7 6v3a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 0-1H8V6a.5.5 0 0 0-.5-.5"/></svg> </template>
CSS
.icon-clock-alarm-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%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.5m3.643-.971a1.5%201.5%200%201%200-2.257%201.976a5.5%205.5%200%200%201%202.257-1.976m6.97%201.976a1.5%201.5%200%201%200-2.257-1.976a5.5%205.5%200%200%201%202.258%201.976M7.5%205.5A.5.5%200%200%200%207%206v3a.5.5%200%200%200%20.5.5h2a.5.5%200%200%200%200-1H8V6a.5.5%200%200%200-.5-.5%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%22M2%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.5m3.643-.971a1.5%201.5%200%201%200-2.257%201.976a5.5%205.5%200%200%201%202.257-1.976m6.97%201.976a1.5%201.5%200%201%200-2.257-1.976a5.5%205.5%200%200%201%202.258%201.976M7.5%205.5A.5.5%200%200%200%207%206v3a.5.5%200%200%200%20.5.5h2a.5.5%200%200%200%200-1H8V6a.5.5%200%200%200-.5-.5%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-filled.svg?color=%231a73e8&size=48