alert snooze icon
alert-snooze-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- alert-snooze-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- 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="M9.998 2a6.2 6.2 0 0 1 2.5.524A1.5 1.5 0 0 0 13.998 4h.627l-1.286 1.826A1.48 1.48 0 0 0 11.999 5H9.454l-.18.016l-.044.008a1.5 1.5 0 0 0-.33 2.852l-.578.694l-.094.131l-.02.034C7.63 9.705 8.305 11 9.498 11h2.546l.179-.016l.044-.008a1.5 1.5 0 0 0 1.088-2.117c.191.09.407.141.643.141H16v2.408l.953 2.587l.026.085l.015.086l.005.089c0 .315-.195.59-.522.707l-.113.033l-.115.01H3.752a.8.8 0 0 1-.26-.047c-.287-.105-.475-.372-.482-.716l.004-.117l.034-.13l.951-2.584L4 7.793l.005-.225C4.127 4.451 6.77 2 9.998 2m2.452 14.002a2.501 2.501 0 0 1-4.9 0zM13.998 2h3.5a.5.5 0 0 1 .452.714l-.042.073L14.958 7h2.54a.5.5 0 0 1 .09.992l-.09.008h-3.5a.5.5 0 0 1-.452-.714l.042-.073L16.538 3h-2.54a.5.5 0 0 1-.09-.992zM9.499 6h2.5a.5.5 0 0 1 .432.753l-.048.067L10.567 9h1.432a.5.5 0 0 1 .09.992l-.09.008h-2.5a.5.5 0 0 1-.432-.753l.048-.067L10.93 7H9.5a.5.5 0 0 1-.09-.992z"/></svg>
React
import type { SVGProps } from "react";
export function FluentAlertSnooze20Filled(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="M9.998 2a6.2 6.2 0 0 1 2.5.524A1.5 1.5 0 0 0 13.998 4h.627l-1.286 1.826A1.48 1.48 0 0 0 11.999 5H9.454l-.18.016l-.044.008a1.5 1.5 0 0 0-.33 2.852l-.578.694l-.094.131l-.02.034C7.63 9.705 8.305 11 9.498 11h2.546l.179-.016l.044-.008a1.5 1.5 0 0 0 1.088-2.117c.191.09.407.141.643.141H16v2.408l.953 2.587l.026.085l.015.086l.005.089c0 .315-.195.59-.522.707l-.113.033l-.115.01H3.752a.8.8 0 0 1-.26-.047c-.287-.105-.475-.372-.482-.716l.004-.117l.034-.13l.951-2.584L4 7.793l.005-.225C4.127 4.451 6.77 2 9.998 2m2.452 14.002a2.501 2.501 0 0 1-4.9 0zM13.998 2h3.5a.5.5 0 0 1 .452.714l-.042.073L14.958 7h2.54a.5.5 0 0 1 .09.992l-.09.008h-3.5a.5.5 0 0 1-.452-.714l.042-.073L16.538 3h-2.54a.5.5 0 0 1-.09-.992zM9.499 6h2.5a.5.5 0 0 1 .432.753l-.048.067L10.567 9h1.432a.5.5 0 0 1 .09.992l-.09.008h-2.5a.5.5 0 0 1-.432-.753l.048-.067L10.93 7H9.5a.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="M9.998 2a6.2 6.2 0 0 1 2.5.524A1.5 1.5 0 0 0 13.998 4h.627l-1.286 1.826A1.48 1.48 0 0 0 11.999 5H9.454l-.18.016l-.044.008a1.5 1.5 0 0 0-.33 2.852l-.578.694l-.094.131l-.02.034C7.63 9.705 8.305 11 9.498 11h2.546l.179-.016l.044-.008a1.5 1.5 0 0 0 1.088-2.117c.191.09.407.141.643.141H16v2.408l.953 2.587l.026.085l.015.086l.005.089c0 .315-.195.59-.522.707l-.113.033l-.115.01H3.752a.8.8 0 0 1-.26-.047c-.287-.105-.475-.372-.482-.716l.004-.117l.034-.13l.951-2.584L4 7.793l.005-.225C4.127 4.451 6.77 2 9.998 2m2.452 14.002a2.501 2.501 0 0 1-4.9 0zM13.998 2h3.5a.5.5 0 0 1 .452.714l-.042.073L14.958 7h2.54a.5.5 0 0 1 .09.992l-.09.008h-3.5a.5.5 0 0 1-.452-.714l.042-.073L16.538 3h-2.54a.5.5 0 0 1-.09-.992zM9.499 6h2.5a.5.5 0 0 1 .432.753l-.048.067L10.567 9h1.432a.5.5 0 0 1 .09.992l-.09.008h-2.5a.5.5 0 0 1-.432-.753l.048-.067L10.93 7H9.5a.5.5 0 0 1-.09-.992z"/></svg> </template>
CSS
.icon-alert-snooze-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.998%202a6.2%206.2%200%200%201%202.5.524A1.5%201.5%200%200%200%2013.998%204h.627l-1.286%201.826A1.48%201.48%200%200%200%2011.999%205H9.454l-.18.016l-.044.008a1.5%201.5%200%200%200-.33%202.852l-.578.694l-.094.131l-.02.034C7.63%209.705%208.305%2011%209.498%2011h2.546l.179-.016l.044-.008a1.5%201.5%200%200%200%201.088-2.117c.191.09.407.141.643.141H16v2.408l.953%202.587l.026.085l.015.086l.005.089c0%20.315-.195.59-.522.707l-.113.033l-.115.01H3.752a.8.8%200%200%201-.26-.047c-.287-.105-.475-.372-.482-.716l.004-.117l.034-.13l.951-2.584L4%207.793l.005-.225C4.127%204.451%206.77%202%209.998%202m2.452%2014.002a2.501%202.501%200%200%201-4.9%200zM13.998%202h3.5a.5.5%200%200%201%20.452.714l-.042.073L14.958%207h2.54a.5.5%200%200%201%20.09.992l-.09.008h-3.5a.5.5%200%200%201-.452-.714l.042-.073L16.538%203h-2.54a.5.5%200%200%201-.09-.992zM9.499%206h2.5a.5.5%200%200%201%20.432.753l-.048.067L10.567%209h1.432a.5.5%200%200%201%20.09.992l-.09.008h-2.5a.5.5%200%200%201-.432-.753l.048-.067L10.93%207H9.5a.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%22M9.998%202a6.2%206.2%200%200%201%202.5.524A1.5%201.5%200%200%200%2013.998%204h.627l-1.286%201.826A1.48%201.48%200%200%200%2011.999%205H9.454l-.18.016l-.044.008a1.5%201.5%200%200%200-.33%202.852l-.578.694l-.094.131l-.02.034C7.63%209.705%208.305%2011%209.498%2011h2.546l.179-.016l.044-.008a1.5%201.5%200%200%200%201.088-2.117c.191.09.407.141.643.141H16v2.408l.953%202.587l.026.085l.015.086l.005.089c0%20.315-.195.59-.522.707l-.113.033l-.115.01H3.752a.8.8%200%200%201-.26-.047c-.287-.105-.475-.372-.482-.716l.004-.117l.034-.13l.951-2.584L4%207.793l.005-.225C4.127%204.451%206.77%202%209.998%202m2.452%2014.002a2.501%202.501%200%200%201-4.9%200zM13.998%202h3.5a.5.5%200%200%201%20.452.714l-.042.073L14.958%207h2.54a.5.5%200%200%201%20.09.992l-.09.008h-3.5a.5.5%200%200%201-.452-.714l.042-.073L16.538%203h-2.54a.5.5%200%200%201-.09-.992zM9.499%206h2.5a.5.5%200%200%201%20.432.753l-.048.067L10.567%209h1.432a.5.5%200%200%201%20.09.992l-.09.008h-2.5a.5.5%200%200%201-.432-.753l.048-.067L10.93%207H9.5a.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-filled.svg?color=%231a73e8&size=48