clock alarm icon
clock-alarm-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- clock-alarm-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- 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 32 32"><path fill="currentColor" d="M16 10v6h4a1 1 0 1 1 0 2h-5a1 1 0 0 1-1-1v-7a1 1 0 1 1 2 0M3 8c0 1.523.68 2.886 1.754 3.803A12 12 0 0 0 4 16c0 2.954 1.067 5.658 2.837 7.749l-2.544 2.544a1 1 0 1 0 1.414 1.414l2.544-2.544A11.95 11.95 0 0 0 16 28c2.954 0 5.658-1.067 7.749-2.837l2.544 2.544a1 1 0 0 0 1.414-1.414l-2.544-2.544A11.95 11.95 0 0 0 28 16c0-1.476-.267-2.89-.754-4.197a5 5 0 1 0-7.05-7.05A12 12 0 0 0 16 4.001c-1.476 0-2.89.267-4.197.754A5 5 0 0 0 3 8m2 0a3 3 0 0 1 4.89-2.33a12.06 12.06 0 0 0-4.22 4.22A3 3 0 0 1 5 8m22 0c0 .716-.251 1.374-.67 1.89a12.06 12.06 0 0 0-4.22-4.22A3 3 0 0 1 27 8M16 6c5.523 0 10 4.477 10 10s-4.477 10-10 10S6 21.523 6 16S10.477 6 16 6"/></svg>
React
import type { SVGProps } from "react";
export function FluentClockAlarm32Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 10v6h4a1 1 0 1 1 0 2h-5a1 1 0 0 1-1-1v-7a1 1 0 1 1 2 0M3 8c0 1.523.68 2.886 1.754 3.803A12 12 0 0 0 4 16c0 2.954 1.067 5.658 2.837 7.749l-2.544 2.544a1 1 0 1 0 1.414 1.414l2.544-2.544A11.95 11.95 0 0 0 16 28c2.954 0 5.658-1.067 7.749-2.837l2.544 2.544a1 1 0 0 0 1.414-1.414l-2.544-2.544A11.95 11.95 0 0 0 28 16c0-1.476-.267-2.89-.754-4.197a5 5 0 1 0-7.05-7.05A12 12 0 0 0 16 4.001c-1.476 0-2.89.267-4.197.754A5 5 0 0 0 3 8m2 0a3 3 0 0 1 4.89-2.33a12.06 12.06 0 0 0-4.22 4.22A3 3 0 0 1 5 8m22 0c0 .716-.251 1.374-.67 1.89a12.06 12.06 0 0 0-4.22-4.22A3 3 0 0 1 27 8M16 6c5.523 0 10 4.477 10 10s-4.477 10-10 10S6 21.523 6 16S10.477 6 16 6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 10v6h4a1 1 0 1 1 0 2h-5a1 1 0 0 1-1-1v-7a1 1 0 1 1 2 0M3 8c0 1.523.68 2.886 1.754 3.803A12 12 0 0 0 4 16c0 2.954 1.067 5.658 2.837 7.749l-2.544 2.544a1 1 0 1 0 1.414 1.414l2.544-2.544A11.95 11.95 0 0 0 16 28c2.954 0 5.658-1.067 7.749-2.837l2.544 2.544a1 1 0 0 0 1.414-1.414l-2.544-2.544A11.95 11.95 0 0 0 28 16c0-1.476-.267-2.89-.754-4.197a5 5 0 1 0-7.05-7.05A12 12 0 0 0 16 4.001c-1.476 0-2.89.267-4.197.754A5 5 0 0 0 3 8m2 0a3 3 0 0 1 4.89-2.33a12.06 12.06 0 0 0-4.22 4.22A3 3 0 0 1 5 8m22 0c0 .716-.251 1.374-.67 1.89a12.06 12.06 0 0 0-4.22-4.22A3 3 0 0 1 27 8M16 6c5.523 0 10 4.477 10 10s-4.477 10-10 10S6 21.523 6 16S10.477 6 16 6"/></svg> </template>
CSS
.icon-clock-alarm-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%2010v6h4a1%201%200%201%201%200%202h-5a1%201%200%200%201-1-1v-7a1%201%200%201%201%202%200M3%208c0%201.523.68%202.886%201.754%203.803A12%2012%200%200%200%204%2016c0%202.954%201.067%205.658%202.837%207.749l-2.544%202.544a1%201%200%201%200%201.414%201.414l2.544-2.544A11.95%2011.95%200%200%200%2016%2028c2.954%200%205.658-1.067%207.749-2.837l2.544%202.544a1%201%200%200%200%201.414-1.414l-2.544-2.544A11.95%2011.95%200%200%200%2028%2016c0-1.476-.267-2.89-.754-4.197a5%205%200%201%200-7.05-7.05A12%2012%200%200%200%2016%204.001c-1.476%200-2.89.267-4.197.754A5%205%200%200%200%203%208m2%200a3%203%200%200%201%204.89-2.33a12.06%2012.06%200%200%200-4.22%204.22A3%203%200%200%201%205%208m22%200c0%20.716-.251%201.374-.67%201.89a12.06%2012.06%200%200%200-4.22-4.22A3%203%200%200%201%2027%208M16%206c5.523%200%2010%204.477%2010%2010s-4.477%2010-10%2010S6%2021.523%206%2016S10.477%206%2016%206%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%2010v6h4a1%201%200%201%201%200%202h-5a1%201%200%200%201-1-1v-7a1%201%200%201%201%202%200M3%208c0%201.523.68%202.886%201.754%203.803A12%2012%200%200%200%204%2016c0%202.954%201.067%205.658%202.837%207.749l-2.544%202.544a1%201%200%201%200%201.414%201.414l2.544-2.544A11.95%2011.95%200%200%200%2016%2028c2.954%200%205.658-1.067%207.749-2.837l2.544%202.544a1%201%200%200%200%201.414-1.414l-2.544-2.544A11.95%2011.95%200%200%200%2028%2016c0-1.476-.267-2.89-.754-4.197a5%205%200%201%200-7.05-7.05A12%2012%200%200%200%2016%204.001c-1.476%200-2.89.267-4.197.754A5%205%200%200%200%203%208m2%200a3%203%200%200%201%204.89-2.33a12.06%2012.06%200%200%200-4.22%204.22A3%203%200%200%201%205%208m22%200c0%20.716-.251%201.374-.67%201.89a12.06%2012.06%200%200%200-4.22-4.22A3%203%200%200%201%2027%208M16%206c5.523%200%2010%204.477%2010%2010s-4.477%2010-10%2010S6%2021.523%206%2016S10.477%206%2016%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/clock-alarm-32-regular.svg?color=%231a73e8&size=48