Notification Bell Plus Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Notification Bell Plus 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/310259.svg" alt="Notification Bell Plus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310259.svg" alt="Notification Bell Plus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310259.svg" alt="Notification Bell Plus icon" :width="24" :height="24" />
CSS background
.icon-notification-bell-plus {
background-image: url('https://proicons.com/icon/310259.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.005 15.6057C20.783 15.0463 20.4906 14.5176 20.135 14.0324C19.6813 13.4917 19.3747 12.8427 19.245 12.1484C19.245 9.25217 19.245 8.2701 17.665 6.37606C17.1414 5.7573 16.4941 5.25545 15.765 4.90291L15.035 4.55216C14.9946 4.52665 14.9604 4.4924 14.935 4.45194C14.9277 4.41894 14.9277 4.38472 14.935 4.35172C14.8289 3.66392 14.4688 3.04116 13.9261 2.60685C13.3835 2.17253 12.6978 1.95834 12.005 2.00672C11.3338 1.97171 10.6738 2.18981 10.155 2.61804C9.62568 3.03628 9.26949 3.63595 9.15499 4.30162C9.1454 4.34915 9.12486 4.39377 9.09499 4.43191C9.06684 4.46728 9.03305 4.49775 8.99499 4.5221L8.21498 4.90291C7.47871 5.25295 6.82704 5.75897 6.30499 6.38606C4.73499 8.27008 4.73499 9.25217 4.73499 12.1484C4.61857 12.8005 4.33612 13.4115 3.91499 13.9222C3.53618 14.4044 3.22652 14.9373 2.99499 15.5055C2.86054 15.8961 2.81412 16.3116 2.85907 16.7223C2.90403 17.133 3.03924 17.5285 3.25498 17.8806C3.48314 18.1719 3.77968 18.4022 4.11817 18.5508C4.45667 18.6994 4.8266 18.7618 5.19499 18.7324H8.01499C8.05769 19.0007 8.13153 19.263 8.23499 19.5141C8.43428 20.0086 8.73006 20.4584 9.10499 20.8369C9.47989 21.2161 9.92941 21.513 10.425 21.7088C10.8855 21.8972 11.3776 21.9958 11.875 21.9994H11.955C12.486 22.0087 13.0133 21.9099 13.505 21.7088C14.0018 21.5154 14.4518 21.2182 14.825 20.8369C15.2043 20.462 15.5007 20.0113 15.695 19.5141C15.7958 19.2613 15.8728 18.9996 15.925 18.7324H18.865C19.2113 18.731 19.5529 18.6523 19.865 18.5019C20.2162 18.3242 20.5184 18.0626 20.745 17.7403C20.971 17.4173 21.1088 17.0408 21.145 16.648C21.1829 16.2943 21.1349 15.9367 21.005 15.6057ZM14.505 12.2686H12.745V14.0123C12.745 14.2117 12.666 14.4029 12.5253 14.5438C12.3847 14.6848 12.1939 14.764 11.995 14.764C11.7961 14.764 11.6053 14.6848 11.4647 14.5438C11.324 14.4029 11.245 14.2117 11.245 14.0123V12.2686H9.50498C9.30607 12.2686 9.11531 12.1894 8.97466 12.0485C8.83401 11.9075 8.75498 11.7163 8.75498 11.517C8.75498 11.3177 8.83401 11.1265 8.97466 10.9856C9.11531 10.8446 9.30607 10.7654 9.50498 10.7654H11.245V9.00166C11.245 8.80232 11.324 8.61114 11.4647 8.47019C11.6053 8.32923 11.7961 8.25005 11.995 8.25005C12.1939 8.25005 12.3847 8.32923 12.5253 8.47019C12.666 8.61114 12.745 8.80232 12.745 9.00166V10.7654H14.505C14.7039 10.7654 14.8947 10.8446 15.0353 10.9856C15.176 11.1265 15.255 11.3177 15.255 11.517C15.255 11.7163 15.176 11.9075 15.0353 12.0485C14.8947 12.1894 14.7039 12.2686 14.505 12.2686Z" fill="black"/> </svg>
Copied!