notification bell snooze icon
notification-bell-snooze from Mage Icons by MageIcons · Outline · Apache-2.0 Free for personal and commercial use.
- Name
- notification-bell-snooze
- Set
- Mage Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- Apache 2.0
Related icons in Mage Icons
Use the notification bell snooze icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M10.568 2.975a2.06 2.06 0 0 0-.73 1.27a1 1 0 0 1-.2.42a1 1 0 0 1-.36.3l-.79.38a5.1 5.1 0 0 0-1.65 1.29c-1.4 1.67-1.4 2.42-1.4 5.27c0 1.29-1.37 2.46-1.73 3.62c-.22.69-.34 2.25 1.48 2.25h13.58a1.6 1.6 0 0 0 .77-.16a1.64 1.64 0 0 0 .6-.51a1.6 1.6 0 0 0 .27-.73a1.6 1.6 0 0 0-.13-.78c-.36-1.09-1.79-2.39-1.79-3.68v-2.13"/><path d="M15.228 17.775c.003.427-.075.851-.23 1.25a3.4 3.4 0 0 1-.71 1.06a3.2 3.2 0 0 1-2.33.94a3.2 3.2 0 0 1-1.26-.25a3.3 3.3 0 0 1-1.77-1.77a3.2 3.2 0 0 1-.23-1.23m1.45-8.85h4.24a.19.19 0 0 1 .14.32l-4.06 4.06a.19.19 0 0 0 .035.289a.2.2 0 0 0 .105.03h4.24m-.75-10.459h2.69a.1.1 0 0 1 .096.119a.1.1 0 0 1-.026.05l-2.59 2.59a.1.1 0 0 0 .015.153a.1.1 0 0 0 .055.018h2.66"/></g></svg>
React
import type { SVGProps } from "react";
export function MageNotificationBellSnooze(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M10.568 2.975a2.06 2.06 0 0 0-.73 1.27a1 1 0 0 1-.2.42a1 1 0 0 1-.36.3l-.79.38a5.1 5.1 0 0 0-1.65 1.29c-1.4 1.67-1.4 2.42-1.4 5.27c0 1.29-1.37 2.46-1.73 3.62c-.22.69-.34 2.25 1.48 2.25h13.58a1.6 1.6 0 0 0 .77-.16a1.64 1.64 0 0 0 .6-.51a1.6 1.6 0 0 0 .27-.73a1.6 1.6 0 0 0-.13-.78c-.36-1.09-1.79-2.39-1.79-3.68v-2.13"/><path d="M15.228 17.775c.003.427-.075.851-.23 1.25a3.4 3.4 0 0 1-.71 1.06a3.2 3.2 0 0 1-2.33.94a3.2 3.2 0 0 1-1.26-.25a3.3 3.3 0 0 1-1.77-1.77a3.2 3.2 0 0 1-.23-1.23m1.45-8.85h4.24a.19.19 0 0 1 .14.32l-4.06 4.06a.19.19 0 0 0 .035.289a.2.2 0 0 0 .105.03h4.24m-.75-10.459h2.69a.1.1 0 0 1 .096.119a.1.1 0 0 1-.026.05l-2.59 2.59a.1.1 0 0 0 .015.153a.1.1 0 0 0 .055.018h2.66"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M10.568 2.975a2.06 2.06 0 0 0-.73 1.27a1 1 0 0 1-.2.42a1 1 0 0 1-.36.3l-.79.38a5.1 5.1 0 0 0-1.65 1.29c-1.4 1.67-1.4 2.42-1.4 5.27c0 1.29-1.37 2.46-1.73 3.62c-.22.69-.34 2.25 1.48 2.25h13.58a1.6 1.6 0 0 0 .77-.16a1.64 1.64 0 0 0 .6-.51a1.6 1.6 0 0 0 .27-.73a1.6 1.6 0 0 0-.13-.78c-.36-1.09-1.79-2.39-1.79-3.68v-2.13"/><path d="M15.228 17.775c.003.427-.075.851-.23 1.25a3.4 3.4 0 0 1-.71 1.06a3.2 3.2 0 0 1-2.33.94a3.2 3.2 0 0 1-1.26-.25a3.3 3.3 0 0 1-1.77-1.77a3.2 3.2 0 0 1-.23-1.23m1.45-8.85h4.24a.19.19 0 0 1 .14.32l-4.06 4.06a.19.19 0 0 0 .035.289a.2.2 0 0 0 .105.03h4.24m-.75-10.459h2.69a.1.1 0 0 1 .096.119a.1.1 0 0 1-.026.05l-2.59 2.59a.1.1 0 0 0 .015.153a.1.1 0 0 0 .055.018h2.66"/></g></svg> </template>
CSS
.icon-notification-bell-snooze {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M10.568%202.975a2.06%202.06%200%200%200-.73%201.27a1%201%200%200%201-.2.42a1%201%200%200%201-.36.3l-.79.38a5.1%205.1%200%200%200-1.65%201.29c-1.4%201.67-1.4%202.42-1.4%205.27c0%201.29-1.37%202.46-1.73%203.62c-.22.69-.34%202.25%201.48%202.25h13.58a1.6%201.6%200%200%200%20.77-.16a1.64%201.64%200%200%200%20.6-.51a1.6%201.6%200%200%200%20.27-.73a1.6%201.6%200%200%200-.13-.78c-.36-1.09-1.79-2.39-1.79-3.68v-2.13%22%2F%3E%3Cpath%20d%3D%22M15.228%2017.775c.003.427-.075.851-.23%201.25a3.4%203.4%200%200%201-.71%201.06a3.2%203.2%200%200%201-2.33.94a3.2%203.2%200%200%201-1.26-.25a3.3%203.3%200%200%201-1.77-1.77a3.2%203.2%200%200%201-.23-1.23m1.45-8.85h4.24a.19.19%200%200%201%20.14.32l-4.06%204.06a.19.19%200%200%200%20.035.289a.2.2%200%200%200%20.105.03h4.24m-.75-10.459h2.69a.1.1%200%200%201%20.096.119a.1.1%200%200%201-.026.05l-2.59%202.59a.1.1%200%200%200%20.015.153a.1.1%200%200%200%20.055.018h2.66%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M10.568%202.975a2.06%202.06%200%200%200-.73%201.27a1%201%200%200%201-.2.42a1%201%200%200%201-.36.3l-.79.38a5.1%205.1%200%200%200-1.65%201.29c-1.4%201.67-1.4%202.42-1.4%205.27c0%201.29-1.37%202.46-1.73%203.62c-.22.69-.34%202.25%201.48%202.25h13.58a1.6%201.6%200%200%200%20.77-.16a1.64%201.64%200%200%200%20.6-.51a1.6%201.6%200%200%200%20.27-.73a1.6%201.6%200%200%200-.13-.78c-.36-1.09-1.79-2.39-1.79-3.68v-2.13%22%2F%3E%3Cpath%20d%3D%22M15.228%2017.775c.003.427-.075.851-.23%201.25a3.4%203.4%200%200%201-.71%201.06a3.2%203.2%200%200%201-2.33.94a3.2%203.2%200%200%201-1.26-.25a3.3%203.3%200%200%201-1.77-1.77a3.2%203.2%200%200%201-.23-1.23m1.45-8.85h4.24a.19.19%200%200%201%20.14.32l-4.06%204.06a.19.19%200%200%200%20.035.289a.2.2%200%200%200%20.105.03h4.24m-.75-10.459h2.69a.1.1%200%200%201%20.096.119a.1.1%200%200%201-.026.05l-2.59%202.59a.1.1%200%200%200%20.015.153a.1.1%200%200%200%20.055.018h2.66%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/notification-bell-snooze.svg?color=%231a73e8&size=48