alarm clock icon
alarm-clock-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- alarm-clock-fill
- Set
- Mage Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Mage 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-clockJam Iconsalarm-clockLucidealarm-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="0 0 24 24"><path fill="currentColor" d="M18.765 18.579a8.87 8.87 0 1 0-13.54 0l-1.88 1.88a.75.75 0 0 0 .53 1.28a.7.7 0 0 0 .53-.22l1.88-1.88a8.81 8.81 0 0 0 11.42 0l1.88 1.88a.7.7 0 0 0 .53.22a.74.74 0 0 0 .53-.22a.75.75 0 0 0 0-1.06zm-3.75-2.68a1 1 0 0 1-1.41 0l-2.61-2.61v-5.06a1 1 0 1 1 2 0v4.23l2 2a1 1 0 0 1 .02 1.44m5.67-9.8a.8.8 0 0 1-.53-.22l-2.31-2.32a.74.74 0 0 1 0-1.06a.75.75 0 0 1 1.06 0l2.36 2.28a.75.75 0 0 1 0 1.06a.8.8 0 0 1-.58.26m-17.42 0a.8.8 0 0 1-.53-.22a.75.75 0 0 1 0-1.06l2.32-2.32a.75.75 0 1 1 1.06 1.06l-2.32 2.32a.75.75 0 0 1-.53.22"/></svg>
React
import type { SVGProps } from "react";
export function MageAlarmClockFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.765 18.579a8.87 8.87 0 1 0-13.54 0l-1.88 1.88a.75.75 0 0 0 .53 1.28a.7.7 0 0 0 .53-.22l1.88-1.88a8.81 8.81 0 0 0 11.42 0l1.88 1.88a.7.7 0 0 0 .53.22a.74.74 0 0 0 .53-.22a.75.75 0 0 0 0-1.06zm-3.75-2.68a1 1 0 0 1-1.41 0l-2.61-2.61v-5.06a1 1 0 1 1 2 0v4.23l2 2a1 1 0 0 1 .02 1.44m5.67-9.8a.8.8 0 0 1-.53-.22l-2.31-2.32a.74.74 0 0 1 0-1.06a.75.75 0 0 1 1.06 0l2.36 2.28a.75.75 0 0 1 0 1.06a.8.8 0 0 1-.58.26m-17.42 0a.8.8 0 0 1-.53-.22a.75.75 0 0 1 0-1.06l2.32-2.32a.75.75 0 1 1 1.06 1.06l-2.32 2.32a.75.75 0 0 1-.53.22"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.765 18.579a8.87 8.87 0 1 0-13.54 0l-1.88 1.88a.75.75 0 0 0 .53 1.28a.7.7 0 0 0 .53-.22l1.88-1.88a8.81 8.81 0 0 0 11.42 0l1.88 1.88a.7.7 0 0 0 .53.22a.74.74 0 0 0 .53-.22a.75.75 0 0 0 0-1.06zm-3.75-2.68a1 1 0 0 1-1.41 0l-2.61-2.61v-5.06a1 1 0 1 1 2 0v4.23l2 2a1 1 0 0 1 .02 1.44m5.67-9.8a.8.8 0 0 1-.53-.22l-2.31-2.32a.74.74 0 0 1 0-1.06a.75.75 0 0 1 1.06 0l2.36 2.28a.75.75 0 0 1 0 1.06a.8.8 0 0 1-.58.26m-17.42 0a.8.8 0 0 1-.53-.22a.75.75 0 0 1 0-1.06l2.32-2.32a.75.75 0 1 1 1.06 1.06l-2.32 2.32a.75.75 0 0 1-.53.22"/></svg> </template>
CSS
.icon-alarm-clock-fill {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.765%2018.579a8.87%208.87%200%201%200-13.54%200l-1.88%201.88a.75.75%200%200%200%20.53%201.28a.7.7%200%200%200%20.53-.22l1.88-1.88a8.81%208.81%200%200%200%2011.42%200l1.88%201.88a.7.7%200%200%200%20.53.22a.74.74%200%200%200%20.53-.22a.75.75%200%200%200%200-1.06zm-3.75-2.68a1%201%200%200%201-1.41%200l-2.61-2.61v-5.06a1%201%200%201%201%202%200v4.23l2%202a1%201%200%200%201%20.02%201.44m5.67-9.8a.8.8%200%200%201-.53-.22l-2.31-2.32a.74.74%200%200%201%200-1.06a.75.75%200%200%201%201.06%200l2.36%202.28a.75.75%200%200%201%200%201.06a.8.8%200%200%201-.58.26m-17.42%200a.8.8%200%200%201-.53-.22a.75.75%200%200%201%200-1.06l2.32-2.32a.75.75%200%201%201%201.06%201.06l-2.32%202.32a.75.75%200%200%201-.53.22%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.765%2018.579a8.87%208.87%200%201%200-13.54%200l-1.88%201.88a.75.75%200%200%200%20.53%201.28a.7.7%200%200%200%20.53-.22l1.88-1.88a8.81%208.81%200%200%200%2011.42%200l1.88%201.88a.7.7%200%200%200%20.53.22a.74.74%200%200%200%20.53-.22a.75.75%200%200%200%200-1.06zm-3.75-2.68a1%201%200%200%201-1.41%200l-2.61-2.61v-5.06a1%201%200%201%201%202%200v4.23l2%202a1%201%200%200%201%20.02%201.44m5.67-9.8a.8.8%200%200%201-.53-.22l-2.31-2.32a.74.74%200%200%201%200-1.06a.75.75%200%200%201%201.06%200l2.36%202.28a.75.75%200%200%201%200%201.06a.8.8%200%200%201-.58.26m-17.42%200a.8.8%200%200%201-.53-.22a.75.75%200%200%201%200-1.06l2.32-2.32a.75.75%200%201%201%201.06%201.06l-2.32%202.32a.75.75%200%200%201-.53.22%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/alarm-clock-fill.svg?color=%231a73e8&size=48