alarm clock icon
alarm-clock-f from Jam Icons by Michael Amprimo · Filled · MIT Free for personal and commercial use.
- Name
- alarm-clock-f
- Set
- Jam Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in Jam Icons
The same icon in other sets
alarm-clockEmoji One (Colored)alarm-clockElement Plusalarm-clockFont Awesome Regularalarm-clockFont Awesome Solidalarm-clockFluent Emojialarm-clockFluent Emoji Flatalarm-clockFluent Emoji High Contrastalarm-clockHuge Iconsalarm-clockIconParkalarm-clockIconPark Outlinealarm-clockIconPark Solidalarm-clockIconPark TwoTonealarm-clockLucidealarm-clockMage Iconsalarm-clockMyna UI Iconsalarm-clockNoto Emojialarm-clockOpenMojialarm-clockPixelarticonsalarm-clockTwitter Emoji
Use the alarm clock icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -3 24 24"><path fill="currentColor" d="M10.962 2.05a5 5 0 1 1 7.668 6.387a9.01 9.01 0 0 0-7.668-6.386zM1.37 8.439a5 5 0 1 1 7.668-6.387A9.01 9.01 0 0 0 1.37 8.438zM10 18a7 7 0 1 1 0-14a7 7 0 0 1 0 14m1-8V6a1 1 0 0 0-2 0v5a1 1 0 0 0 1 1h3a1 1 0 0 0 0-2z"/></svg>
React
import type { SVGProps } from "react";
export function JamAlarmClockF(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -3 24 24"><path fill="currentColor" d="M10.962 2.05a5 5 0 1 1 7.668 6.387a9.01 9.01 0 0 0-7.668-6.386zM1.37 8.439a5 5 0 1 1 7.668-6.387A9.01 9.01 0 0 0 1.37 8.438zM10 18a7 7 0 1 1 0-14a7 7 0 0 1 0 14m1-8V6a1 1 0 0 0-2 0v5a1 1 0 0 0 1 1h3a1 1 0 0 0 0-2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -3 24 24"><path fill="currentColor" d="M10.962 2.05a5 5 0 1 1 7.668 6.387a9.01 9.01 0 0 0-7.668-6.386zM1.37 8.439a5 5 0 1 1 7.668-6.387A9.01 9.01 0 0 0 1.37 8.438zM10 18a7 7 0 1 1 0-14a7 7 0 0 1 0 14m1-8V6a1 1 0 0 0-2 0v5a1 1 0 0 0 1 1h3a1 1 0 0 0 0-2z"/></svg> </template>
CSS
.icon-alarm-clock-f {
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-3%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.962%202.05a5%205%200%201%201%207.668%206.387a9.01%209.01%200%200%200-7.668-6.386zM1.37%208.439a5%205%200%201%201%207.668-6.387A9.01%209.01%200%200%200%201.37%208.438zM10%2018a7%207%200%201%201%200-14a7%207%200%200%201%200%2014m1-8V6a1%201%200%200%200-2%200v5a1%201%200%200%200%201%201h3a1%201%200%200%200%200-2z%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-3%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.962%202.05a5%205%200%201%201%207.668%206.387a9.01%209.01%200%200%200-7.668-6.386zM1.37%208.439a5%205%200%201%201%207.668-6.387A9.01%209.01%200%200%200%201.37%208.438zM10%2018a7%207%200%201%201%200-14a7%207%200%200%201%200%2014m1-8V6a1%201%200%200%200-2%200v5a1%201%200%200%200%201%201h3a1%201%200%200%200%200-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/alarm-clock-f.svg?color=%231a73e8&size=48