alarm clock icon

alarm-clock from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.

Name
alarm-clock
Set
Jam Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in Jam Icons

The same icon in other sets

Use the alarm clock icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><path fill="currentColor" d="M11 10h2a1 1 0 0 1 0 2h-3a1 1 0 0 1-1-1V6a1 1 0 1 1 2 0zm7.63-1.562a9 9 0 1 1-17.26 0a5 5 0 1 1 7.668-6.387a9 9 0 0 1 1.924 0a5 5 0 1 1 7.668 6.387m-.938-2.113a3 3 0 0 0-4.48-3.735a9.03 9.03 0 0 1 4.48 3.735M6.787 2.59a3 3 0 0 0-4.48 3.735a9.03 9.03 0 0 1 4.48-3.735M10 18a7 7 0 1 0 0-14a7 7 0 0 0 0 14"/></svg>

React

import type { SVGProps } from "react";

export function JamAlarmClock(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><path fill="currentColor" d="M11 10h2a1 1 0 0 1 0 2h-3a1 1 0 0 1-1-1V6a1 1 0 1 1 2 0zm7.63-1.562a9 9 0 1 1-17.26 0a5 5 0 1 1 7.668-6.387a9 9 0 0 1 1.924 0a5 5 0 1 1 7.668 6.387m-.938-2.113a3 3 0 0 0-4.48-3.735a9.03 9.03 0 0 1 4.48 3.735M6.787 2.59a3 3 0 0 0-4.48 3.735a9.03 9.03 0 0 1 4.48-3.735M10 18a7 7 0 1 0 0-14a7 7 0 0 0 0 14"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><path fill="currentColor" d="M11 10h2a1 1 0 0 1 0 2h-3a1 1 0 0 1-1-1V6a1 1 0 1 1 2 0zm7.63-1.562a9 9 0 1 1-17.26 0a5 5 0 1 1 7.668-6.387a9 9 0 0 1 1.924 0a5 5 0 1 1 7.668 6.387m-.938-2.113a3 3 0 0 0-4.48-3.735a9.03 9.03 0 0 1 4.48 3.735M6.787 2.59a3 3 0 0 0-4.48 3.735a9.03 9.03 0 0 1 4.48-3.735M10 18a7 7 0 1 0 0-14a7 7 0 0 0 0 14"/></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%22-2%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%2010h2a1%201%200%200%201%200%202h-3a1%201%200%200%201-1-1V6a1%201%200%201%201%202%200zm7.63-1.562a9%209%200%201%201-17.26%200a5%205%200%201%201%207.668-6.387a9%209%200%200%201%201.924%200a5%205%200%201%201%207.668%206.387m-.938-2.113a3%203%200%200%200-4.48-3.735a9.03%209.03%200%200%201%204.48%203.735M6.787%202.59a3%203%200%200%200-4.48%203.735a9.03%209.03%200%200%201%204.48-3.735M10%2018a7%207%200%201%200%200-14a7%207%200%200%200%200%2014%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%22-2%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%2010h2a1%201%200%200%201%200%202h-3a1%201%200%200%201-1-1V6a1%201%200%201%201%202%200zm7.63-1.562a9%209%200%201%201-17.26%200a5%205%200%201%201%207.668-6.387a9%209%200%200%201%201.924%200a5%205%200%201%201%207.668%206.387m-.938-2.113a3%203%200%200%200-4.48-3.735a9.03%209.03%200%200%201%204.48%203.735M6.787%202.59a3%203%200%200%200-4.48%203.735a9.03%209.03%200%200%201%204.48-3.735M10%2018a7%207%200%201%200%200-14a7%207%200%200%200%200%2014%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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