alarm-clock from Fluent Emoji High Contrast by Microsoft Corporation · Default · Travel & Places · MIT Free for personal and commercial use.

Name
alarm-clock
Set
Fluent Emoji High Contrast
Style
Default
Category
Travel & Places
Viewbox
32×32
License
MIT

The same emoji in other sets

More travel & places icons from Fluent Emoji High Contrast

Use the alarm clock emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M4.273 9.228c-.735-2.284.039-4.883 2.033-6.294s4.588-1.178 6.32.396c.542.497.484 1.4-.106 1.817l-6.601 4.66c-.6.416-1.414.132-1.646-.579M16 11a1 1 0 0 1 1 1v4.465l2.555 1.703a1 1 0 0 1-1.11 1.664l-3-2a1 1 0 0 1-.445-.849V12a1 1 0 0 1 1-1"/><path d="M23.207 24.58A10.48 10.48 0 0 0 27 16.5C27 10.701 22.299 6 16.5 6S6 10.701 6 16.5a10.47 10.47 0 0 0 3.297 7.64l-2.586 2.237C5.317 27.588 6.11 30 7.905 30H24.09c1.796 0 2.599-2.412 1.194-3.623zM16.5 24a7.5 7.5 0 1 1 0-15a7.5 7.5 0 0 1 0 15M26.694 2.934c1.994 1.41 2.768 4.01 2.033 6.294c-.232.71-1.046.995-1.646.579l-6.6-4.66c-.591-.416-.65-1.32-.107-1.817c1.732-1.574 4.326-1.807 6.32-.396"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastAlarmClock(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M4.273 9.228c-.735-2.284.039-4.883 2.033-6.294s4.588-1.178 6.32.396c.542.497.484 1.4-.106 1.817l-6.601 4.66c-.6.416-1.414.132-1.646-.579M16 11a1 1 0 0 1 1 1v4.465l2.555 1.703a1 1 0 0 1-1.11 1.664l-3-2a1 1 0 0 1-.445-.849V12a1 1 0 0 1 1-1"/><path d="M23.207 24.58A10.48 10.48 0 0 0 27 16.5C27 10.701 22.299 6 16.5 6S6 10.701 6 16.5a10.47 10.47 0 0 0 3.297 7.64l-2.586 2.237C5.317 27.588 6.11 30 7.905 30H24.09c1.796 0 2.599-2.412 1.194-3.623zM16.5 24a7.5 7.5 0 1 1 0-15a7.5 7.5 0 0 1 0 15M26.694 2.934c1.994 1.41 2.768 4.01 2.033 6.294c-.232.71-1.046.995-1.646.579l-6.6-4.66c-.591-.416-.65-1.32-.107-1.817c1.732-1.574 4.326-1.807 6.32-.396"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M4.273 9.228c-.735-2.284.039-4.883 2.033-6.294s4.588-1.178 6.32.396c.542.497.484 1.4-.106 1.817l-6.601 4.66c-.6.416-1.414.132-1.646-.579M16 11a1 1 0 0 1 1 1v4.465l2.555 1.703a1 1 0 0 1-1.11 1.664l-3-2a1 1 0 0 1-.445-.849V12a1 1 0 0 1 1-1"/><path d="M23.207 24.58A10.48 10.48 0 0 0 27 16.5C27 10.701 22.299 6 16.5 6S6 10.701 6 16.5a10.47 10.47 0 0 0 3.297 7.64l-2.586 2.237C5.317 27.588 6.11 30 7.905 30H24.09c1.796 0 2.599-2.412 1.194-3.623zM16.5 24a7.5 7.5 0 1 1 0-15a7.5 7.5 0 0 1 0 15M26.694 2.934c1.994 1.41 2.768 4.01 2.033 6.294c-.232.71-1.046.995-1.646.579l-6.6-4.66c-.591-.416-.65-1.32-.107-1.817c1.732-1.574 4.326-1.807 6.32-.396"/></g></svg>
</template>

CSS

.icon-alarm-clock {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M4.273%209.228c-.735-2.284.039-4.883%202.033-6.294s4.588-1.178%206.32.396c.542.497.484%201.4-.106%201.817l-6.601%204.66c-.6.416-1.414.132-1.646-.579M16%2011a1%201%200%200%201%201%201v4.465l2.555%201.703a1%201%200%200%201-1.11%201.664l-3-2a1%201%200%200%201-.445-.849V12a1%201%200%200%201%201-1%22%2F%3E%3Cpath%20d%3D%22M23.207%2024.58A10.48%2010.48%200%200%200%2027%2016.5C27%2010.701%2022.299%206%2016.5%206S6%2010.701%206%2016.5a10.47%2010.47%200%200%200%203.297%207.64l-2.586%202.237C5.317%2027.588%206.11%2030%207.905%2030H24.09c1.796%200%202.599-2.412%201.194-3.623zM16.5%2024a7.5%207.5%200%201%201%200-15a7.5%207.5%200%200%201%200%2015M26.694%202.934c1.994%201.41%202.768%204.01%202.033%206.294c-.232.71-1.046.995-1.646.579l-6.6-4.66c-.591-.416-.65-1.32-.107-1.817c1.732-1.574%204.326-1.807%206.32-.396%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M4.273%209.228c-.735-2.284.039-4.883%202.033-6.294s4.588-1.178%206.32.396c.542.497.484%201.4-.106%201.817l-6.601%204.66c-.6.416-1.414.132-1.646-.579M16%2011a1%201%200%200%201%201%201v4.465l2.555%201.703a1%201%200%200%201-1.11%201.664l-3-2a1%201%200%200%201-.445-.849V12a1%201%200%200%201%201-1%22%2F%3E%3Cpath%20d%3D%22M23.207%2024.58A10.48%2010.48%200%200%200%2027%2016.5C27%2010.701%2022.299%206%2016.5%206S6%2010.701%206%2016.5a10.47%2010.47%200%200%200%203.297%207.64l-2.586%202.237C5.317%2027.588%206.11%2030%207.905%2030H24.09c1.796%200%202.599-2.412%201.194-3.623zM16.5%2024a7.5%207.5%200%201%201%200-15a7.5%207.5%200%200%201%200%2015M26.694%202.934c1.994%201.41%202.768%204.01%202.033%206.294c-.232.71-1.046.995-1.646.579l-6.6-4.66c-.591-.416-.65-1.32-.107-1.817c1.732-1.574%204.326-1.807%206.32-.396%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/alarm-clock.svg?color=%231a73e8&size=48