Notification Bell Snooze Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Notification Bell Snooze icon is commonly used in alert panels, push notification UIs and dashboard headers. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/310895.svg" alt="Notification Bell Snooze icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310895.svg" alt="Notification Bell Snooze icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310895.svg" alt="Notification Bell Snooze icon" :width="24" :height="24" />
CSS background
.icon-notification-bell-snooze {
background-image: url('https://proicons.com/icon/310895.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M10.5677 2.97461C10.177 3.29421 9.91724 3.74614 9.83773 4.24461C9.805 4.39838 9.73648 4.54228 9.63773 4.66461C9.54318 4.79171 9.4198 4.89453 9.27773 4.96461L8.48773 5.34461C7.85378 5.65483 7.29174 6.09424 6.83773 6.63461C5.43773 8.30461 5.43773 9.05461 5.43773 11.9046C5.43773 13.1946 4.06773 14.3646 3.70773 15.5246C3.48773 16.2146 3.36773 17.7746 5.18773 17.7746H18.7677C19.0338 17.7875 19.2988 17.7324 19.5377 17.6146C19.7762 17.4959 19.9821 17.3208 20.1377 17.1046C20.2857 16.8868 20.3784 16.6363 20.4077 16.3746C20.4308 16.1078 20.3861 15.8395 20.2777 15.5946C19.9177 14.5046 18.4877 13.2046 18.4877 11.9146C18.4877 11.0346 18.4877 10.3546 18.4877 9.78461" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M15.2277 17.7746C15.2306 18.202 15.1525 18.6262 14.9977 19.0246C14.8312 19.4202 14.5901 19.78 14.2877 20.0846C13.9832 20.3908 13.6197 20.6321 13.2192 20.7936C12.8187 20.9552 12.3895 21.0338 11.9577 21.0246C11.5251 21.0273 11.0965 20.9422 10.6977 20.7746C9.89756 20.4409 9.26147 19.8048 8.92773 19.0046C8.77087 18.6137 8.69271 18.1957 8.69773 17.7746" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M10.1477 8.92463H14.3877C14.4249 8.92435 14.4614 8.93498 14.4926 8.95522C14.5238 8.97545 14.5483 9.0044 14.5632 9.03847C14.5781 9.07253 14.5827 9.11023 14.5764 9.14687C14.5701 9.18352 14.5532 9.21751 14.5277 9.24463L10.4677 13.3046C10.4423 13.3317 10.4254 13.3657 10.419 13.4024C10.4127 13.439 10.4173 13.4767 10.4322 13.5108C10.4471 13.5449 10.4717 13.5738 10.5029 13.594C10.5341 13.6143 10.5705 13.6249 10.6077 13.6246H14.8477" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M14.0977 3.16461H16.7877C16.8073 3.16489 16.8264 3.1709 16.8425 3.18191C16.8587 3.19291 16.8713 3.20843 16.8788 3.22653C16.8862 3.24463 16.8882 3.26452 16.8845 3.28373C16.8807 3.30294 16.8714 3.32063 16.8577 3.33461L14.2677 5.92461C14.254 5.93859 14.2447 5.95628 14.241 5.97549C14.2372 5.99471 14.2392 6.0146 14.2467 6.0327C14.2541 6.0508 14.2667 6.06631 14.2829 6.07732C14.2991 6.08832 14.3182 6.09434 14.3377 6.09461H16.9977" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!