Notification Notes Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Notification Notes 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/344904.svg" alt="Notification Notes icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344904.svg" alt="Notification Notes icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344904.svg" alt="Notification Notes icon" :width="24" :height="24" />
CSS background
.icon-notification-notes {
background-image: url('https://proicons.com/icon/344904.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M40.4617,32.1726c-2.5303-1.9667-2.9173-2.5952-4.6108-11.571-1.4382-7.6224-4.5906-9.9923-8.504-11.2316,.2175-.4708,.3473-.9902,.3473-1.5428,0-2.0403-1.654-3.6943-3.6943-3.6943s-3.6942,1.654-3.6942,3.6943c0,.5527,.1297,1.072,.3472,1.5428-3.9134,1.2393-7.0658,3.6093-8.5039,11.2316-1.6935,8.9758-2.0805,9.6044-4.6108,11.571-2.6131,2.0309-2.529,6.7102,.9492,6.7102h10.4636c.0393,2.7584,2.281,4.9844,5.0489,4.9844s5.0096-2.226,5.0489-4.9844h10.4636c3.4781,0,3.5623-4.6793,.9492-6.7102Z"/></svg>
Copied!