alert snooze icon
alert-snooze-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- alert-snooze-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- 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 16 16"><path fill="currentColor" d="M10.5 1.5A.5.5 0 0 1 11 1h3.5a.5.5 0 0 1 .41.787L11.96 6h2.54a.5.5 0 0 1 0 1H11a.5.5 0 0 1-.41-.787L13.54 2H11a.5.5 0 0 1-.5-.5M6 5.5a.5.5 0 0 1 .5-.5H9a.5.5 0 0 1 .384.82L7.568 8H9a.5.5 0 0 1 0 1H6.5a.5.5 0 0 1-.384-.82L7.932 6H6.5a.5.5 0 0 1-.5-.5m4.34-.673l.966-1.38A4.5 4.5 0 0 0 3.5 6.5v2.401l-.964 2.414A.5.5 0 0 0 3 12h10a.5.5 0 0 0 .464-.685L12.5 8.9V8H11c-.228 0-.448-.052-.646-.146A1.5 1.5 0 0 1 9 10H6.5a1.5 1.5 0 0 1-1.152-2.46l.553-.664A1.5 1.5 0 0 1 6.5 4H9a1.5 1.5 0 0 1 1.34.827M8 14.5A2 2 0 0 1 6.063 13h3.874A2 2 0 0 1 8 14.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentAlertSnooze16Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M10.5 1.5A.5.5 0 0 1 11 1h3.5a.5.5 0 0 1 .41.787L11.96 6h2.54a.5.5 0 0 1 0 1H11a.5.5 0 0 1-.41-.787L13.54 2H11a.5.5 0 0 1-.5-.5M6 5.5a.5.5 0 0 1 .5-.5H9a.5.5 0 0 1 .384.82L7.568 8H9a.5.5 0 0 1 0 1H6.5a.5.5 0 0 1-.384-.82L7.932 6H6.5a.5.5 0 0 1-.5-.5m4.34-.673l.966-1.38A4.5 4.5 0 0 0 3.5 6.5v2.401l-.964 2.414A.5.5 0 0 0 3 12h10a.5.5 0 0 0 .464-.685L12.5 8.9V8H11c-.228 0-.448-.052-.646-.146A1.5 1.5 0 0 1 9 10H6.5a1.5 1.5 0 0 1-1.152-2.46l.553-.664A1.5 1.5 0 0 1 6.5 4H9a1.5 1.5 0 0 1 1.34.827M8 14.5A2 2 0 0 1 6.063 13h3.874A2 2 0 0 1 8 14.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M10.5 1.5A.5.5 0 0 1 11 1h3.5a.5.5 0 0 1 .41.787L11.96 6h2.54a.5.5 0 0 1 0 1H11a.5.5 0 0 1-.41-.787L13.54 2H11a.5.5 0 0 1-.5-.5M6 5.5a.5.5 0 0 1 .5-.5H9a.5.5 0 0 1 .384.82L7.568 8H9a.5.5 0 0 1 0 1H6.5a.5.5 0 0 1-.384-.82L7.932 6H6.5a.5.5 0 0 1-.5-.5m4.34-.673l.966-1.38A4.5 4.5 0 0 0 3.5 6.5v2.401l-.964 2.414A.5.5 0 0 0 3 12h10a.5.5 0 0 0 .464-.685L12.5 8.9V8H11c-.228 0-.448-.052-.646-.146A1.5 1.5 0 0 1 9 10H6.5a1.5 1.5 0 0 1-1.152-2.46l.553-.664A1.5 1.5 0 0 1 6.5 4H9a1.5 1.5 0 0 1 1.34.827M8 14.5A2 2 0 0 1 6.063 13h3.874A2 2 0 0 1 8 14.5"/></svg> </template>
CSS
.icon-alert-snooze-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.5%201.5A.5.5%200%200%201%2011%201h3.5a.5.5%200%200%201%20.41.787L11.96%206h2.54a.5.5%200%200%201%200%201H11a.5.5%200%200%201-.41-.787L13.54%202H11a.5.5%200%200%201-.5-.5M6%205.5a.5.5%200%200%201%20.5-.5H9a.5.5%200%200%201%20.384.82L7.568%208H9a.5.5%200%200%201%200%201H6.5a.5.5%200%200%201-.384-.82L7.932%206H6.5a.5.5%200%200%201-.5-.5m4.34-.673l.966-1.38A4.5%204.5%200%200%200%203.5%206.5v2.401l-.964%202.414A.5.5%200%200%200%203%2012h10a.5.5%200%200%200%20.464-.685L12.5%208.9V8H11c-.228%200-.448-.052-.646-.146A1.5%201.5%200%200%201%209%2010H6.5a1.5%201.5%200%200%201-1.152-2.46l.553-.664A1.5%201.5%200%200%201%206.5%204H9a1.5%201.5%200%200%201%201.34.827M8%2014.5A2%202%200%200%201%206.063%2013h3.874A2%202%200%200%201%208%2014.5%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.5%201.5A.5.5%200%200%201%2011%201h3.5a.5.5%200%200%201%20.41.787L11.96%206h2.54a.5.5%200%200%201%200%201H11a.5.5%200%200%201-.41-.787L13.54%202H11a.5.5%200%200%201-.5-.5M6%205.5a.5.5%200%200%201%20.5-.5H9a.5.5%200%200%201%20.384.82L7.568%208H9a.5.5%200%200%201%200%201H6.5a.5.5%200%200%201-.384-.82L7.932%206H6.5a.5.5%200%200%201-.5-.5m4.34-.673l.966-1.38A4.5%204.5%200%200%200%203.5%206.5v2.401l-.964%202.414A.5.5%200%200%200%203%2012h10a.5.5%200%200%200%20.464-.685L12.5%208.9V8H11c-.228%200-.448-.052-.646-.146A1.5%201.5%200%200%201%209%2010H6.5a1.5%201.5%200%200%201-1.152-2.46l.553-.664A1.5%201.5%200%200%201%206.5%204H9a1.5%201.5%200%200%201%201.34.827M8%2014.5A2%202%200%200%201%206.063%2013h3.874A2%202%200%200%201%208%2014.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/alert-snooze-16-filled.svg?color=%231a73e8&size=48