Note Icon
Free SVG icon from the Arcticons 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/344870.svg" alt="Note icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344870.svg" alt="Note icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344870.svg" alt="Note icon" :width="24" :height="24" />
CSS background
.icon-note {
background-image: url('https://proicons.com/icon/344870.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="M30.3476,11.35l-3.6-3.6h-20.2v35.8h29.6V24.85"/><path class="a" d="M30.9476,10.55l-13,18.2-1.5,12.6,11.5-5.3,13.3-18.4a.9781.9781,0,0,0-.2-1.4l-8.4-6A1.2681,1.2681,0,0,0,30.9476,10.55Z"/><path class="a" d="M16.9476,36.85a4.4006,4.4006,0,0,1,3.5,2.6"/><path class="a" d="M17.9476,28.75l10,7.3"/><path class="a" d="M29.1476,13.15l10,7.4"/><path class="a" d="M27.7476,14.95l10.1,7.4"/><path class="a" d="M11.2476,20.55v-9.5c0-1.4,2.5-1.3,2.5,0v10.7c0,2.5-4.7,2.5-4.7,0V7.45c0-4,5.6-4,5.9,0"/></svg>
Note in other icon packs
Copied!