alert snooze icon
alert-snooze-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- alert-snooze-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M5 11.5V8.055L5.003 8a5 5 0 0 1 6.36-4.813a.5.5 0 1 0 .272-.962A6 6 0 0 0 4.004 7.94L4 7.998V11.4l-.923 2.216A1 1 0 0 0 4 15h3.5a2.5 2.5 0 0 0 5 0H16a1 1 0 0 0 .923-1.384L16 11.4V9.998a.5.5 0 0 0-1 0V11.5a.5.5 0 0 0 .039.192L16 14H4l.962-2.308A.5.5 0 0 0 5 11.5M8.5 15h3a1.5 1.5 0 0 1-3 0M14 2h3.5a.5.5 0 0 1 .452.714l-.043.073L14.96 7h2.54a.5.5 0 0 1 .09.992L17.5 8H14a.5.5 0 0 1-.452-.714l.042-.073L16.54 3H14a.5.5 0 0 1-.09-.992zM9.5 6H12a.5.5 0 0 1 .432.753l-.048.067L10.57 9H12a.5.5 0 0 1 .09.992L12 10H9.5a.5.5 0 0 1-.432-.753l.048-.067L10.933 7H9.501a.5.5 0 0 1-.09-.992z"/></svg>
React
import type { SVGProps } from "react";
export function FluentAlertSnooze20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M5 11.5V8.055L5.003 8a5 5 0 0 1 6.36-4.813a.5.5 0 1 0 .272-.962A6 6 0 0 0 4.004 7.94L4 7.998V11.4l-.923 2.216A1 1 0 0 0 4 15h3.5a2.5 2.5 0 0 0 5 0H16a1 1 0 0 0 .923-1.384L16 11.4V9.998a.5.5 0 0 0-1 0V11.5a.5.5 0 0 0 .039.192L16 14H4l.962-2.308A.5.5 0 0 0 5 11.5M8.5 15h3a1.5 1.5 0 0 1-3 0M14 2h3.5a.5.5 0 0 1 .452.714l-.043.073L14.96 7h2.54a.5.5 0 0 1 .09.992L17.5 8H14a.5.5 0 0 1-.452-.714l.042-.073L16.54 3H14a.5.5 0 0 1-.09-.992zM9.5 6H12a.5.5 0 0 1 .432.753l-.048.067L10.57 9H12a.5.5 0 0 1 .09.992L12 10H9.5a.5.5 0 0 1-.432-.753l.048-.067L10.933 7H9.501a.5.5 0 0 1-.09-.992z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M5 11.5V8.055L5.003 8a5 5 0 0 1 6.36-4.813a.5.5 0 1 0 .272-.962A6 6 0 0 0 4.004 7.94L4 7.998V11.4l-.923 2.216A1 1 0 0 0 4 15h3.5a2.5 2.5 0 0 0 5 0H16a1 1 0 0 0 .923-1.384L16 11.4V9.998a.5.5 0 0 0-1 0V11.5a.5.5 0 0 0 .039.192L16 14H4l.962-2.308A.5.5 0 0 0 5 11.5M8.5 15h3a1.5 1.5 0 0 1-3 0M14 2h3.5a.5.5 0 0 1 .452.714l-.043.073L14.96 7h2.54a.5.5 0 0 1 .09.992L17.5 8H14a.5.5 0 0 1-.452-.714l.042-.073L16.54 3H14a.5.5 0 0 1-.09-.992zM9.5 6H12a.5.5 0 0 1 .432.753l-.048.067L10.57 9H12a.5.5 0 0 1 .09.992L12 10H9.5a.5.5 0 0 1-.432-.753l.048-.067L10.933 7H9.501a.5.5 0 0 1-.09-.992z"/></svg> </template>
CSS
.icon-alert-snooze-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%2011.5V8.055L5.003%208a5%205%200%200%201%206.36-4.813a.5.5%200%201%200%20.272-.962A6%206%200%200%200%204.004%207.94L4%207.998V11.4l-.923%202.216A1%201%200%200%200%204%2015h3.5a2.5%202.5%200%200%200%205%200H16a1%201%200%200%200%20.923-1.384L16%2011.4V9.998a.5.5%200%200%200-1%200V11.5a.5.5%200%200%200%20.039.192L16%2014H4l.962-2.308A.5.5%200%200%200%205%2011.5M8.5%2015h3a1.5%201.5%200%200%201-3%200M14%202h3.5a.5.5%200%200%201%20.452.714l-.043.073L14.96%207h2.54a.5.5%200%200%201%20.09.992L17.5%208H14a.5.5%200%200%201-.452-.714l.042-.073L16.54%203H14a.5.5%200%200%201-.09-.992zM9.5%206H12a.5.5%200%200%201%20.432.753l-.048.067L10.57%209H12a.5.5%200%200%201%20.09.992L12%2010H9.5a.5.5%200%200%201-.432-.753l.048-.067L10.933%207H9.501a.5.5%200%200%201-.09-.992z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%2011.5V8.055L5.003%208a5%205%200%200%201%206.36-4.813a.5.5%200%201%200%20.272-.962A6%206%200%200%200%204.004%207.94L4%207.998V11.4l-.923%202.216A1%201%200%200%200%204%2015h3.5a2.5%202.5%200%200%200%205%200H16a1%201%200%200%200%20.923-1.384L16%2011.4V9.998a.5.5%200%200%200-1%200V11.5a.5.5%200%200%200%20.039.192L16%2014H4l.962-2.308A.5.5%200%200%200%205%2011.5M8.5%2015h3a1.5%201.5%200%200%201-3%200M14%202h3.5a.5.5%200%200%201%20.452.714l-.043.073L14.96%207h2.54a.5.5%200%200%201%20.09.992L17.5%208H14a.5.5%200%200%201-.452-.714l.042-.073L16.54%203H14a.5.5%200%200%201-.09-.992zM9.5%206H12a.5.5%200%200%201%20.432.753l-.048.067L10.57%209H12a.5.5%200%200%201%20.09.992L12%2010H9.5a.5.5%200%200%201-.432-.753l.048-.067L10.933%207H9.501a.5.5%200%200%201-.09-.992z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/alert-snooze-20-regular.svg?color=%231a73e8&size=48