Notification Icon
Free SVG icon from the IcoFont 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/306147.svg" alt="Notification icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306147.svg" alt="Notification icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306147.svg" alt="Notification icon" :width="24" :height="24" />
CSS background
.icon-notification {
background-image: url('https://proicons.com/icon/306147.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M843 766c-3-7-4-17-2-25 21-57 41-113 63-170 22-60 40-120 31-186-10-75-41-139-96-190-27-25-58-45-89-68 2-6 6-17 10-27 6-17 1-30-13-36-15-5-27 1-34 18-4 10-8 21-13 32-41-10-83-14-124-8-125 17-214 83-263 199-29 71-54 145-80 218-4 9-9 14-17 18-45 20-88 40-133 60-11 6-20 13-20 27 0 15 11 20 23 25 82 29 164 59 247 88 12 5 17 10 16 23-4 92 82 161 171 137 36-9 64-30 84-62 5 2 9 3 12 4 84 31 168 61 252 91 12 4 24 6 34-5 11-11 7-22 1-34-20-43-41-86-60-129zm-380 87c-40-12-66-48-63-89 52 19 103 37 154 56-14 28-56 43-91 33z"/></svg>
Notification in other icon packs
Copied!