Notification Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Notification Svg 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/308879.svg" alt="Notification Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308879.svg" alt="Notification Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308879.svg" alt="Notification Svg icon" :width="24" :height="24" />
CSS background
.icon-notification---svg {
background-image: url('https://proicons.com/icon/308879.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 fill-rule="evenodd" clip-rule="evenodd" d="M12 1C10.8954 1 10 1.89543 10 3C10 3.0964 10.0068 3.1912 10.02 3.28396C7.11824 4.13808 5 6.82167 5 10V18H4C3.44772 18 3 18.4477 3 19C3 19.5523 3.44772 20 4 20H6H18H20C20.5523 20 21 19.5523 21 19C21 18.4477 20.5523 18 20 18H19V10C19 6.82167 16.8818 4.13809 13.98 3.28396C13.9932 3.1912 14 3.0964 14 3C14 1.89543 13.1046 1 12 1ZM14 22C14 22.5523 13.5523 23 13 23H11C10.4477 23 10 22.5523 10 22C10 21.4477 10.4477 21 11 21H13C13.5523 21 14 21.4477 14 22Z" fill="#292929"/> </svg>
Copied!