clock alarm icon
clock-alarm-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.
- Name
- clock-alarm-32-filled
- Set
- Fluent UI System Icons
- Style
- 32 Filled
- 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="M8 3c1.523 0 2.886.68 3.803 1.754A12 12 0 0 1 16 4c1.476 0 2.89.267 4.197.754a5 5 0 1 1 7.05 7.05C27.733 13.11 28 14.524 28 16c0 2.954-1.067 5.658-2.837 7.749l2.544 2.544a1 1 0 0 1-1.414 1.414l-2.544-2.544A11.95 11.95 0 0 1 16 28a11.95 11.95 0 0 1-7.749-2.837l-2.544 2.544a1 1 0 0 1-1.414-1.414l2.544-2.544A11.95 11.95 0 0 1 4 16c0-1.476.267-2.89.754-4.197A5 5 0 0 1 8 3M5.67 9.89a12.06 12.06 0 0 1 4.22-4.22a3 3 0 0 0-4.22 4.22m16.44-4.22a12.06 12.06 0 0 1 4.22 4.22a3 3 0 0 0-4.22-4.22M16 10a1 1 0 1 0-2 0v7a1 1 0 0 0 1 1h5a1 1 0 1 0 0-2h-4z"/></svg>
React
import type { SVGProps } from "react";
export function FluentClockAlarm32Filled(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="M8 3c1.523 0 2.886.68 3.803 1.754A12 12 0 0 1 16 4c1.476 0 2.89.267 4.197.754a5 5 0 1 1 7.05 7.05C27.733 13.11 28 14.524 28 16c0 2.954-1.067 5.658-2.837 7.749l2.544 2.544a1 1 0 0 1-1.414 1.414l-2.544-2.544A11.95 11.95 0 0 1 16 28a11.95 11.95 0 0 1-7.749-2.837l-2.544 2.544a1 1 0 0 1-1.414-1.414l2.544-2.544A11.95 11.95 0 0 1 4 16c0-1.476.267-2.89.754-4.197A5 5 0 0 1 8 3M5.67 9.89a12.06 12.06 0 0 1 4.22-4.22a3 3 0 0 0-4.22 4.22m16.44-4.22a12.06 12.06 0 0 1 4.22 4.22a3 3 0 0 0-4.22-4.22M16 10a1 1 0 1 0-2 0v7a1 1 0 0 0 1 1h5a1 1 0 1 0 0-2h-4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M8 3c1.523 0 2.886.68 3.803 1.754A12 12 0 0 1 16 4c1.476 0 2.89.267 4.197.754a5 5 0 1 1 7.05 7.05C27.733 13.11 28 14.524 28 16c0 2.954-1.067 5.658-2.837 7.749l2.544 2.544a1 1 0 0 1-1.414 1.414l-2.544-2.544A11.95 11.95 0 0 1 16 28a11.95 11.95 0 0 1-7.749-2.837l-2.544 2.544a1 1 0 0 1-1.414-1.414l2.544-2.544A11.95 11.95 0 0 1 4 16c0-1.476.267-2.89.754-4.197A5 5 0 0 1 8 3M5.67 9.89a12.06 12.06 0 0 1 4.22-4.22a3 3 0 0 0-4.22 4.22m16.44-4.22a12.06 12.06 0 0 1 4.22 4.22a3 3 0 0 0-4.22-4.22M16 10a1 1 0 1 0-2 0v7a1 1 0 0 0 1 1h5a1 1 0 1 0 0-2h-4z"/></svg> </template>
CSS
.icon-clock-alarm-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%203c1.523%200%202.886.68%203.803%201.754A12%2012%200%200%201%2016%204c1.476%200%202.89.267%204.197.754a5%205%200%201%201%207.05%207.05C27.733%2013.11%2028%2014.524%2028%2016c0%202.954-1.067%205.658-2.837%207.749l2.544%202.544a1%201%200%200%201-1.414%201.414l-2.544-2.544A11.95%2011.95%200%200%201%2016%2028a11.95%2011.95%200%200%201-7.749-2.837l-2.544%202.544a1%201%200%200%201-1.414-1.414l2.544-2.544A11.95%2011.95%200%200%201%204%2016c0-1.476.267-2.89.754-4.197A5%205%200%200%201%208%203M5.67%209.89a12.06%2012.06%200%200%201%204.22-4.22a3%203%200%200%200-4.22%204.22m16.44-4.22a12.06%2012.06%200%200%201%204.22%204.22a3%203%200%200%200-4.22-4.22M16%2010a1%201%200%201%200-2%200v7a1%201%200%200%200%201%201h5a1%201%200%201%200%200-2h-4z%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%22M8%203c1.523%200%202.886.68%203.803%201.754A12%2012%200%200%201%2016%204c1.476%200%202.89.267%204.197.754a5%205%200%201%201%207.05%207.05C27.733%2013.11%2028%2014.524%2028%2016c0%202.954-1.067%205.658-2.837%207.749l2.544%202.544a1%201%200%200%201-1.414%201.414l-2.544-2.544A11.95%2011.95%200%200%201%2016%2028a11.95%2011.95%200%200%201-7.749-2.837l-2.544%202.544a1%201%200%200%201-1.414-1.414l2.544-2.544A11.95%2011.95%200%200%201%204%2016c0-1.476.267-2.89.754-4.197A5%205%200%200%201%208%203M5.67%209.89a12.06%2012.06%200%200%201%204.22-4.22a3%203%200%200%200-4.22%204.22m16.44-4.22a12.06%2012.06%200%200%201%204.22%204.22a3%203%200%200%200-4.22-4.22M16%2010a1%201%200%201%200-2%200v7a1%201%200%200%200%201%201h5a1%201%200%201%200%200-2h-4z%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-filled.svg?color=%231a73e8&size=48