clock-alarm-32-light from Fluent UI System Icons by Microsoft Corporation · 32 Light · MIT Free for personal and commercial use.

Name
clock-alarm-32-light
Set
Fluent UI System Icons
Style
32 Light
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 9.5a.5.5 0 0 0-1 0v7a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 0-1H16zM3 8a5 5 0 0 1 8.803-3.246A12 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 16a11.95 11.95 0 0 1-3.17 8.125l.024.021l3 3a.5.5 0 0 1-.708.708l-3-3l-.02-.023A11.96 11.96 0 0 1 16 28a11.96 11.96 0 0 1-8.125-3.17l-.021.024l-3 3a.5.5 0 0 1-.708-.708l3-3l.023-.02A11.96 11.96 0 0 1 4 16c0-1.476.267-2.89.754-4.197A4.99 4.99 0 0 1 3 8m1 0c0 1.104.447 2.103 1.17 2.826a12.05 12.05 0 0 1 5.656-5.657A4 4 0 0 0 4 8m24 0a4 4 0 0 0-6.826-2.83a12.05 12.05 0 0 1 5.657 5.656A4 4 0 0 0 28 8M16 27c6.075 0 11-4.925 11-11S22.075 5 16 5S5 9.925 5 16s4.925 11 11 11"/></svg>

React

import type { SVGProps } from "react";

export function FluentClockAlarm32Light(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 9.5a.5.5 0 0 0-1 0v7a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 0-1H16zM3 8a5 5 0 0 1 8.803-3.246A12 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 16a11.95 11.95 0 0 1-3.17 8.125l.024.021l3 3a.5.5 0 0 1-.708.708l-3-3l-.02-.023A11.96 11.96 0 0 1 16 28a11.96 11.96 0 0 1-8.125-3.17l-.021.024l-3 3a.5.5 0 0 1-.708-.708l3-3l.023-.02A11.96 11.96 0 0 1 4 16c0-1.476.267-2.89.754-4.197A4.99 4.99 0 0 1 3 8m1 0c0 1.104.447 2.103 1.17 2.826a12.05 12.05 0 0 1 5.656-5.657A4 4 0 0 0 4 8m24 0a4 4 0 0 0-6.826-2.83a12.05 12.05 0 0 1 5.657 5.656A4 4 0 0 0 28 8M16 27c6.075 0 11-4.925 11-11S22.075 5 16 5S5 9.925 5 16s4.925 11 11 11"/></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 9.5a.5.5 0 0 0-1 0v7a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 0-1H16zM3 8a5 5 0 0 1 8.803-3.246A12 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 16a11.95 11.95 0 0 1-3.17 8.125l.024.021l3 3a.5.5 0 0 1-.708.708l-3-3l-.02-.023A11.96 11.96 0 0 1 16 28a11.96 11.96 0 0 1-8.125-3.17l-.021.024l-3 3a.5.5 0 0 1-.708-.708l3-3l.023-.02A11.96 11.96 0 0 1 4 16c0-1.476.267-2.89.754-4.197A4.99 4.99 0 0 1 3 8m1 0c0 1.104.447 2.103 1.17 2.826a12.05 12.05 0 0 1 5.656-5.657A4 4 0 0 0 4 8m24 0a4 4 0 0 0-6.826-2.83a12.05 12.05 0 0 1 5.657 5.656A4 4 0 0 0 28 8M16 27c6.075 0 11-4.925 11-11S22.075 5 16 5S5 9.925 5 16s4.925 11 11 11"/></svg>
</template>

CSS

.icon-clock-alarm-32-light {
  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%209.5a.5.5%200%200%200-1%200v7a.5.5%200%200%200%20.5.5h5a.5.5%200%200%200%200-1H16zM3%208a5%205%200%200%201%208.803-3.246A12%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%2016a11.95%2011.95%200%200%201-3.17%208.125l.024.021l3%203a.5.5%200%200%201-.708.708l-3-3l-.02-.023A11.96%2011.96%200%200%201%2016%2028a11.96%2011.96%200%200%201-8.125-3.17l-.021.024l-3%203a.5.5%200%200%201-.708-.708l3-3l.023-.02A11.96%2011.96%200%200%201%204%2016c0-1.476.267-2.89.754-4.197A4.99%204.99%200%200%201%203%208m1%200c0%201.104.447%202.103%201.17%202.826a12.05%2012.05%200%200%201%205.656-5.657A4%204%200%200%200%204%208m24%200a4%204%200%200%200-6.826-2.83a12.05%2012.05%200%200%201%205.657%205.656A4%204%200%200%200%2028%208M16%2027c6.075%200%2011-4.925%2011-11S22.075%205%2016%205S5%209.925%205%2016s4.925%2011%2011%2011%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%209.5a.5.5%200%200%200-1%200v7a.5.5%200%200%200%20.5.5h5a.5.5%200%200%200%200-1H16zM3%208a5%205%200%200%201%208.803-3.246A12%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%2016a11.95%2011.95%200%200%201-3.17%208.125l.024.021l3%203a.5.5%200%200%201-.708.708l-3-3l-.02-.023A11.96%2011.96%200%200%201%2016%2028a11.96%2011.96%200%200%201-8.125-3.17l-.021.024l-3%203a.5.5%200%200%201-.708-.708l3-3l.023-.02A11.96%2011.96%200%200%201%204%2016c0-1.476.267-2.89.754-4.197A4.99%204.99%200%200%201%203%208m1%200c0%201.104.447%202.103%201.17%202.826a12.05%2012.05%200%200%201%205.656-5.657A4%204%200%200%200%204%208m24%200a4%204%200%200%200-6.826-2.83a12.05%2012.05%200%200%201%205.657%205.656A4%204%200%200%200%2028%208M16%2027c6.075%200%2011-4.925%2011-11S22.075%205%2016%205S5%209.925%205%2016s4.925%2011%2011%2011%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-light.svg?color=%231a73e8&size=48