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/309981.svg" alt="Bell Notification Square icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309981.svg" alt="Bell Notification Square icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309981.svg" alt="Bell Notification Square icon" :width="24" :height="24" />
CSS background
.icon-bell-notification-square {
background-image: url('https://proicons.com/icon/309981.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="M15.25 2.02002H8.75C6.9606 2.02266 5.24522 2.7347 3.97992 4C2.71462 5.2653 2.00265 6.98062 2 8.77002V15.23C2.00265 17.0194 2.71462 18.7348 3.97992 20.0001C5.24522 21.2654 6.9606 21.9774 8.75 21.98H15.25C17.0394 21.9774 18.7547 21.2654 20.02 20.0001C21.2853 18.7348 21.9974 17.0194 22 15.23V8.73004C21.9868 6.94759 21.2701 5.24245 20.006 3.98578C18.7418 2.72911 17.0325 2.02261 15.25 2.02002ZM17.25 15.14C17.2431 15.2222 17.2156 15.3013 17.17 15.3701C17.1371 15.4277 17.0835 15.4707 17.02 15.4901C16.9413 15.5099 16.8587 15.5099 16.78 15.4901H7.22998C7.04998 15.4901 6.89999 15.49 6.85999 15.4C6.79 15.2165 6.79 15.0136 6.85999 14.83C6.98098 14.5346 7.13893 14.2558 7.33002 14.0001C7.77733 13.4532 8.04915 12.7839 8.10999 12.08C8.10999 10.08 8.10999 9.80007 8.92999 8.82007C9.18945 8.52106 9.50552 8.27632 9.85999 8.10004L10.43 7.82007C10.6215 7.72989 10.7867 7.59216 10.91 7.42004C11.0595 7.24247 11.1595 7.02862 11.2 6.80005C11.2297 6.62085 11.3218 6.45789 11.46 6.34003C11.5895 6.242 11.7476 6.18933 11.91 6.19006H12.06C12.1527 6.17477 12.2473 6.17477 12.34 6.19006C12.4237 6.21964 12.5015 6.26364 12.57 6.32007C12.646 6.37682 12.7092 6.44883 12.7557 6.53149C12.8022 6.61416 12.831 6.70564 12.84 6.80005C12.8843 7.00007 12.9657 7.19001 13.08 7.36005C13.2088 7.54742 13.3802 7.70164 13.58 7.81006L14.13 8.08002C14.4885 8.24987 14.8058 8.49556 15.06 8.80005C15.88 9.80005 15.88 10.0901 15.88 12.0601C15.958 12.7946 16.2501 13.4901 16.72 14.0601C16.9156 14.3271 17.0801 14.6156 17.21 14.92C17.241 14.9891 17.248 15.0665 17.23 15.14H17.25ZM13.72 17.3701C13.5035 17.5917 13.2406 17.7625 12.95 17.8701C12.6522 17.9925 12.3318 18.0504 12.01 18.04C11.707 18.032 11.4069 17.9781 11.12 17.8801C10.5862 17.6577 10.1546 17.244 9.90997 16.72H14.16C14.0518 16.9653 13.8954 17.1864 13.7 17.3701H13.72Z" fill="black"/> </svg>
Copied!