Notification Bell Question Mark Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Notification Bell Question Mark 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/310893.svg" alt="Notification Bell Question Mark icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310893.svg" alt="Notification Bell Question Mark icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310893.svg" alt="Notification Bell Question Mark icon" :width="24" :height="24" />
CSS background
.icon-notification-bell-question-mark {
background-image: url('https://proicons.com/icon/310893.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="M11.9623 17.9861H18.7716C19.0368 18.0009 19.3014 17.9476 19.5401 17.8311C19.7788 17.7146 19.9838 17.5389 20.1353 17.3207C20.2869 17.1026 20.3801 16.8493 20.4061 16.585C20.432 16.3206 20.3899 16.0541 20.2835 15.8106C19.9246 14.7229 18.4888 13.4176 18.4888 12.134C18.4888 9.28415 18.4888 8.53361 17.0856 6.85847C16.6306 6.31932 16.0673 5.88198 15.4322 5.57493L14.649 5.19422C14.5172 5.11567 14.4035 5.01012 14.3154 4.88451C14.2274 4.75892 14.1668 4.61609 14.1377 4.46542C14.0596 3.95781 13.7914 3.4989 13.3874 3.18178C12.9834 2.86465 12.474 2.71303 11.9623 2.75766C11.4596 2.72728 10.9636 2.88545 10.5714 3.20127C10.1792 3.5171 9.91872 3.96784 9.84119 4.46542C9.80605 4.62092 9.73716 4.76682 9.63945 4.89276C9.54169 5.01869 9.41746 5.12161 9.27554 5.19422L8.49236 5.57493C7.85726 5.88198 7.29391 6.31932 6.83898 6.85847C5.43578 8.53361 5.43578 9.28415 5.43578 12.134C5.43578 13.4176 4.06522 14.5923 3.70627 15.7454C3.48872 16.4415 3.36906 17.9861 5.1856 17.9861H11.9623Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M15.2255 17.9861C15.2344 18.4171 15.1561 18.8455 14.9952 19.2453C14.8344 19.6453 14.5944 20.0086 14.2896 20.3134C13.9848 20.6182 13.6214 20.8582 13.2215 21.0191C12.8215 21.18 12.3933 21.2583 11.9623 21.2493C11.5314 21.2583 11.103 21.18 10.703 21.0191C10.3032 20.8582 9.93982 20.6182 9.63503 20.3134C9.33022 20.0086 9.09019 19.6453 8.92934 19.2453C8.76849 18.8455 8.69016 18.4171 8.69904 17.9861" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M10.4955 9.93238C10.6438 9.60905 10.8956 9.34439 11.2112 9.1803C11.5268 9.0162 11.888 8.96203 12.2379 9.02637C12.4775 9.06314 12.7052 9.15559 12.9026 9.2963C13.1 9.43699 13.2617 9.62203 13.3747 9.83655C13.456 10.0081 13.5002 10.195 13.5041 10.3848C13.5082 10.5746 13.4719 10.7632 13.3978 10.938C13.3238 11.1128 13.2136 11.27 13.0745 11.3993C12.9354 11.5285 12.7705 11.6268 12.5907 11.6877C12.4072 11.7573 12.2486 11.8797 12.1346 12.0394C12.0206 12.1991 11.9565 12.389 11.9504 12.585V12.9553" stroke="black" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/> <path d="M11.922 15H11.9264" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!