alert snooze icon
alert-snooze-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- alert-snooze-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- 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="M11 1a.5.5 0 0 0 0 1h2.54l-2.95 4.213A.5.5 0 0 0 11 7h3.5a.5.5 0 1 0 0-1h-2.54l2.95-4.213A.5.5 0 0 0 14.5 1zM6.5 5a.5.5 0 0 0 0 1h1.432L6.116 8.18A.5.5 0 0 0 6.5 9H9a.5.5 0 0 0 0-1H7.568l1.816-2.18A.5.5 0 0 0 9 5zM8 3a3.5 3.5 0 0 0-3.5 3.5V9a.5.5 0 0 1-.036.186L3.74 11h8.523l-.726-1.814A.5.5 0 0 1 11.5 9v-.5a.5.5 0 0 1 1 0v.404l.964 2.41A.5.5 0 0 1 13 12h-3a2 2 0 1 1-4 0H3a.5.5 0 0 1-.464-.686l.964-2.41V6.5a4.5 4.5 0 0 1 6.188-4.173a.5.5 0 1 1-.376.927A3.5 3.5 0 0 0 8 3m-1 9a1 1 0 1 0 2 0z"/></svg>
React
import type { SVGProps } from "react";
export function FluentAlertSnooze16Regular(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="M11 1a.5.5 0 0 0 0 1h2.54l-2.95 4.213A.5.5 0 0 0 11 7h3.5a.5.5 0 1 0 0-1h-2.54l2.95-4.213A.5.5 0 0 0 14.5 1zM6.5 5a.5.5 0 0 0 0 1h1.432L6.116 8.18A.5.5 0 0 0 6.5 9H9a.5.5 0 0 0 0-1H7.568l1.816-2.18A.5.5 0 0 0 9 5zM8 3a3.5 3.5 0 0 0-3.5 3.5V9a.5.5 0 0 1-.036.186L3.74 11h8.523l-.726-1.814A.5.5 0 0 1 11.5 9v-.5a.5.5 0 0 1 1 0v.404l.964 2.41A.5.5 0 0 1 13 12h-3a2 2 0 1 1-4 0H3a.5.5 0 0 1-.464-.686l.964-2.41V6.5a4.5 4.5 0 0 1 6.188-4.173a.5.5 0 1 1-.376.927A3.5 3.5 0 0 0 8 3m-1 9a1 1 0 1 0 2 0z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11 1a.5.5 0 0 0 0 1h2.54l-2.95 4.213A.5.5 0 0 0 11 7h3.5a.5.5 0 1 0 0-1h-2.54l2.95-4.213A.5.5 0 0 0 14.5 1zM6.5 5a.5.5 0 0 0 0 1h1.432L6.116 8.18A.5.5 0 0 0 6.5 9H9a.5.5 0 0 0 0-1H7.568l1.816-2.18A.5.5 0 0 0 9 5zM8 3a3.5 3.5 0 0 0-3.5 3.5V9a.5.5 0 0 1-.036.186L3.74 11h8.523l-.726-1.814A.5.5 0 0 1 11.5 9v-.5a.5.5 0 0 1 1 0v.404l.964 2.41A.5.5 0 0 1 13 12h-3a2 2 0 1 1-4 0H3a.5.5 0 0 1-.464-.686l.964-2.41V6.5a4.5 4.5 0 0 1 6.188-4.173a.5.5 0 1 1-.376.927A3.5 3.5 0 0 0 8 3m-1 9a1 1 0 1 0 2 0z"/></svg> </template>
CSS
.icon-alert-snooze-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%201a.5.5%200%200%200%200%201h2.54l-2.95%204.213A.5.5%200%200%200%2011%207h3.5a.5.5%200%201%200%200-1h-2.54l2.95-4.213A.5.5%200%200%200%2014.5%201zM6.5%205a.5.5%200%200%200%200%201h1.432L6.116%208.18A.5.5%200%200%200%206.5%209H9a.5.5%200%200%200%200-1H7.568l1.816-2.18A.5.5%200%200%200%209%205zM8%203a3.5%203.5%200%200%200-3.5%203.5V9a.5.5%200%200%201-.036.186L3.74%2011h8.523l-.726-1.814A.5.5%200%200%201%2011.5%209v-.5a.5.5%200%200%201%201%200v.404l.964%202.41A.5.5%200%200%201%2013%2012h-3a2%202%200%201%201-4%200H3a.5.5%200%200%201-.464-.686l.964-2.41V6.5a4.5%204.5%200%200%201%206.188-4.173a.5.5%200%201%201-.376.927A3.5%203.5%200%200%200%208%203m-1%209a1%201%200%201%200%202%200z%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%22M11%201a.5.5%200%200%200%200%201h2.54l-2.95%204.213A.5.5%200%200%200%2011%207h3.5a.5.5%200%201%200%200-1h-2.54l2.95-4.213A.5.5%200%200%200%2014.5%201zM6.5%205a.5.5%200%200%200%200%201h1.432L6.116%208.18A.5.5%200%200%200%206.5%209H9a.5.5%200%200%200%200-1H7.568l1.816-2.18A.5.5%200%200%200%209%205zM8%203a3.5%203.5%200%200%200-3.5%203.5V9a.5.5%200%200%201-.036.186L3.74%2011h8.523l-.726-1.814A.5.5%200%200%201%2011.5%209v-.5a.5.5%200%200%201%201%200v.404l.964%202.41A.5.5%200%200%201%2013%2012h-3a2%202%200%201%201-4%200H3a.5.5%200%200%201-.464-.686l.964-2.41V6.5a4.5%204.5%200%200%201%206.188-4.173a.5.5%200%201%201-.376.927A3.5%203.5%200%200%200%208%203m-1%209a1%201%200%201%200%202%200z%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-regular.svg?color=%231a73e8&size=48