snooze icon
snooze-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- snooze-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
5 other variants in Fluent UI System Icons
The same icon in other sets
Use the snooze icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 12.504a1 1 0 0 1 .846 1.534l-.065.091L5.08 20H9a1 1 0 0 1 .993.883L10 21a1 1 0 0 1-.883.993L9 22H3a1 1 0 0 1-.846-1.534l.065-.09l4.699-5.872H3a1 1 0 0 1-.993-.883L2 13.504a1 1 0 0 1 .883-.993L3 12.504zM21 2a1 1 0 0 1 .84 1.542l-.066.091L14.109 13h6.89a1 1 0 0 1 .994.883L22 14a1 1 0 0 1-.884.993L21 15h-9a1 1 0 0 1-.84-1.542l.066-.091L18.889 4h-6.89a1 1 0 0 1-.992-.883L11 3a1 1 0 0 1 .883-.993L12 2z"/></svg>
React
import type { SVGProps } from "react";
export function FluentSnooze24Filled(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="M9 12.504a1 1 0 0 1 .846 1.534l-.065.091L5.08 20H9a1 1 0 0 1 .993.883L10 21a1 1 0 0 1-.883.993L9 22H3a1 1 0 0 1-.846-1.534l.065-.09l4.699-5.872H3a1 1 0 0 1-.993-.883L2 13.504a1 1 0 0 1 .883-.993L3 12.504zM21 2a1 1 0 0 1 .84 1.542l-.066.091L14.109 13h6.89a1 1 0 0 1 .994.883L22 14a1 1 0 0 1-.884.993L21 15h-9a1 1 0 0 1-.84-1.542l.066-.091L18.889 4h-6.89a1 1 0 0 1-.992-.883L11 3a1 1 0 0 1 .883-.993L12 2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 12.504a1 1 0 0 1 .846 1.534l-.065.091L5.08 20H9a1 1 0 0 1 .993.883L10 21a1 1 0 0 1-.883.993L9 22H3a1 1 0 0 1-.846-1.534l.065-.09l4.699-5.872H3a1 1 0 0 1-.993-.883L2 13.504a1 1 0 0 1 .883-.993L3 12.504zM21 2a1 1 0 0 1 .84 1.542l-.066.091L14.109 13h6.89a1 1 0 0 1 .994.883L22 14a1 1 0 0 1-.884.993L21 15h-9a1 1 0 0 1-.84-1.542l.066-.091L18.889 4h-6.89a1 1 0 0 1-.992-.883L11 3a1 1 0 0 1 .883-.993L12 2z"/></svg> </template>
CSS
.icon-snooze-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%2012.504a1%201%200%200%201%20.846%201.534l-.065.091L5.08%2020H9a1%201%200%200%201%20.993.883L10%2021a1%201%200%200%201-.883.993L9%2022H3a1%201%200%200%201-.846-1.534l.065-.09l4.699-5.872H3a1%201%200%200%201-.993-.883L2%2013.504a1%201%200%200%201%20.883-.993L3%2012.504zM21%202a1%201%200%200%201%20.84%201.542l-.066.091L14.109%2013h6.89a1%201%200%200%201%20.994.883L22%2014a1%201%200%200%201-.884.993L21%2015h-9a1%201%200%200%201-.84-1.542l.066-.091L18.889%204h-6.89a1%201%200%200%201-.992-.883L11%203a1%201%200%200%201%20.883-.993L12%202z%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%22M9%2012.504a1%201%200%200%201%20.846%201.534l-.065.091L5.08%2020H9a1%201%200%200%201%20.993.883L10%2021a1%201%200%200%201-.883.993L9%2022H3a1%201%200%200%201-.846-1.534l.065-.09l4.699-5.872H3a1%201%200%200%201-.993-.883L2%2013.504a1%201%200%200%201%20.883-.993L3%2012.504zM21%202a1%201%200%200%201%20.84%201.542l-.066.091L14.109%2013h6.89a1%201%200%200%201%20.994.883L22%2014a1%201%200%200%201-.884.993L21%2015h-9a1%201%200%200%201-.84-1.542l.066-.091L18.889%204h-6.89a1%201%200%200%201-.992-.883L11%203a1%201%200%200%201%20.883-.993L12%202z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/snooze-24-filled.svg?color=%231a73e8&size=48