Bell Notification Square Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Bell Notification Square icon is commonly used in notification panels, alert systems and dashboard headers. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/310545.svg" alt="Bell Notification Square icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310545.svg" alt="Bell Notification Square icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310545.svg" alt="Bell Notification Square icon" :width="24" :height="24" />
CSS background
.icon-bell-notification-square {
background-image: url('https://proicons.com/icon/310545.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.9737 16.2078H16.7603C16.9467 16.2181 17.1327 16.1806 17.3005 16.0988C17.4683 16.0169 17.6124 15.8934 17.7189 15.74C17.8254 15.5867 17.8909 15.4086 17.9092 15.2229C17.9275 15.037 17.8978 14.8496 17.8231 14.6785C17.5707 13.9139 16.5615 12.9963 16.5615 12.094C16.5615 10.0907 16.5615 9.56313 15.5751 8.3856C15.2553 8.00661 14.8593 7.69918 14.4128 7.48334L13.8623 7.21571C13.7697 7.1605 13.6897 7.0863 13.6278 6.99801C13.5659 6.90972 13.5233 6.80932 13.5029 6.70341C13.448 6.34659 13.2595 6.024 12.9755 5.80108C12.6915 5.57815 12.3334 5.47157 11.9737 5.50294C11.6203 5.48159 11.2717 5.59278 10.9959 5.81478C10.7203 6.03679 10.5372 6.35364 10.4827 6.70341C10.458 6.81272 10.4095 6.91528 10.3408 7.00381C10.2721 7.09233 10.1848 7.16468 10.085 7.21571L9.53451 7.48334C9.08807 7.69918 8.69206 8.00661 8.37227 8.3856C7.3859 9.56313 7.3859 10.0907 7.3859 12.094C7.3859 12.9963 6.42246 13.8221 6.17014 14.6327C6.01721 15.122 5.9331 16.2078 7.21003 16.2078H11.9737Z" stroke="black" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/> <path d="M14.2674 16.208C14.2737 16.511 14.2187 16.8121 14.1055 17.0931C13.9925 17.3743 13.8238 17.6297 13.6095 17.8439C13.3953 18.0582 13.1398 18.2269 12.8587 18.34C12.5776 18.4531 12.2766 18.5082 11.9736 18.5018C11.6706 18.5082 11.3696 18.4531 11.0884 18.34C10.8073 18.2269 10.5519 18.0582 10.3376 17.8439C10.1234 17.6297 9.95463 17.3743 9.84156 17.0931C9.72849 16.8121 9.67343 16.511 9.67968 16.208" stroke="black" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/> <rect x="2.75" y="2.75" width="18.5" height="18.5" rx="6" stroke="black" stroke-width="1.5"/> </svg>
Copied!