Notification Bell Minus Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Notification Bell Minus 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/310256.svg" alt="Notification Bell Minus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310256.svg" alt="Notification Bell Minus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310256.svg" alt="Notification Bell Minus icon" :width="24" :height="24" />
CSS background
.icon-notification-bell-minus {
background-image: url('https://proicons.com/icon/310256.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.5781C20.7812 15.0198 20.4888 14.4922 20.1332 14.0081C19.6795 13.4686 19.3729 12.8209 19.2432 12.128C19.2432 9.23805 19.2432 8.25807 17.6632 6.36807C17.1396 5.75063 16.4923 5.24985 15.7632 4.89807L15.0332 4.54806C14.9928 4.5226 14.9587 4.48843 14.9332 4.44806C14.9086 4.41934 14.8914 4.38499 14.8832 4.34805C14.7771 3.66172 14.417 3.04029 13.8743 2.6069C13.3317 2.17351 12.646 1.95978 11.9532 2.00805C11.2828 1.98104 10.6253 2.1983 10.103 2.61947C9.58063 3.04065 9.22893 3.63713 9.1132 4.29806C9.10362 4.34548 9.08308 4.39001 9.05321 4.42807C9.02505 4.46337 8.99126 4.49377 8.9532 4.51806L8.1732 4.89807C7.43692 5.24735 6.78526 5.7523 6.26321 6.37805C4.69321 8.25805 4.6932 9.23805 4.6932 12.128C4.57679 12.7788 4.29433 13.3885 3.8732 13.8981C3.50518 14.394 3.20894 14.9394 2.99321 15.5181C2.85876 15.9078 2.81234 16.3224 2.8573 16.7322C2.90225 17.142 3.03746 17.5368 3.2532 17.8881C3.48136 18.1788 3.7779 18.4085 4.11639 18.5568C4.45488 18.7051 4.82481 18.7674 5.1932 18.7381H8.01321C8.05592 19.0057 8.12974 19.2675 8.2332 19.5181C8.43249 20.0116 8.72828 20.4603 9.10321 20.838C9.4781 21.2165 9.92762 21.5128 10.4232 21.7081C10.8837 21.8961 11.3758 21.9945 11.8732 21.998H11.9532C12.4842 22.0074 13.0115 21.9087 13.5032 21.7081C14 21.5152 14.45 21.2185 14.8232 20.838C15.2025 20.4639 15.499 20.0142 15.6932 19.5181C15.7941 19.2658 15.8711 19.0047 15.9232 18.7381H18.8632C19.2095 18.7367 19.5511 18.6581 19.8632 18.5081C20.2144 18.3307 20.5166 18.0697 20.7432 17.748C20.9692 17.4257 21.1071 17.05 21.1432 16.658C21.1878 16.292 21.1396 15.9206 21.0032 15.5781ZM14.5032 12.248H9.5032C9.30429 12.248 9.11352 12.169 8.97287 12.0284C8.83222 11.8877 8.7532 11.697 8.7532 11.498C8.7532 11.2991 8.83222 11.1084 8.97287 10.9677C9.11352 10.8271 9.30429 10.748 9.5032 10.748H14.5032C14.7021 10.748 14.8929 10.8271 15.0335 10.9677C15.1742 11.1084 15.2532 11.2991 15.2532 11.498C15.2532 11.697 15.1742 11.8877 15.0335 12.0284C14.8929 12.169 14.7021 12.248 14.5032 12.248Z" fill="black"/> </svg>
Copied!