Evernote Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Evernote 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/325584.svg" alt="Evernote icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325584.svg" alt="Evernote icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325584.svg" alt="Evernote icon" :width="24" :height="24" />
CSS background
.icon-evernote {
background-image: url('https://proicons.com/icon/325584.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M19.17,4.67a6.15,6.15,0,0,1,4.29.13,4.39,4.39,0,0,1,2.23,2.5s8.49.43,11,2.87,2.4,8.74,2.58,11.5c.21,3.16.63,11-.8,14.55-1.32,3.21-3.83,6.65-7.67,7.07a6.64,6.64,0,0,1-6.76-3,5.28,5.28,0,0,1,0-5.18,4.06,4.06,0,0,1,3.19-1.85c.72,0,1.69.27,1.94.95a1.06,1.06,0,0,1-.6,1.4c-.49.26-1,.07-1.55.58a2,2,0,0,0-.43,2,2.2,2.2,0,0,0,1.59,1.47,5.08,5.08,0,0,0,4.48-2,3.94,3.94,0,0,0,.17-4,5.43,5.43,0,0,0-3.45-2.85,15.66,15.66,0,0,1-4.1-1.37,9.64,9.64,0,0,1-2.19-2.76S21.92,31,20.2,32c-1.9,1.11-4.56.75-6.6-.06a12.27,12.27,0,0,1-6-5.61c-1.07-2-1.1-4.87-1-8.87,0-2.29,10.29-12,12.63-12.86Z"/><path class="a" d="M30.22,22.33c-.77-.07.67-1.76,1.61-1.73,1.6,0,3.42,2.15,2.55,2.08Z"/><path class="a" d="M19.17,4.67c-3,2.72-1.69,4-2,9.08a1.94,1.94,0,0,1-1.91,1.94c-4.51.44-7.42-.77-8.7,1.78"/></svg>
Copied!