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/310890.svg" alt="Notification Bell Muted icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310890.svg" alt="Notification Bell Muted icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310890.svg" alt="Notification Bell Muted icon" :width="24" :height="24" />
CSS background
.icon-notification-bell-muted {
background-image: url('https://proicons.com/icon/310890.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="M5.44282 17.3682C4.29003 17.0748 4.39483 15.859 4.57299 15.2722C4.91883 14.1614 6.26026 13.0295 6.26026 11.8034C6.26026 9.07853 6.26026 8.32398 7.61217 6.71007C8.05037 6.19483 8.58878 5.77409 9.19465 5.47343L9.93871 5.10663C10.0696 5.03319 10.1832 4.93249 10.2718 4.81135C10.3604 4.6902 10.4219 4.55146 10.4523 4.40447C10.5227 3.91319 10.7799 3.46799 11.1703 3.16152C11.5608 2.85507 12.0543 2.71093 12.5483 2.75911C13.0331 2.72741 13.5122 2.87892 13.8906 3.18363C14.2691 3.48833 14.5193 3.92404 14.5918 4.40447C14.6268 4.55527 14.6947 4.69644 14.7908 4.81785C14.8868 4.93926 15.0085 5.03787 15.1473 5.10663L15.8914 5.47343C16.2097 5.63197 16.5115 5.82153 16.7926 6.03934" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M17.9278 8.2961C18.5985 9.34409 18.5985 10.3083 18.5985 12.4881C18.5985 13.7142 19.9924 14.9194 20.3382 16.0198C20.4375 16.2545 20.4758 16.5106 20.4496 16.764C20.4232 17.0175 20.3331 17.2602 20.1877 17.4694C20.0422 17.6787 19.8462 17.8477 19.6177 17.9607C19.3894 18.0738 19.1361 18.1272 18.8814 18.1158H8.13953" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M15.4756 18.1053C15.4841 18.5205 15.4086 18.9332 15.2536 19.3186C15.0986 19.7039 14.8674 20.0539 14.5737 20.3475C14.2801 20.6412 13.9301 20.8725 13.5447 21.0275C13.1594 21.1824 12.7467 21.2579 12.3315 21.2494C11.9163 21.2579 11.5036 21.1824 11.1183 21.0275C10.733 20.8725 10.383 20.6412 10.0893 20.3475C9.79564 20.0539 9.56438 19.7039 9.40942 19.3186C9.25445 18.9332 9.17898 18.5205 9.18755 18.1053" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M3.54248 20.1149L19.493 3.33" stroke="black" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/> </svg>
Copied!