Note Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Note 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/315357.svg" alt="Note icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315357.svg" alt="Note icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315357.svg" alt="Note icon" :width="24" :height="24" />
CSS background
.icon-note {
background-image: url('https://proicons.com/icon/315357.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Note</title><path d="M0 .279c4.623 0 10.953-.235 15.498-.117 6.099.156 8.39 2.813 8.468 9.374.077 3.71 0 14.335 0 14.335h-6.598c0-9.296.04-10.83 0-13.759-.078-2.578-.814-3.807-2.795-4.041-2.097-.235-7.975-.04-7.975-.04v17.84H0Z"/></svg>
Note in other icon packs
Copied!