Notification Bell Check Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Notification Bell Check 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/310886.svg" alt="Notification Bell Check icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310886.svg" alt="Notification Bell Check icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310886.svg" alt="Notification Bell Check icon" :width="24" :height="24" />
CSS background
.icon-notification-bell-check {
background-image: url('https://proicons.com/icon/310886.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="M11.9623 17.9861H18.7716C19.0368 18.0009 19.3014 17.9476 19.5401 17.8311C19.7788 17.7146 19.9838 17.5389 20.1352 17.3207C20.2869 17.1026 20.3801 16.8493 20.4061 16.585C20.432 16.3206 20.3898 16.0541 20.2835 15.8106C19.9245 14.7229 18.4887 13.4176 18.4887 12.134C18.4887 9.28415 18.4887 8.53361 17.0856 6.85847C16.6306 6.31932 16.0673 5.88198 15.4322 5.57493L14.649 5.19422C14.5172 5.11567 14.4035 5.01012 14.3154 4.88451C14.2273 4.75892 14.1667 4.61609 14.1377 4.46542C14.0596 3.95781 13.7914 3.4989 13.3874 3.18178C12.9834 2.86465 12.4739 2.71303 11.9623 2.75766C11.4596 2.72728 10.9636 2.88545 10.5713 3.20127C10.1792 3.5171 9.91871 3.96784 9.84118 4.46542C9.80604 4.62092 9.73715 4.76682 9.63943 4.89276C9.54168 5.01869 9.41744 5.12161 9.27552 5.19422L8.49234 5.57493C7.85724 5.88198 7.2939 6.31932 6.83897 6.85847C5.43577 8.53361 5.43577 9.28415 5.43577 12.134C5.43577 13.4176 4.06521 14.5923 3.70625 15.7454C3.4887 16.4415 3.36905 17.9861 5.18559 17.9861H11.9623Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M15.2255 17.9861C15.2344 18.4171 15.1561 18.8455 14.9952 19.2453C14.8344 19.6453 14.5944 20.0086 14.2896 20.3134C13.9847 20.6182 13.6214 20.8582 13.2215 21.0191C12.8215 21.18 12.3933 21.2583 11.9623 21.2493C11.5313 21.2583 11.103 21.18 10.703 21.0191C10.3032 20.8582 9.9398 20.6182 9.63502 20.3134C9.33021 20.0086 9.09017 19.6453 8.92932 19.2453C8.76847 18.8455 8.69015 18.4171 8.69903 17.9861" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M9.50002 11.1975L10.9072 12.6047C10.9567 12.6547 11.0156 12.6945 11.0806 12.7217C11.1456 12.7488 11.2153 12.7628 11.2857 12.7628C11.3562 12.7628 11.4259 12.7488 11.4909 12.7217C11.5558 12.6945 11.6148 12.6547 11.6643 12.6047L14.5 9.76892" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!