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

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

7 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the alert snooze icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M7.5 1a.5.5 0 0 0 0 1h2L7.1 5.2a.5.5 0 0 0 .4.8h3a.5.5 0 0 0 0-1h-2l2.4-3.2a.5.5 0 0 0-.4-.8zm2.481 6a.498.498 0 0 0-.428.723L9.69 8H2.309l.638-1.277A.5.5 0 0 0 3 6.5V5a3 3 0 0 1 2.57-2.97a.5.5 0 1 0-.14-.99A4 4 0 0 0 2 5v1.382l-.947 1.894A.5.5 0 0 0 1.5 9H4a2 2 0 0 0 4 0h2.5a.5.5 0 0 0 .447-.724l-.5-1a.5.5 0 0 0-.43-.276zM5 9h2a1 1 0 1 1-2 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentAlertSnooze12Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M7.5 1a.5.5 0 0 0 0 1h2L7.1 5.2a.5.5 0 0 0 .4.8h3a.5.5 0 0 0 0-1h-2l2.4-3.2a.5.5 0 0 0-.4-.8zm2.481 6a.498.498 0 0 0-.428.723L9.69 8H2.309l.638-1.277A.5.5 0 0 0 3 6.5V5a3 3 0 0 1 2.57-2.97a.5.5 0 1 0-.14-.99A4 4 0 0 0 2 5v1.382l-.947 1.894A.5.5 0 0 0 1.5 9H4a2 2 0 0 0 4 0h2.5a.5.5 0 0 0 .447-.724l-.5-1a.5.5 0 0 0-.43-.276zM5 9h2a1 1 0 1 1-2 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M7.5 1a.5.5 0 0 0 0 1h2L7.1 5.2a.5.5 0 0 0 .4.8h3a.5.5 0 0 0 0-1h-2l2.4-3.2a.5.5 0 0 0-.4-.8zm2.481 6a.498.498 0 0 0-.428.723L9.69 8H2.309l.638-1.277A.5.5 0 0 0 3 6.5V5a3 3 0 0 1 2.57-2.97a.5.5 0 1 0-.14-.99A4 4 0 0 0 2 5v1.382l-.947 1.894A.5.5 0 0 0 1.5 9H4a2 2 0 0 0 4 0h2.5a.5.5 0 0 0 .447-.724l-.5-1a.5.5 0 0 0-.43-.276zM5 9h2a1 1 0 1 1-2 0"/></svg>
</template>

CSS

.icon-alert-snooze-12-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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5%201a.5.5%200%200%200%200%201h2L7.1%205.2a.5.5%200%200%200%20.4.8h3a.5.5%200%200%200%200-1h-2l2.4-3.2a.5.5%200%200%200-.4-.8zm2.481%206a.498.498%200%200%200-.428.723L9.69%208H2.309l.638-1.277A.5.5%200%200%200%203%206.5V5a3%203%200%200%201%202.57-2.97a.5.5%200%201%200-.14-.99A4%204%200%200%200%202%205v1.382l-.947%201.894A.5.5%200%200%200%201.5%209H4a2%202%200%200%200%204%200h2.5a.5.5%200%200%200%20.447-.724l-.5-1a.5.5%200%200%200-.43-.276zM5%209h2a1%201%200%201%201-2%200%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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5%201a.5.5%200%200%200%200%201h2L7.1%205.2a.5.5%200%200%200%20.4.8h3a.5.5%200%200%200%200-1h-2l2.4-3.2a.5.5%200%200%200-.4-.8zm2.481%206a.498.498%200%200%200-.428.723L9.69%208H2.309l.638-1.277A.5.5%200%200%200%203%206.5V5a3%203%200%200%201%202.57-2.97a.5.5%200%201%200-.14-.99A4%204%200%200%200%202%205v1.382l-.947%201.894A.5.5%200%200%200%201.5%209H4a2%202%200%200%200%204%200h2.5a.5.5%200%200%200%20.447-.724l-.5-1a.5.5%200%200%200-.43-.276zM5%209h2a1%201%200%201%201-2%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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