Notificationnotes Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Notificationnotes icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/344907.svg" alt="Notificationnotes icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344907.svg" alt="Notificationnotes icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344907.svg" alt="Notificationnotes icon" :width="24" :height="24" />
CSS background
.icon-notificationnotes {
background-image: url('https://proicons.com/icon/344907.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 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M35.48,5.46a3.85,3.85,0,0,1,3,1.23L41.35,9.6a4,4,0,0,1,0,5.59L36,20.54,27.5,12l5.35-5.35a4.13,4.13,0,0,1,2.63-1.23ZM27.5,12l8.5,8.5L21.31,35.23,17,39.56a1.88,1.88,0,0,1-.76.53l-9,2.41a1.37,1.37,0,0,1-1.68-1.68l2.4-9a1.89,1.89,0,0,1,.55-.77l1.65-1.65L27.5,12Z"/></svg>
Copied!