Evernote Icon
Free SVG icon from the IcoFont 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/305600.svg" alt="Evernote icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305600.svg" alt="Evernote icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305600.svg" alt="Evernote icon" :width="24" :height="24" />
CSS background
.icon-evernote {
background-image: url('https://proicons.com/icon/305600.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M304 251H162L339 72v144l-35 35zm502-71c-15-26-94-56-135-56H565s-34-61-114-61-74 35-74 66v122l-37 39H173s-47 31-47 98 21 302 161 324c166 26 195-51 195-61 0-39 1-98 1-98s48 93 122 93 116 42 116 86v80s-3 50-46 50h-92s-30-23-30-56c0-32 14-41 32-41l31 2v-69s-139-1-139 106 73 134 131 134h95s171-22 171-361c1-339-53-371-68-397zM635 484s9-56 41-56c33 0 77 74 77 74s-102-18-118-18z"/></svg>
Copied!