Book Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Book 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/310548.svg" alt="Book icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310548.svg" alt="Book icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310548.svg" alt="Book icon" :width="24" :height="24" />
CSS background
.icon-book {
background-image: url('https://proicons.com/icon/310548.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M2.75 16.401C2.74999 16.5529 2.78008 16.7033 2.83852 16.8434C2.89696 16.9836 2.9826 17.1108 3.09048 17.2177C3.19837 17.3246 3.32636 17.409 3.46707 17.4662C3.60778 17.5233 3.75842 17.552 3.91028 17.5506C5.09695 17.5357 6.28182 17.6474 7.44484 17.8836C9.08473 18.0885 10.6491 18.6936 12 19.6455V6.44196C10.646 5.49579 9.08313 4.89129 7.44484 4.68005C6.26048 4.44188 5.05365 4.33381 3.84582 4.35775C3.55416 4.37687 3.28074 4.50637 3.08117 4.71991C2.8816 4.93346 2.77086 5.215 2.77149 5.50729L2.75 16.401Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M21.25 16.401C21.25 16.5529 21.2199 16.7033 21.1615 16.8434C21.103 16.9836 21.0174 17.1108 20.9095 17.2177C20.8016 17.3246 20.6736 17.409 20.5329 17.4662C20.3922 17.5233 20.2416 17.552 20.0897 17.5506C18.9031 17.5357 17.7182 17.6474 16.5552 17.8836C14.9153 18.0885 13.3509 18.6936 12 19.6455V6.44196C13.354 5.49579 14.9169 4.89129 16.5552 4.68005C17.7395 4.44188 18.9464 4.33381 20.1542 4.35775C20.4458 4.37687 20.7193 4.50637 20.9188 4.71991C21.1184 4.93346 21.2291 5.215 21.2285 5.50729L21.25 16.401Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Book in other icon packs
Copied!