alarm clock off icon

alarm-clock-off from Reicon by REICON · Outline · Time · MIT Free for personal and commercial use.

Name
alarm-clock-off
Set
Reicon
Style
Outline
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 fill-rule="evenodd" 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.385-3.385l-.01-.011L6.425 5.366l-.01-.011l-3.06-3.06l-.006-.005l-.004-.005zm3.363 5.483a8.25 8.25 0 0 0 11.654 11.654z" clip-rule="evenodd"/><path d="M18.322 2.947a2.05 2.05 0 0 1 2.731 2.731a.75.75 0 1 0 1.355.644a3.55 3.55 0 0 0-4.73-4.73a.75.75 0 0 0 .644 1.355"/><path d="M8.604 4.979a8.25 8.25 0 0 1 10.917 10.917a.75.75 0 1 0 1.367.618a9.7 9.7 0 0 0 .862-4.014A9.75 9.75 0 0 0 12 2.75c-1.43 0-2.789.308-4.014.862a.75.75 0 1 0 .618 1.367"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconAlarmClockOff(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 fillRule="evenodd" 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.385-3.385l-.01-.011L6.425 5.366l-.01-.011l-3.06-3.06l-.006-.005l-.004-.005zm3.363 5.483a8.25 8.25 0 0 0 11.654 11.654z" clipRule="evenodd"/><path d="M18.322 2.947a2.05 2.05 0 0 1 2.731 2.731a.75.75 0 1 0 1.355.644a3.55 3.55 0 0 0-4.73-4.73a.75.75 0 0 0 .644 1.355"/><path d="M8.604 4.979a8.25 8.25 0 0 1 10.917 10.917a.75.75 0 1 0 1.367.618a9.7 9.7 0 0 0 .862-4.014A9.75 9.75 0 0 0 12 2.75c-1.43 0-2.789.308-4.014.862a.75.75 0 1 0 .618 1.367"/></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 fill-rule="evenodd" 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.385-3.385l-.01-.011L6.425 5.366l-.01-.011l-3.06-3.06l-.006-.005l-.004-.005zm3.363 5.483a8.25 8.25 0 0 0 11.654 11.654z" clip-rule="evenodd"/><path d="M18.322 2.947a2.05 2.05 0 0 1 2.731 2.731a.75.75 0 1 0 1.355.644a3.55 3.55 0 0 0-4.73-4.73a.75.75 0 0 0 .644 1.355"/><path d="M8.604 4.979a8.25 8.25 0 0 1 10.917 10.917a.75.75 0 1 0 1.367.618a9.7 9.7 0 0 0 .862-4.014A9.75 9.75 0 0 0 12 2.75c-1.43 0-2.789.308-4.014.862a.75.75 0 1 0 .618 1.367"/></g></svg>
</template>

CSS

.icon-alarm-clock-off {
  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%20fill-rule%3D%22evenodd%22%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.385-3.385l-.01-.011L6.425%205.366l-.01-.011l-3.06-3.06l-.006-.005l-.004-.005zm3.363%205.483a8.25%208.25%200%200%200%2011.654%2011.654z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M18.322%202.947a2.05%202.05%200%200%201%202.731%202.731a.75.75%200%201%200%201.355.644a3.55%203.55%200%200%200-4.73-4.73a.75.75%200%200%200%20.644%201.355%22%2F%3E%3Cpath%20d%3D%22M8.604%204.979a8.25%208.25%200%200%201%2010.917%2010.917a.75.75%200%201%200%201.367.618a9.7%209.7%200%200%200%20.862-4.014A9.75%209.75%200%200%200%2012%202.75c-1.43%200-2.789.308-4.014.862a.75.75%200%201%200%20.618%201.367%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%20fill-rule%3D%22evenodd%22%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.385-3.385l-.01-.011L6.425%205.366l-.01-.011l-3.06-3.06l-.006-.005l-.004-.005zm3.363%205.483a8.25%208.25%200%200%200%2011.654%2011.654z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M18.322%202.947a2.05%202.05%200%200%201%202.731%202.731a.75.75%200%201%200%201.355.644a3.55%203.55%200%200%200-4.73-4.73a.75.75%200%200%200%20.644%201.355%22%2F%3E%3Cpath%20d%3D%22M8.604%204.979a8.25%208.25%200%200%201%2010.917%2010.917a.75.75%200%201%200%201.367.618a9.7%209.7%200%200%200%20.862-4.014A9.75%209.75%200%200%200%2012%202.75c-1.43%200-2.789.308-4.014.862a.75.75%200%201%200%20.618%201.367%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.svg?color=%231a73e8&size=48