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

Name
clock-alarm-20-regular
Set
Fluent UI System Icons
Style
20 Regular
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="M10 6.5a.5.5 0 0 0-1 0v4a.5.5 0 0 0 .5.5h3a.5.5 0 1 0 0-1H10zM3.353 7.8A3.19 3.19 0 0 1 2 5.187C2 3.431 3.414 2 5.166 2c1.077 0 2.026.542 2.597 1.365A7 7 0 0 1 10 3a7 7 0 0 1 2.23.362A3.16 3.16 0 0 1 14.83 2A3.17 3.17 0 0 1 18 5.175c0 1.08-.538 2.033-1.359 2.607c.233.697.359 1.443.359 2.218a6.97 6.97 0 0 1-1.71 4.584l1.564 1.562a.5.5 0 0 1-.708.707l-1.562-1.562A6.97 6.97 0 0 1 10 17a6.97 6.97 0 0 1-4.584-1.71l-1.562 1.564a.5.5 0 1 1-.708-.707l1.563-1.563A6.97 6.97 0 0 1 3 10c0-.769.124-1.508.353-2.2M3 5.187c0 .662.291 1.255.75 1.656a7.03 7.03 0 0 1 3.062-3.077A2.15 2.15 0 0 0 5.166 3A2.176 2.176 0 0 0 3 5.187m13.242 1.64c.464-.399.758-.99.758-1.652A2.17 2.17 0 0 0 14.83 3c-.66 0-1.251.295-1.65.763a7.03 7.03 0 0 1 3.06 3.065M4 10a6 6 0 1 0 12 0a6 6 0 0 0-12 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentClockAlarm20Regular(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="M10 6.5a.5.5 0 0 0-1 0v4a.5.5 0 0 0 .5.5h3a.5.5 0 1 0 0-1H10zM3.353 7.8A3.19 3.19 0 0 1 2 5.187C2 3.431 3.414 2 5.166 2c1.077 0 2.026.542 2.597 1.365A7 7 0 0 1 10 3a7 7 0 0 1 2.23.362A3.16 3.16 0 0 1 14.83 2A3.17 3.17 0 0 1 18 5.175c0 1.08-.538 2.033-1.359 2.607c.233.697.359 1.443.359 2.218a6.97 6.97 0 0 1-1.71 4.584l1.564 1.562a.5.5 0 0 1-.708.707l-1.562-1.562A6.97 6.97 0 0 1 10 17a6.97 6.97 0 0 1-4.584-1.71l-1.562 1.564a.5.5 0 1 1-.708-.707l1.563-1.563A6.97 6.97 0 0 1 3 10c0-.769.124-1.508.353-2.2M3 5.187c0 .662.291 1.255.75 1.656a7.03 7.03 0 0 1 3.062-3.077A2.15 2.15 0 0 0 5.166 3A2.176 2.176 0 0 0 3 5.187m13.242 1.64c.464-.399.758-.99.758-1.652A2.17 2.17 0 0 0 14.83 3c-.66 0-1.251.295-1.65.763a7.03 7.03 0 0 1 3.06 3.065M4 10a6 6 0 1 0 12 0a6 6 0 0 0-12 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 6.5a.5.5 0 0 0-1 0v4a.5.5 0 0 0 .5.5h3a.5.5 0 1 0 0-1H10zM3.353 7.8A3.19 3.19 0 0 1 2 5.187C2 3.431 3.414 2 5.166 2c1.077 0 2.026.542 2.597 1.365A7 7 0 0 1 10 3a7 7 0 0 1 2.23.362A3.16 3.16 0 0 1 14.83 2A3.17 3.17 0 0 1 18 5.175c0 1.08-.538 2.033-1.359 2.607c.233.697.359 1.443.359 2.218a6.97 6.97 0 0 1-1.71 4.584l1.564 1.562a.5.5 0 0 1-.708.707l-1.562-1.562A6.97 6.97 0 0 1 10 17a6.97 6.97 0 0 1-4.584-1.71l-1.562 1.564a.5.5 0 1 1-.708-.707l1.563-1.563A6.97 6.97 0 0 1 3 10c0-.769.124-1.508.353-2.2M3 5.187c0 .662.291 1.255.75 1.656a7.03 7.03 0 0 1 3.062-3.077A2.15 2.15 0 0 0 5.166 3A2.176 2.176 0 0 0 3 5.187m13.242 1.64c.464-.399.758-.99.758-1.652A2.17 2.17 0 0 0 14.83 3c-.66 0-1.251.295-1.65.763a7.03 7.03 0 0 1 3.06 3.065M4 10a6 6 0 1 0 12 0a6 6 0 0 0-12 0"/></svg>
</template>

CSS

.icon-clock-alarm-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%206.5a.5.5%200%200%200-1%200v4a.5.5%200%200%200%20.5.5h3a.5.5%200%201%200%200-1H10zM3.353%207.8A3.19%203.19%200%200%201%202%205.187C2%203.431%203.414%202%205.166%202c1.077%200%202.026.542%202.597%201.365A7%207%200%200%201%2010%203a7%207%200%200%201%202.23.362A3.16%203.16%200%200%201%2014.83%202A3.17%203.17%200%200%201%2018%205.175c0%201.08-.538%202.033-1.359%202.607c.233.697.359%201.443.359%202.218a6.97%206.97%200%200%201-1.71%204.584l1.564%201.562a.5.5%200%200%201-.708.707l-1.562-1.562A6.97%206.97%200%200%201%2010%2017a6.97%206.97%200%200%201-4.584-1.71l-1.562%201.564a.5.5%200%201%201-.708-.707l1.563-1.563A6.97%206.97%200%200%201%203%2010c0-.769.124-1.508.353-2.2M3%205.187c0%20.662.291%201.255.75%201.656a7.03%207.03%200%200%201%203.062-3.077A2.15%202.15%200%200%200%205.166%203A2.176%202.176%200%200%200%203%205.187m13.242%201.64c.464-.399.758-.99.758-1.652A2.17%202.17%200%200%200%2014.83%203c-.66%200-1.251.295-1.65.763a7.03%207.03%200%200%201%203.06%203.065M4%2010a6%206%200%201%200%2012%200a6%206%200%200%200-12%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%206.5a.5.5%200%200%200-1%200v4a.5.5%200%200%200%20.5.5h3a.5.5%200%201%200%200-1H10zM3.353%207.8A3.19%203.19%200%200%201%202%205.187C2%203.431%203.414%202%205.166%202c1.077%200%202.026.542%202.597%201.365A7%207%200%200%201%2010%203a7%207%200%200%201%202.23.362A3.16%203.16%200%200%201%2014.83%202A3.17%203.17%200%200%201%2018%205.175c0%201.08-.538%202.033-1.359%202.607c.233.697.359%201.443.359%202.218a6.97%206.97%200%200%201-1.71%204.584l1.564%201.562a.5.5%200%200%201-.708.707l-1.562-1.562A6.97%206.97%200%200%201%2010%2017a6.97%206.97%200%200%201-4.584-1.71l-1.562%201.564a.5.5%200%201%201-.708-.707l1.563-1.563A6.97%206.97%200%200%201%203%2010c0-.769.124-1.508.353-2.2M3%205.187c0%20.662.291%201.255.75%201.656a7.03%207.03%200%200%201%203.062-3.077A2.15%202.15%200%200%200%205.166%203A2.176%202.176%200%200%200%203%205.187m13.242%201.64c.464-.399.758-.99.758-1.652A2.17%202.17%200%200%200%2014.83%203c-.66%200-1.251.295-1.65.763a7.03%207.03%200%200%201%203.06%203.065M4%2010a6%206%200%201%200%2012%200a6%206%200%200%200-12%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-20-regular.svg?color=%231a73e8&size=48