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/310258.svg" alt="Notification Bell Pending icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310258.svg" alt="Notification Bell Pending icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310258.svg" alt="Notification Bell Pending icon" :width="24" :height="24" />
CSS background
.icon-notification-bell-pending {
background-image: url('https://proicons.com/icon/310258.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="M21.3693 16.5472C21.331 16.9448 21.1901 17.3256 20.9602 17.6521C20.7416 17.968 20.4496 18.2262 20.1092 18.4044C19.7689 18.5826 19.3904 18.6755 19.0062 18.6751H16.0087C15.9588 18.9442 15.8835 19.208 15.7837 19.4629C15.5774 19.9665 15.2751 20.4251 14.8936 20.8133C14.5081 21.2005 14.049 21.5065 13.5433 21.7135C13.0618 21.9057 12.5476 22.003 12.0291 21.9999H11.9166C11.3855 22.0003 10.8599 21.8924 10.3719 21.6828C9.87392 21.4771 9.42161 21.1751 9.04065 20.7942C8.6597 20.4132 8.35768 19.9608 8.15201 19.4629C8.04751 19.2096 7.97204 18.9454 7.92697 18.6751H5.03176C4.65499 18.7042 4.27682 18.6402 3.9307 18.4885C3.58457 18.3368 3.28118 18.1023 3.04717 17.8056C2.82315 17.4455 2.68374 17.0393 2.63944 16.6175C2.59514 16.1958 2.6471 15.7696 2.79142 15.3708C3.01212 14.7788 3.31519 14.2209 3.69168 13.7135C4.12002 13.1919 4.40548 12.5679 4.52025 11.9028C4.52025 8.93603 4.52033 7.94371 6.1367 6.02044C6.66981 5.38353 7.3323 4.86742 8.08032 4.5064L8.88855 4.11765C8.92314 4.09881 8.95151 4.07038 8.97034 4.03579C9.0076 4.00008 9.03272 3.95355 9.04202 3.90279C9.16314 3.22189 9.5265 2.6078 10.065 2.17389C10.1978 2.07429 10.3593 2.02042 10.5253 2.02042C10.6914 2.02042 10.853 2.07429 10.9858 2.17389C11.122 2.27021 11.2242 2.40733 11.2775 2.56545C11.3308 2.72357 11.3325 2.89451 11.2824 3.05367C11.2824 3.05367 10.0957 6.75698 12.3054 8.99739C14.5151 11.2378 18.2082 9.13043 18.2492 9.10997C18.3639 9.0425 18.4946 9.00688 18.6277 9.00688C18.7608 9.00688 18.8914 9.0425 19.0062 9.10997C19.1211 9.17633 19.2166 9.27172 19.283 9.38664C19.3495 9.50155 19.3845 9.63191 19.3847 9.76465V11.9437C19.5234 12.6536 19.8363 13.318 20.2952 13.8772C20.6608 14.3676 20.9601 14.9042 21.1852 15.4731C21.3345 15.8104 21.3977 16.1795 21.3693 16.5472Z" fill="black"/> <path d="M15.3029 8.1069C16.8394 8.1069 18.085 6.86131 18.085 5.3248C18.085 3.78828 16.8394 2.54269 15.3029 2.54269C13.7664 2.54269 12.5208 3.78828 12.5208 5.3248C12.5208 6.86131 13.7664 8.1069 15.3029 8.1069Z" fill="black"/> </svg>
Copied!