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/310253.svg" alt="Notification Bell Check icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310253.svg" alt="Notification Bell Check icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310253.svg" alt="Notification Bell Check icon" :width="24" :height="24" />
CSS background
.icon-notification-bell-check {
background-image: url('https://proicons.com/icon/310253.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.0032 15.5784C20.7812 15.0201 20.4888 14.4925 20.1332 14.0084C19.6795 13.4689 19.3729 12.8212 19.2432 12.1284C19.2432 9.23835 19.2432 8.25838 17.6632 6.36838C17.1396 5.75093 16.4924 5.25016 15.7632 4.89837L15.0332 4.54837C14.9928 4.52291 14.9587 4.48874 14.9332 4.44836C14.9086 4.41965 14.8914 4.38529 14.8832 4.34836C14.7771 3.66203 14.417 3.0406 13.8743 2.60721C13.3317 2.17381 12.646 1.96009 11.9532 2.00836C11.2828 1.98135 10.6253 2.1986 10.103 2.61978C9.58063 3.04096 9.22893 3.63744 9.1132 4.29837C9.10223 4.35025 9.07814 4.39844 9.04321 4.43835C9.01821 4.47016 8.98772 4.49727 8.9532 4.51837L8.1732 4.89837C7.43693 5.24766 6.78526 5.7526 6.26321 6.37835C4.69321 8.25835 4.69321 9.23835 4.69321 12.1284C4.57679 12.7791 4.29433 13.3888 3.8732 13.8984C3.50518 14.3943 3.20894 14.9397 2.99321 15.5184C2.85876 15.9081 2.81234 16.3227 2.8573 16.7325C2.90226 17.1423 3.03746 17.5371 3.2532 17.8884C3.48136 18.1791 3.7779 18.4088 4.11639 18.5571C4.45489 18.7054 4.82482 18.7677 5.19321 18.7384H8.01321C8.05592 19.0061 8.12974 19.2678 8.2332 19.5184C8.43093 20.0151 8.73073 20.4648 9.1132 20.8383C9.48269 21.2186 9.92938 21.5153 10.4232 21.7084C10.8837 21.8964 11.3758 21.9948 11.8732 21.9984H12.0332C13.0791 21.9913 14.0806 21.5749 14.8232 20.8383C15.197 20.4635 15.4927 20.0183 15.6932 19.5283C15.7941 19.2727 15.8711 19.0082 15.9232 18.7384H18.8632C19.2093 18.7356 19.5507 18.6571 19.8632 18.5084C20.2144 18.331 20.5166 18.07 20.7432 17.7483C20.9692 17.4261 21.1071 17.0503 21.1432 16.6584C21.1878 16.2923 21.1396 15.9209 21.0032 15.5784ZM15.0032 10.2984L12.1932 13.1284C12.0804 13.2525 11.9399 13.3485 11.7832 13.4084C11.6288 13.476 11.4618 13.5101 11.2932 13.5084C11.1238 13.5095 10.9558 13.4764 10.7995 13.4111C10.6431 13.3458 10.5015 13.2496 10.3832 13.1284L8.97321 11.7284C8.83275 11.5877 8.75386 11.3971 8.75386 11.1984C8.75386 10.9996 8.83275 10.809 8.97321 10.6684C9.04215 10.5976 9.12456 10.5414 9.21559 10.503C9.30662 10.4646 9.40441 10.4448 9.5032 10.4448C9.602 10.4448 9.69979 10.4646 9.79082 10.503C9.88184 10.5414 9.96426 10.5976 10.0332 10.6684L11.2932 11.9184L13.9732 9.23837C14.0419 9.16468 14.1247 9.10556 14.2167 9.06457C14.3087 9.02358 14.408 9.00156 14.5087 8.99978C14.6094 8.99801 14.7094 9.01651 14.8028 9.05423C14.8962 9.09195 14.981 9.14811 15.0522 9.21933C15.1235 9.29055 15.1796 9.37539 15.2173 9.46878C15.2551 9.56217 15.2736 9.66217 15.2718 9.76288C15.27 9.86358 15.248 9.9629 15.207 10.0549C15.166 10.1469 15.1069 10.2297 15.0332 10.2984H15.0032Z" fill="black"/> </svg>
Copied!