Notebook Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Notebook 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/312224.svg" alt="Notebook icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/312224.svg" alt="Notebook icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/312224.svg" alt="Notebook icon" :width="24" :height="24" />
CSS background
.icon-notebook {
background-image: url('https://proicons.com/icon/312224.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" id="memory-notebook" viewBox="0 0 22 22"><path d="M19 2V20H18V21H4V20H3V18H1V16H3V12H1V10H3V6H1V4H3V2H4V1H18V2H19M14 9H13V8H12V9H11V10H10V3H7V19H17V3H15V10H14V9M3 4V6H5V4H3M5 10H3V12H5V10M5 16H3V18H5V16Z" /></svg>
Notebook in other icon packs
Copied!