Notification Bell Muted Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Notification Bell Muted 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/310257.svg" alt="Notification Bell Muted icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310257.svg" alt="Notification Bell Muted icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310257.svg" alt="Notification Bell Muted icon" :width="24" :height="24" />
CSS background
.icon-notification-bell-muted {
background-image: url('https://proicons.com/icon/310257.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="M16.9595 5.95319C16.9568 6.06324 16.9315 6.17155 16.885 6.27135C16.8386 6.37115 16.772 6.46029 16.6895 6.53319L5.49952 17.8832C5.38726 18.0012 5.23919 18.0789 5.07827 18.1042C4.91736 18.1295 4.75259 18.1011 4.60952 18.0232C1.49952 16.5532 4.60951 13.6532 5.04951 11.8132C4.79951 8.10319 6.04952 5.81319 9.14952 4.44319C9.29191 3.77031 9.66119 3.16678 10.1955 2.7337C10.7298 2.30063 11.3967 2.0643 12.0845 2.0643C12.7723 2.0643 13.4392 2.30063 13.9735 2.7337C14.5078 3.16678 14.8771 3.77031 15.0195 4.44319C15.6395 4.84319 16.8595 5.06319 16.9595 5.95319Z" fill="black"/> <path d="M20.7395 16.8532C20.5695 19.3332 17.3995 18.8532 15.7395 18.8532C15.1295 22.9632 8.7395 22.9632 8.0895 18.8532C7.3295 19.0332 6.6695 18.3432 7.2895 17.6832L16.9795 7.75321C19.1195 7.09321 18.8395 10.3032 18.9795 12.4732C19.0295 13.9232 20.9595 15.2132 20.7395 16.8532Z" fill="black"/> </svg>
Copied!