snooze-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
snooze-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

5 other variants in Fluent UI System Icons

The same icon in other sets

Use the snooze icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.244 13.004a.75.75 0 0 1 .662 1.104l-.057.09l-4.622 6.301h4.017a.75.75 0 0 1 .743.649l.007.102a.75.75 0 0 1-.648.743L8.244 22H2.747a.75.75 0 0 1-.661-1.105l.057-.089l4.62-6.303H2.749a.75.75 0 0 1-.743-.648l-.007-.101a.75.75 0 0 1 .649-.743l.101-.007zM21.252 2a.75.75 0 0 1 .638 1.144l-.06.084l-8.491 10.268h7.913a.75.75 0 0 1 .743.649l.007.101a.75.75 0 0 1-.648.744l-.102.006h-9.505a.75.75 0 0 1-.638-1.144l.06-.083L19.66 3.5l-7.912.001a.75.75 0 0 1-.743-.648l-.007-.102a.75.75 0 0 1 .649-.743l.1-.008z"/></svg>

React

import type { SVGProps } from "react";

export function FluentSnooze24Regular(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="M8.244 13.004a.75.75 0 0 1 .662 1.104l-.057.09l-4.622 6.301h4.017a.75.75 0 0 1 .743.649l.007.102a.75.75 0 0 1-.648.743L8.244 22H2.747a.75.75 0 0 1-.661-1.105l.057-.089l4.62-6.303H2.749a.75.75 0 0 1-.743-.648l-.007-.101a.75.75 0 0 1 .649-.743l.101-.007zM21.252 2a.75.75 0 0 1 .638 1.144l-.06.084l-8.491 10.268h7.913a.75.75 0 0 1 .743.649l.007.101a.75.75 0 0 1-.648.744l-.102.006h-9.505a.75.75 0 0 1-.638-1.144l.06-.083L19.66 3.5l-7.912.001a.75.75 0 0 1-.743-.648l-.007-.102a.75.75 0 0 1 .649-.743l.1-.008z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.244 13.004a.75.75 0 0 1 .662 1.104l-.057.09l-4.622 6.301h4.017a.75.75 0 0 1 .743.649l.007.102a.75.75 0 0 1-.648.743L8.244 22H2.747a.75.75 0 0 1-.661-1.105l.057-.089l4.62-6.303H2.749a.75.75 0 0 1-.743-.648l-.007-.101a.75.75 0 0 1 .649-.743l.101-.007zM21.252 2a.75.75 0 0 1 .638 1.144l-.06.084l-8.491 10.268h7.913a.75.75 0 0 1 .743.649l.007.101a.75.75 0 0 1-.648.744l-.102.006h-9.505a.75.75 0 0 1-.638-1.144l.06-.083L19.66 3.5l-7.912.001a.75.75 0 0 1-.743-.648l-.007-.102a.75.75 0 0 1 .649-.743l.1-.008z"/></svg>
</template>

CSS

.icon-snooze-24-regular {
  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%22M8.244%2013.004a.75.75%200%200%201%20.662%201.104l-.057.09l-4.622%206.301h4.017a.75.75%200%200%201%20.743.649l.007.102a.75.75%200%200%201-.648.743L8.244%2022H2.747a.75.75%200%200%201-.661-1.105l.057-.089l4.62-6.303H2.749a.75.75%200%200%201-.743-.648l-.007-.101a.75.75%200%200%201%20.649-.743l.101-.007zM21.252%202a.75.75%200%200%201%20.638%201.144l-.06.084l-8.491%2010.268h7.913a.75.75%200%200%201%20.743.649l.007.101a.75.75%200%200%201-.648.744l-.102.006h-9.505a.75.75%200%200%201-.638-1.144l.06-.083L19.66%203.5l-7.912.001a.75.75%200%200%201-.743-.648l-.007-.102a.75.75%200%200%201%20.649-.743l.1-.008z%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%22M8.244%2013.004a.75.75%200%200%201%20.662%201.104l-.057.09l-4.622%206.301h4.017a.75.75%200%200%201%20.743.649l.007.102a.75.75%200%200%201-.648.743L8.244%2022H2.747a.75.75%200%200%201-.661-1.105l.057-.089l4.62-6.303H2.749a.75.75%200%200%201-.743-.648l-.007-.101a.75.75%200%200%201%20.649-.743l.101-.007zM21.252%202a.75.75%200%200%201%20.638%201.144l-.06.084l-8.491%2010.268h7.913a.75.75%200%200%201%20.743.649l.007.101a.75.75%200%200%201-.648.744l-.102.006h-9.505a.75.75%200%200%201-.638-1.144l.06-.083L19.66%203.5l-7.912.001a.75.75%200%200%201-.743-.648l-.007-.102a.75.75%200%200%201%20.649-.743l.1-.008z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/snooze-24-regular.svg?color=%231a73e8&size=48