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

Name
alert-snooze-12-filled
Set
Fluent UI System Icons
Style
12 Filled
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="M6.085 1A1.5 1.5 0 0 0 7.5 3L6.3 4.6A1.5 1.5 0 0 0 7.5 7h2.81l.637 1.276A.5.5 0 0 1 10.5 9h-9a.5.5 0 0 1-.447-.724L2 6.382V5a4 4 0 0 1 4.085-4m-2.022 9a2 2 0 0 0 3.874 0zM7.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-.8z"/></svg>

React

import type { SVGProps } from "react";

export function FluentAlertSnooze12Filled(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="M6.085 1A1.5 1.5 0 0 0 7.5 3L6.3 4.6A1.5 1.5 0 0 0 7.5 7h2.81l.637 1.276A.5.5 0 0 1 10.5 9h-9a.5.5 0 0 1-.447-.724L2 6.382V5a4 4 0 0 1 4.085-4m-2.022 9a2 2 0 0 0 3.874 0zM7.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-.8z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M6.085 1A1.5 1.5 0 0 0 7.5 3L6.3 4.6A1.5 1.5 0 0 0 7.5 7h2.81l.637 1.276A.5.5 0 0 1 10.5 9h-9a.5.5 0 0 1-.447-.724L2 6.382V5a4 4 0 0 1 4.085-4m-2.022 9a2 2 0 0 0 3.874 0zM7.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-.8z"/></svg>
</template>

CSS

.icon-alert-snooze-12-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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.085%201A1.5%201.5%200%200%200%207.5%203L6.3%204.6A1.5%201.5%200%200%200%207.5%207h2.81l.637%201.276A.5.5%200%200%201%2010.5%209h-9a.5.5%200%200%201-.447-.724L2%206.382V5a4%204%200%200%201%204.085-4m-2.022%209a2%202%200%200%200%203.874%200zM7.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-.8z%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%22M6.085%201A1.5%201.5%200%200%200%207.5%203L6.3%204.6A1.5%201.5%200%200%200%207.5%207h2.81l.637%201.276A.5.5%200%200%201%2010.5%209h-9a.5.5%200%200%201-.447-.724L2%206.382V5a4%204%200%200%201%204.085-4m-2.022%209a2%202%200%200%200%203.874%200zM7.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-.8z%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-filled.svg?color=%231a73e8&size=48