alarm clock off icon
alarm-clock-off-filled from Reicon by REICON · Filled · Time · MIT Free for personal and commercial use.
- Name
- alarm-clock-off-filled
- Set
- Reicon
- Style
- Filled
- Category
- Time
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
More time icons from Reicon
Use the alarm clock off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2.53 1.47a.75.75 0 0 0-1.06 1.06l.346.347A3.54 3.54 0 0 0 1.25 4.8c0 .543.123 1.06.342 1.522a.75.75 0 0 0 1.355-.644A2.04 2.04 0 0 1 2.75 4.8c0-.291.06-.568.17-.82l1.911 1.912a9.72 9.72 0 0 0-2.58 6.608c0 2.55.978 4.87 2.58 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.25c2.55 0 4.872-.98 6.608-2.581l2.862 2.861a.75.75 0 1 0 1.06-1.06l-3.386-3.386l-.004-.005L6.42 5.36l-.004-.005l-3.062-3.061l-.005-.005l-.004-.005zM19.2 2.75c-.316 0-.613.07-.878.197a.75.75 0 0 1-.644-1.355a3.55 3.55 0 0 1 4.73 4.73a.75.75 0 0 1-1.355-.644A2.05 2.05 0 0 0 19.2 2.75"/><path d="M7.986 3.612A9.7 9.7 0 0 1 12 2.75a9.75 9.75 0 0 1 9.75 9.75c0 1.43-.308 2.789-.862 4.014a.75.75 0 0 1-1.214.221L7.765 4.825a.75.75 0 0 1 .221-1.213"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconAlarmClockOffFilled(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="M2.53 1.47a.75.75 0 0 0-1.06 1.06l.346.347A3.54 3.54 0 0 0 1.25 4.8c0 .543.123 1.06.342 1.522a.75.75 0 0 0 1.355-.644A2.04 2.04 0 0 1 2.75 4.8c0-.291.06-.568.17-.82l1.911 1.912a9.72 9.72 0 0 0-2.58 6.608c0 2.55.978 4.87 2.58 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.25c2.55 0 4.872-.98 6.608-2.581l2.862 2.861a.75.75 0 1 0 1.06-1.06l-3.386-3.386l-.004-.005L6.42 5.36l-.004-.005l-3.062-3.061l-.005-.005l-.004-.005zM19.2 2.75c-.316 0-.613.07-.878.197a.75.75 0 0 1-.644-1.355a3.55 3.55 0 0 1 4.73 4.73a.75.75 0 0 1-1.355-.644A2.05 2.05 0 0 0 19.2 2.75"/><path d="M7.986 3.612A9.7 9.7 0 0 1 12 2.75a9.75 9.75 0 0 1 9.75 9.75c0 1.43-.308 2.789-.862 4.014a.75.75 0 0 1-1.214.221L7.765 4.825a.75.75 0 0 1 .221-1.213"/></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="M2.53 1.47a.75.75 0 0 0-1.06 1.06l.346.347A3.54 3.54 0 0 0 1.25 4.8c0 .543.123 1.06.342 1.522a.75.75 0 0 0 1.355-.644A2.04 2.04 0 0 1 2.75 4.8c0-.291.06-.568.17-.82l1.911 1.912a9.72 9.72 0 0 0-2.58 6.608c0 2.55.978 4.87 2.58 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.25c2.55 0 4.872-.98 6.608-2.581l2.862 2.861a.75.75 0 1 0 1.06-1.06l-3.386-3.386l-.004-.005L6.42 5.36l-.004-.005l-3.062-3.061l-.005-.005l-.004-.005zM19.2 2.75c-.316 0-.613.07-.878.197a.75.75 0 0 1-.644-1.355a3.55 3.55 0 0 1 4.73 4.73a.75.75 0 0 1-1.355-.644A2.05 2.05 0 0 0 19.2 2.75"/><path d="M7.986 3.612A9.7 9.7 0 0 1 12 2.75a9.75 9.75 0 0 1 9.75 9.75c0 1.43-.308 2.789-.862 4.014a.75.75 0 0 1-1.214.221L7.765 4.825a.75.75 0 0 1 .221-1.213"/></g></svg> </template>
CSS
.icon-alarm-clock-off-filled {
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%22M2.53%201.47a.75.75%200%200%200-1.06%201.06l.346.347A3.54%203.54%200%200%200%201.25%204.8c0%20.543.123%201.06.342%201.522a.75.75%200%200%200%201.355-.644A2.04%202.04%200%200%201%202.75%204.8c0-.291.06-.568.17-.82l1.911%201.912a9.72%209.72%200%200%200-2.58%206.608c0%202.55.978%204.87%202.58%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.25c2.55%200%204.872-.98%206.608-2.581l2.862%202.861a.75.75%200%201%200%201.06-1.06l-3.386-3.386l-.004-.005L6.42%205.36l-.004-.005l-3.062-3.061l-.005-.005l-.004-.005zM19.2%202.75c-.316%200-.613.07-.878.197a.75.75%200%200%201-.644-1.355a3.55%203.55%200%200%201%204.73%204.73a.75.75%200%200%201-1.355-.644A2.05%202.05%200%200%200%2019.2%202.75%22%2F%3E%3Cpath%20d%3D%22M7.986%203.612A9.7%209.7%200%200%201%2012%202.75a9.75%209.75%200%200%201%209.75%209.75c0%201.43-.308%202.789-.862%204.014a.75.75%200%200%201-1.214.221L7.765%204.825a.75.75%200%200%201%20.221-1.213%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%22M2.53%201.47a.75.75%200%200%200-1.06%201.06l.346.347A3.54%203.54%200%200%200%201.25%204.8c0%20.543.123%201.06.342%201.522a.75.75%200%200%200%201.355-.644A2.04%202.04%200%200%201%202.75%204.8c0-.291.06-.568.17-.82l1.911%201.912a9.72%209.72%200%200%200-2.58%206.608c0%202.55.978%204.87%202.58%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.25c2.55%200%204.872-.98%206.608-2.581l2.862%202.861a.75.75%200%201%200%201.06-1.06l-3.386-3.386l-.004-.005L6.42%205.36l-.004-.005l-3.062-3.061l-.005-.005l-.004-.005zM19.2%202.75c-.316%200-.613.07-.878.197a.75.75%200%200%201-.644-1.355a3.55%203.55%200%200%201%204.73%204.73a.75.75%200%200%201-1.355-.644A2.05%202.05%200%200%200%2019.2%202.75%22%2F%3E%3Cpath%20d%3D%22M7.986%203.612A9.7%209.7%200%200%201%2012%202.75a9.75%209.75%200%200%201%209.75%209.75c0%201.43-.308%202.789-.862%204.014a.75.75%200%200%201-1.214.221L7.765%204.825a.75.75%200%200%201%20.221-1.213%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-off-filled.svg?color=%231a73e8&size=48