Notification Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Notification 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/311573.svg" alt="Notification icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/311573.svg" alt="Notification icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/311573.svg" alt="Notification icon" :width="24" :height="24" />
CSS background
.icon-notification {
background-image: url('https://proicons.com/icon/311573.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22"><path d="M12 20V21H10V20H8V18H14V20H12M2 15H3V14H4V6H5V4H6V3H8V2H10V1H12V2H14V3H16V4H17V6H18V14H19V15H20V17H2V15M6 15H16V7H15V5H13V4H9V5H7V7H6V15Z"/></svg>
Notification in other icon packs
Copied!