Book Icon
Free SVG icon from the Govicons 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/304757.svg" alt="Book icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304757.svg" alt="Book icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304757.svg" alt="Book icon" :width="24" :height="24" />
CSS background
.icon-book {
background-image: url('https://proicons.com/icon/304757.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 56"><title>book</title><path d="M55.94,9.12V48.94H19.19a3.07,3.07,0,0,1,0-6.13H52.88V3H19.19a6.13,6.13,0,0,0-6.13,6.12V45.87A6.13,6.13,0,0,0,19.19,52H59V9.12Z"/></svg>
Book in other icon packs
Copied!