Notification Bell Pending Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Notification Bell Pending 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/310891.svg" alt="Notification Bell Pending icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310891.svg" alt="Notification Bell Pending icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310891.svg" alt="Notification Bell Pending icon" :width="24" :height="24" />
CSS background
.icon-notification-bell-pending {
background-image: url('https://proicons.com/icon/310891.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.97464C10.177 3.29424 9.91724 3.74617 9.83772 4.24464C9.805 4.39841 9.73648 4.54231 9.63772 4.66464C9.54318 4.79174 9.41979 4.89457 9.27772 4.96464L8.48772 5.34464C7.85377 5.65486 7.29174 6.09427 6.83772 6.63464C5.43772 8.30464 5.43772 9.05464 5.43772 11.9046C5.43772 13.1946 4.06772 14.3646 3.70772 15.5246C3.48772 16.2146 3.36772 17.7746 5.18772 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.8869 20.3784 16.6363 20.4077 16.3746C20.4308 16.1078 20.386 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.78464" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M15.2277 17.7746C15.2306 18.2021 15.1525 18.6262 14.9977 19.0246C14.8312 19.4202 14.5901 19.78 14.2877 20.0846C13.9832 20.3909 13.6197 20.6321 13.2192 20.7937C12.8187 20.9553 12.3895 21.0338 11.9577 21.0246C11.5252 21.0273 11.0965 20.9423 10.6977 20.7746C9.89757 20.4409 9.26148 19.8048 8.92774 19.0046C8.77087 18.6138 8.69271 18.1958 8.69774 17.7746" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <circle cx="15.2278" cy="5.47464" r="2.5" stroke="black" stroke-width="1.5"/> </svg>
Copied!