alarm clock icon
alarm-clock from Reicon by REICON · Outline · Time · MIT Free for personal and commercial use.
- Name
- alarm-clock
- Set
- Reicon
- Style
- Outline
- Category
- Time
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All alarm clock icons →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-clockJam Iconsalarm-clockKeyline Iconsalarm-clockLucidealarm-clockMage Iconsalarm-clockMyna UI Iconsalarm-clockNoto Emojialarm-clockOpenMojialarm-clockPixelarticonsalarm-clockTwitter Emoji
More time icons from Reicon
Use the alarm clock icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M4.8 2.75c.316 0 .613.07.878.197a.75.75 0 0 0 .644-1.355a3.55 3.55 0 0 0-4.73 4.73a.75.75 0 0 0 1.355-.644A2.05 2.05 0 0 1 4.8 2.75m13.522.197a2.05 2.05 0 0 1 2.731 2.731a.75.75 0 0 0 1.355.644a3.55 3.55 0 0 0-4.73-4.73a.75.75 0 1 0 .644 1.355M12.75 7.5a.75.75 0 0 0-1.5 0v5a.75.75 0 0 0 .352.636l3.2 2a.75.75 0 1 0 .796-1.272l-2.848-1.78z"/><path fill-rule="evenodd" d="M12 2.75a9.75 9.75 0 0 0-9.75 9.75c0 2.55.979 4.87 2.581 6.608L2.47 21.47a.75.75 0 1 0 1.06 1.06l2.4-2.4A9.7 9.7 0 0 0 12 22.25a9.7 9.7 0 0 0 6.07-2.12l2.4 2.4a.75.75 0 1 0 1.06-1.06l-2.361-2.362A9.72 9.72 0 0 0 21.75 12.5A9.75 9.75 0 0 0 12 2.75M3.75 12.5a8.25 8.25 0 1 1 16.5 0a8.25 8.25 0 0 1-16.5 0" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconAlarmClock(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M4.8 2.75c.316 0 .613.07.878.197a.75.75 0 0 0 .644-1.355a3.55 3.55 0 0 0-4.73 4.73a.75.75 0 0 0 1.355-.644A2.05 2.05 0 0 1 4.8 2.75m13.522.197a2.05 2.05 0 0 1 2.731 2.731a.75.75 0 0 0 1.355.644a3.55 3.55 0 0 0-4.73-4.73a.75.75 0 1 0 .644 1.355M12.75 7.5a.75.75 0 0 0-1.5 0v5a.75.75 0 0 0 .352.636l3.2 2a.75.75 0 1 0 .796-1.272l-2.848-1.78z"/><path fillRule="evenodd" d="M12 2.75a9.75 9.75 0 0 0-9.75 9.75c0 2.55.979 4.87 2.581 6.608L2.47 21.47a.75.75 0 1 0 1.06 1.06l2.4-2.4A9.7 9.7 0 0 0 12 22.25a9.7 9.7 0 0 0 6.07-2.12l2.4 2.4a.75.75 0 1 0 1.06-1.06l-2.361-2.362A9.72 9.72 0 0 0 21.75 12.5A9.75 9.75 0 0 0 12 2.75M3.75 12.5a8.25 8.25 0 1 1 16.5 0a8.25 8.25 0 0 1-16.5 0" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M4.8 2.75c.316 0 .613.07.878.197a.75.75 0 0 0 .644-1.355a3.55 3.55 0 0 0-4.73 4.73a.75.75 0 0 0 1.355-.644A2.05 2.05 0 0 1 4.8 2.75m13.522.197a2.05 2.05 0 0 1 2.731 2.731a.75.75 0 0 0 1.355.644a3.55 3.55 0 0 0-4.73-4.73a.75.75 0 1 0 .644 1.355M12.75 7.5a.75.75 0 0 0-1.5 0v5a.75.75 0 0 0 .352.636l3.2 2a.75.75 0 1 0 .796-1.272l-2.848-1.78z"/><path fill-rule="evenodd" d="M12 2.75a9.75 9.75 0 0 0-9.75 9.75c0 2.55.979 4.87 2.581 6.608L2.47 21.47a.75.75 0 1 0 1.06 1.06l2.4-2.4A9.7 9.7 0 0 0 12 22.25a9.7 9.7 0 0 0 6.07-2.12l2.4 2.4a.75.75 0 1 0 1.06-1.06l-2.361-2.362A9.72 9.72 0 0 0 21.75 12.5A9.75 9.75 0 0 0 12 2.75M3.75 12.5a8.25 8.25 0 1 1 16.5 0a8.25 8.25 0 0 1-16.5 0" clip-rule="evenodd"/></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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M4.8%202.75c.316%200%20.613.07.878.197a.75.75%200%200%200%20.644-1.355a3.55%203.55%200%200%200-4.73%204.73a.75.75%200%200%200%201.355-.644A2.05%202.05%200%200%201%204.8%202.75m13.522.197a2.05%202.05%200%200%201%202.731%202.731a.75.75%200%200%200%201.355.644a3.55%203.55%200%200%200-4.73-4.73a.75.75%200%201%200%20.644%201.355M12.75%207.5a.75.75%200%200%200-1.5%200v5a.75.75%200%200%200%20.352.636l3.2%202a.75.75%200%201%200%20.796-1.272l-2.848-1.78z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%202.75a9.75%209.75%200%200%200-9.75%209.75c0%202.55.979%204.87%202.581%206.608L2.47%2021.47a.75.75%200%201%200%201.06%201.06l2.4-2.4A9.7%209.7%200%200%200%2012%2022.25a9.7%209.7%200%200%200%206.07-2.12l2.4%202.4a.75.75%200%201%200%201.06-1.06l-2.361-2.362A9.72%209.72%200%200%200%2021.75%2012.5A9.75%209.75%200%200%200%2012%202.75M3.75%2012.5a8.25%208.25%200%201%201%2016.5%200a8.25%208.25%200%200%201-16.5%200%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M4.8%202.75c.316%200%20.613.07.878.197a.75.75%200%200%200%20.644-1.355a3.55%203.55%200%200%200-4.73%204.73a.75.75%200%200%200%201.355-.644A2.05%202.05%200%200%201%204.8%202.75m13.522.197a2.05%202.05%200%200%201%202.731%202.731a.75.75%200%200%200%201.355.644a3.55%203.55%200%200%200-4.73-4.73a.75.75%200%201%200%20.644%201.355M12.75%207.5a.75.75%200%200%200-1.5%200v5a.75.75%200%200%200%20.352.636l3.2%202a.75.75%200%201%200%20.796-1.272l-2.848-1.78z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%202.75a9.75%209.75%200%200%200-9.75%209.75c0%202.55.979%204.87%202.581%206.608L2.47%2021.47a.75.75%200%201%200%201.06%201.06l2.4-2.4A9.7%209.7%200%200%200%2012%2022.25a9.7%209.7%200%200%200%206.07-2.12l2.4%202.4a.75.75%200%201%200%201.06-1.06l-2.361-2.362A9.72%209.72%200%200%200%2021.75%2012.5A9.75%209.75%200%200%200%2012%202.75M3.75%2012.5a8.25%208.25%200%201%201%2016.5%200a8.25%208.25%200%200%201-16.5%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/alarm-clock.svg?color=%231a73e8&size=48