clock alarm icon
clock-alarm-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- clock-alarm-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M7.763 3.365A3.16 3.16 0 0 0 5.166 2C3.414 2 2 3.43 2 5.187A3.19 3.19 0 0 0 3.353 7.8A7 7 0 0 0 3 10c0 1.753.644 3.356 1.71 4.584l-1.564 1.563a.5.5 0 0 0 .708.707l1.562-1.563A6.97 6.97 0 0 0 10 17a6.97 6.97 0 0 0 4.584-1.71l1.562 1.563a.5.5 0 0 0 .708-.707l-1.563-1.562A6.97 6.97 0 0 0 17 10c0-.775-.126-1.521-.359-2.218A3.17 3.17 0 0 0 18 5.175A3.17 3.17 0 0 0 14.83 2c-1.078 0-2.03.54-2.602 1.362A7 7 0 0 0 10 3c-.782 0-1.534.128-2.237.365M5.166 3c.657 0 1.248.296 1.646.766a7.03 7.03 0 0 0-3.061 3.077A2.2 2.2 0 0 1 3 5.187C3 3.975 3.973 3 5.166 3m8.015.763c.399-.468.99-.763 1.65-.763C16.028 3 17 3.973 17 5.175c0 .661-.294 1.253-.758 1.653a7.03 7.03 0 0 0-3.06-3.065M9.5 6a.5.5 0 0 1 .5.5V10h2.5a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentClockAlarm20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7.763 3.365A3.16 3.16 0 0 0 5.166 2C3.414 2 2 3.43 2 5.187A3.19 3.19 0 0 0 3.353 7.8A7 7 0 0 0 3 10c0 1.753.644 3.356 1.71 4.584l-1.564 1.563a.5.5 0 0 0 .708.707l1.562-1.563A6.97 6.97 0 0 0 10 17a6.97 6.97 0 0 0 4.584-1.71l1.562 1.563a.5.5 0 0 0 .708-.707l-1.563-1.562A6.97 6.97 0 0 0 17 10c0-.775-.126-1.521-.359-2.218A3.17 3.17 0 0 0 18 5.175A3.17 3.17 0 0 0 14.83 2c-1.078 0-2.03.54-2.602 1.362A7 7 0 0 0 10 3c-.782 0-1.534.128-2.237.365M5.166 3c.657 0 1.248.296 1.646.766a7.03 7.03 0 0 0-3.061 3.077A2.2 2.2 0 0 1 3 5.187C3 3.975 3.973 3 5.166 3m8.015.763c.399-.468.99-.763 1.65-.763C16.028 3 17 3.973 17 5.175c0 .661-.294 1.253-.758 1.653a7.03 7.03 0 0 0-3.06-3.065M9.5 6a.5.5 0 0 1 .5.5V10h2.5a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7.763 3.365A3.16 3.16 0 0 0 5.166 2C3.414 2 2 3.43 2 5.187A3.19 3.19 0 0 0 3.353 7.8A7 7 0 0 0 3 10c0 1.753.644 3.356 1.71 4.584l-1.564 1.563a.5.5 0 0 0 .708.707l1.562-1.563A6.97 6.97 0 0 0 10 17a6.97 6.97 0 0 0 4.584-1.71l1.562 1.563a.5.5 0 0 0 .708-.707l-1.563-1.562A6.97 6.97 0 0 0 17 10c0-.775-.126-1.521-.359-2.218A3.17 3.17 0 0 0 18 5.175A3.17 3.17 0 0 0 14.83 2c-1.078 0-2.03.54-2.602 1.362A7 7 0 0 0 10 3c-.782 0-1.534.128-2.237.365M5.166 3c.657 0 1.248.296 1.646.766a7.03 7.03 0 0 0-3.061 3.077A2.2 2.2 0 0 1 3 5.187C3 3.975 3.973 3 5.166 3m8.015.763c.399-.468.99-.763 1.65-.763C16.028 3 17 3.973 17 5.175c0 .661-.294 1.253-.758 1.653a7.03 7.03 0 0 0-3.06-3.065M9.5 6a.5.5 0 0 1 .5.5V10h2.5a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5"/></svg> </template>
CSS
.icon-clock-alarm-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.763%203.365A3.16%203.16%200%200%200%205.166%202C3.414%202%202%203.43%202%205.187A3.19%203.19%200%200%200%203.353%207.8A7%207%200%200%200%203%2010c0%201.753.644%203.356%201.71%204.584l-1.564%201.563a.5.5%200%200%200%20.708.707l1.562-1.563A6.97%206.97%200%200%200%2010%2017a6.97%206.97%200%200%200%204.584-1.71l1.562%201.563a.5.5%200%200%200%20.708-.707l-1.563-1.562A6.97%206.97%200%200%200%2017%2010c0-.775-.126-1.521-.359-2.218A3.17%203.17%200%200%200%2018%205.175A3.17%203.17%200%200%200%2014.83%202c-1.078%200-2.03.54-2.602%201.362A7%207%200%200%200%2010%203c-.782%200-1.534.128-2.237.365M5.166%203c.657%200%201.248.296%201.646.766a7.03%207.03%200%200%200-3.061%203.077A2.2%202.2%200%200%201%203%205.187C3%203.975%203.973%203%205.166%203m8.015.763c.399-.468.99-.763%201.65-.763C16.028%203%2017%203.973%2017%205.175c0%20.661-.294%201.253-.758%201.653a7.03%207.03%200%200%200-3.06-3.065M9.5%206a.5.5%200%200%201%20.5.5V10h2.5a.5.5%200%200%201%200%201h-3a.5.5%200%200%201-.5-.5v-4a.5.5%200%200%201%20.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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.763%203.365A3.16%203.16%200%200%200%205.166%202C3.414%202%202%203.43%202%205.187A3.19%203.19%200%200%200%203.353%207.8A7%207%200%200%200%203%2010c0%201.753.644%203.356%201.71%204.584l-1.564%201.563a.5.5%200%200%200%20.708.707l1.562-1.563A6.97%206.97%200%200%200%2010%2017a6.97%206.97%200%200%200%204.584-1.71l1.562%201.563a.5.5%200%200%200%20.708-.707l-1.563-1.562A6.97%206.97%200%200%200%2017%2010c0-.775-.126-1.521-.359-2.218A3.17%203.17%200%200%200%2018%205.175A3.17%203.17%200%200%200%2014.83%202c-1.078%200-2.03.54-2.602%201.362A7%207%200%200%200%2010%203c-.782%200-1.534.128-2.237.365M5.166%203c.657%200%201.248.296%201.646.766a7.03%207.03%200%200%200-3.061%203.077A2.2%202.2%200%200%201%203%205.187C3%203.975%203.973%203%205.166%203m8.015.763c.399-.468.99-.763%201.65-.763C16.028%203%2017%203.973%2017%205.175c0%20.661-.294%201.253-.758%201.653a7.03%207.03%200%200%200-3.06-3.065M9.5%206a.5.5%200%200%201%20.5.5V10h2.5a.5.5%200%200%201%200%201h-3a.5.5%200%200%201-.5-.5v-4a.5.5%200%200%201%20.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-20-filled.svg?color=%231a73e8&size=48