alarm sleep icon

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

Name
alarm-sleep
Set
Reicon
Style
Outline
Category
Time
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

More time icons from Reicon

Use the alarm sleep icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M8.136 1.603a.75.75 0 0 1-.238 1.033l-4 2.5a.75.75 0 0 1-.796-1.272l4-2.5a.75.75 0 0 1 1.034.239m7.728 0a.75.75 0 0 1 1.034-.239l4 2.5a.75.75 0 1 1-.796 1.272l-4-2.5a.75.75 0 0 1-.238-1.033M12 4.75a8.25 8.25 0 1 0 0 16.5a8.25 8.25 0 0 0 0-16.5M2.25 13c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75s-4.365 9.75-9.75 9.75S2.25 18.385 2.25 13M9 10.75a.75.75 0 0 1 0-1.5h6a.75.75 0 0 1 .53 1.28l-4.72 4.72H15a.75.75 0 0 1 0 1.5H9a.75.75 0 0 1-.53-1.28l4.72-4.72z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconAlarmSleep(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" fillRule="evenodd" d="M8.136 1.603a.75.75 0 0 1-.238 1.033l-4 2.5a.75.75 0 0 1-.796-1.272l4-2.5a.75.75 0 0 1 1.034.239m7.728 0a.75.75 0 0 1 1.034-.239l4 2.5a.75.75 0 1 1-.796 1.272l-4-2.5a.75.75 0 0 1-.238-1.033M12 4.75a8.25 8.25 0 1 0 0 16.5a8.25 8.25 0 0 0 0-16.5M2.25 13c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75s-4.365 9.75-9.75 9.75S2.25 18.385 2.25 13M9 10.75a.75.75 0 0 1 0-1.5h6a.75.75 0 0 1 .53 1.28l-4.72 4.72H15a.75.75 0 0 1 0 1.5H9a.75.75 0 0 1-.53-1.28l4.72-4.72z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M8.136 1.603a.75.75 0 0 1-.238 1.033l-4 2.5a.75.75 0 0 1-.796-1.272l4-2.5a.75.75 0 0 1 1.034.239m7.728 0a.75.75 0 0 1 1.034-.239l4 2.5a.75.75 0 1 1-.796 1.272l-4-2.5a.75.75 0 0 1-.238-1.033M12 4.75a8.25 8.25 0 1 0 0 16.5a8.25 8.25 0 0 0 0-16.5M2.25 13c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75s-4.365 9.75-9.75 9.75S2.25 18.385 2.25 13M9 10.75a.75.75 0 0 1 0-1.5h6a.75.75 0 0 1 .53 1.28l-4.72 4.72H15a.75.75 0 0 1 0 1.5H9a.75.75 0 0 1-.53-1.28l4.72-4.72z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-alarm-sleep {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M8.136%201.603a.75.75%200%200%201-.238%201.033l-4%202.5a.75.75%200%200%201-.796-1.272l4-2.5a.75.75%200%200%201%201.034.239m7.728%200a.75.75%200%200%201%201.034-.239l4%202.5a.75.75%200%201%201-.796%201.272l-4-2.5a.75.75%200%200%201-.238-1.033M12%204.75a8.25%208.25%200%201%200%200%2016.5a8.25%208.25%200%200%200%200-16.5M2.25%2013c0-5.385%204.365-9.75%209.75-9.75s9.75%204.365%209.75%209.75s-4.365%209.75-9.75%209.75S2.25%2018.385%202.25%2013M9%2010.75a.75.75%200%200%201%200-1.5h6a.75.75%200%200%201%20.53%201.28l-4.72%204.72H15a.75.75%200%200%201%200%201.5H9a.75.75%200%200%201-.53-1.28l4.72-4.72z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M8.136%201.603a.75.75%200%200%201-.238%201.033l-4%202.5a.75.75%200%200%201-.796-1.272l4-2.5a.75.75%200%200%201%201.034.239m7.728%200a.75.75%200%200%201%201.034-.239l4%202.5a.75.75%200%201%201-.796%201.272l-4-2.5a.75.75%200%200%201-.238-1.033M12%204.75a8.25%208.25%200%201%200%200%2016.5a8.25%208.25%200%200%200%200-16.5M2.25%2013c0-5.385%204.365-9.75%209.75-9.75s9.75%204.365%209.75%209.75s-4.365%209.75-9.75%209.75S2.25%2018.385%202.25%2013M9%2010.75a.75.75%200%200%201%200-1.5h6a.75.75%200%200%201%20.53%201.28l-4.72%204.72H15a.75.75%200%200%201%200%201.5H9a.75.75%200%200%201-.53-1.28l4.72-4.72z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/alarm-sleep.svg?color=%231a73e8&size=48