Notification Bell Upload Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Notification Bell Upload 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/310262.svg" alt="Notification Bell Upload icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310262.svg" alt="Notification Bell Upload icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310262.svg" alt="Notification Bell Upload icon" :width="24" :height="24" />
CSS background
.icon-notification-bell-upload {
background-image: url('https://proicons.com/icon/310262.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.1283C19.2432 9.23835 19.2432 8.25837 17.6632 6.36837C17.1396 5.75093 16.4924 5.25015 15.7632 4.89837L15.0332 4.54836C14.9928 4.5229 14.9587 4.48873 14.9332 4.44835C14.9086 4.41964 14.8914 4.38529 14.8832 4.34835C14.7771 3.66202 14.417 3.04059 13.8743 2.6072C13.3317 2.17381 12.646 1.96008 11.9532 2.00835C11.2828 1.98134 10.6253 2.19859 10.103 2.61977C9.58063 3.04095 9.22893 3.63743 9.1132 4.29836C9.10223 4.35025 9.07814 4.39843 9.04321 4.43834C9.01821 4.47015 8.98772 4.49726 8.9532 4.51836L8.1732 4.89837C7.43693 5.24765 6.78526 5.75259 6.26321 6.37835C4.69321 8.25835 4.69321 9.23835 4.69321 12.1283C4.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.006 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.9983H12.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.426 21.1071 17.0503 21.1432 16.6583C21.1878 16.2923 21.1396 15.9209 21.0032 15.5784ZM14.8232 11.4784C14.6827 11.619 14.4921 11.6982 14.2932 11.6984C14.0952 11.694 13.9061 11.6155 13.7632 11.4784L12.7632 10.4784V13.8584C12.7632 14.0573 12.6842 14.248 12.5435 14.3887C12.4029 14.5293 12.2121 14.6084 12.0132 14.6084C11.8143 14.6084 11.6235 14.5293 11.4829 14.3887C11.3422 14.248 11.2632 14.0573 11.2632 13.8584V10.4784L10.2632 11.4784C10.1226 11.6188 9.93195 11.6977 9.7332 11.6977C9.53445 11.6977 9.34383 11.6188 9.2032 11.4784C9.13244 11.4094 9.07621 11.327 9.03781 11.236C8.99941 11.1449 8.97963 11.0471 8.97963 10.9484C8.97963 10.8496 8.99941 10.7518 9.03781 10.6607C9.07621 10.5697 9.13244 10.4873 9.2032 10.4184L11.2032 8.41836C11.3195 8.30794 11.4551 8.2198 11.6032 8.15835C11.7403 8.09193 11.8908 8.05772 12.0432 8.05834C12.1976 8.05911 12.3504 8.0897 12.4932 8.14837C12.6397 8.21707 12.7747 8.30815 12.8932 8.41836L14.8932 10.4184C14.9596 10.4919 15.0106 10.578 15.0431 10.6716C15.0756 10.7651 15.089 10.8643 15.0825 10.9632C15.0759 11.062 15.0496 11.1586 15.0051 11.2471C14.9606 11.3356 14.8987 11.4142 14.8232 11.4784Z" fill="black"/> </svg>
Copied!