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

Name
alert-snooze-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M12 3.5c-3.104 0-6 2.432-6 6.25v4.153L4.682 17h14.67l-1.354-3.093V11.75a.75.75 0 0 1 1.5 0v1.843l1.381 3.156a1.25 1.25 0 0 1-1.145 1.751H15a3.002 3.002 0 0 1-6.003 0H4.305a1.25 1.25 0 0 1-1.15-1.739l1.344-3.164V9.75C4.5 5.068 8.103 2 12 2c.86 0 1.705.15 2.5.432a.75.75 0 0 1-.502 1.413A6 6 0 0 0 12 3.5M12 20c.828 0 1.5-.671 1.501-1.5h-3.003c0 .829.673 1.5 1.502 1.5m3.25-13h-2.5l-.101.007A.75.75 0 0 0 12.75 8.5h1.043l-1.653 2.314l-.055.09A.75.75 0 0 0 12.75 12h2.5l.102-.007a.75.75 0 0 0-.102-1.493h-1.042l1.653-2.314l.055-.09A.75.75 0 0 0 15.25 7m6-5h-3.5l-.101.007A.75.75 0 0 0 17.75 3.5h2.134l-2.766 4.347l-.05.09A.75.75 0 0 0 17.75 9h3.5l.102-.007A.75.75 0 0 0 21.25 7.5h-2.133l2.766-4.347l.05-.09A.75.75 0 0 0 21.25 2"/></svg>

React

import type { SVGProps } from "react";

export function FluentAlertSnooze24Regular(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="M12 3.5c-3.104 0-6 2.432-6 6.25v4.153L4.682 17h14.67l-1.354-3.093V11.75a.75.75 0 0 1 1.5 0v1.843l1.381 3.156a1.25 1.25 0 0 1-1.145 1.751H15a3.002 3.002 0 0 1-6.003 0H4.305a1.25 1.25 0 0 1-1.15-1.739l1.344-3.164V9.75C4.5 5.068 8.103 2 12 2c.86 0 1.705.15 2.5.432a.75.75 0 0 1-.502 1.413A6 6 0 0 0 12 3.5M12 20c.828 0 1.5-.671 1.501-1.5h-3.003c0 .829.673 1.5 1.502 1.5m3.25-13h-2.5l-.101.007A.75.75 0 0 0 12.75 8.5h1.043l-1.653 2.314l-.055.09A.75.75 0 0 0 12.75 12h2.5l.102-.007a.75.75 0 0 0-.102-1.493h-1.042l1.653-2.314l.055-.09A.75.75 0 0 0 15.25 7m6-5h-3.5l-.101.007A.75.75 0 0 0 17.75 3.5h2.134l-2.766 4.347l-.05.09A.75.75 0 0 0 17.75 9h3.5l.102-.007A.75.75 0 0 0 21.25 7.5h-2.133l2.766-4.347l.05-.09A.75.75 0 0 0 21.25 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 3.5c-3.104 0-6 2.432-6 6.25v4.153L4.682 17h14.67l-1.354-3.093V11.75a.75.75 0 0 1 1.5 0v1.843l1.381 3.156a1.25 1.25 0 0 1-1.145 1.751H15a3.002 3.002 0 0 1-6.003 0H4.305a1.25 1.25 0 0 1-1.15-1.739l1.344-3.164V9.75C4.5 5.068 8.103 2 12 2c.86 0 1.705.15 2.5.432a.75.75 0 0 1-.502 1.413A6 6 0 0 0 12 3.5M12 20c.828 0 1.5-.671 1.501-1.5h-3.003c0 .829.673 1.5 1.502 1.5m3.25-13h-2.5l-.101.007A.75.75 0 0 0 12.75 8.5h1.043l-1.653 2.314l-.055.09A.75.75 0 0 0 12.75 12h2.5l.102-.007a.75.75 0 0 0-.102-1.493h-1.042l1.653-2.314l.055-.09A.75.75 0 0 0 15.25 7m6-5h-3.5l-.101.007A.75.75 0 0 0 17.75 3.5h2.134l-2.766 4.347l-.05.09A.75.75 0 0 0 17.75 9h3.5l.102-.007A.75.75 0 0 0 21.25 7.5h-2.133l2.766-4.347l.05-.09A.75.75 0 0 0 21.25 2"/></svg>
</template>

CSS

.icon-alert-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%22M12%203.5c-3.104%200-6%202.432-6%206.25v4.153L4.682%2017h14.67l-1.354-3.093V11.75a.75.75%200%200%201%201.5%200v1.843l1.381%203.156a1.25%201.25%200%200%201-1.145%201.751H15a3.002%203.002%200%200%201-6.003%200H4.305a1.25%201.25%200%200%201-1.15-1.739l1.344-3.164V9.75C4.5%205.068%208.103%202%2012%202c.86%200%201.705.15%202.5.432a.75.75%200%200%201-.502%201.413A6%206%200%200%200%2012%203.5M12%2020c.828%200%201.5-.671%201.501-1.5h-3.003c0%20.829.673%201.5%201.502%201.5m3.25-13h-2.5l-.101.007A.75.75%200%200%200%2012.75%208.5h1.043l-1.653%202.314l-.055.09A.75.75%200%200%200%2012.75%2012h2.5l.102-.007a.75.75%200%200%200-.102-1.493h-1.042l1.653-2.314l.055-.09A.75.75%200%200%200%2015.25%207m6-5h-3.5l-.101.007A.75.75%200%200%200%2017.75%203.5h2.134l-2.766%204.347l-.05.09A.75.75%200%200%200%2017.75%209h3.5l.102-.007A.75.75%200%200%200%2021.25%207.5h-2.133l2.766-4.347l.05-.09A.75.75%200%200%200%2021.25%202%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%22M12%203.5c-3.104%200-6%202.432-6%206.25v4.153L4.682%2017h14.67l-1.354-3.093V11.75a.75.75%200%200%201%201.5%200v1.843l1.381%203.156a1.25%201.25%200%200%201-1.145%201.751H15a3.002%203.002%200%200%201-6.003%200H4.305a1.25%201.25%200%200%201-1.15-1.739l1.344-3.164V9.75C4.5%205.068%208.103%202%2012%202c.86%200%201.705.15%202.5.432a.75.75%200%200%201-.502%201.413A6%206%200%200%200%2012%203.5M12%2020c.828%200%201.5-.671%201.501-1.5h-3.003c0%20.829.673%201.5%201.502%201.5m3.25-13h-2.5l-.101.007A.75.75%200%200%200%2012.75%208.5h1.043l-1.653%202.314l-.055.09A.75.75%200%200%200%2012.75%2012h2.5l.102-.007a.75.75%200%200%200-.102-1.493h-1.042l1.653-2.314l.055-.09A.75.75%200%200%200%2015.25%207m6-5h-3.5l-.101.007A.75.75%200%200%200%2017.75%203.5h2.134l-2.766%204.347l-.05.09A.75.75%200%200%200%2017.75%209h3.5l.102-.007A.75.75%200%200%200%2021.25%207.5h-2.133l2.766-4.347l.05-.09A.75.75%200%200%200%2021.25%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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