Book Icon
Free SVG icon from the IcoFont 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/305046.svg" alt="Book icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305046.svg" alt="Book icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305046.svg" alt="Book icon" :width="24" :height="24" />
CSS background
.icon-book {
background-image: url('https://proicons.com/icon/305046.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="M391 710c39 13 77 27 105 59v-13-450c0-15-5-25-16-33-2-2-4-3-6-4-30-22-65-34-100-44-72-21-147-32-222-39-16-1-33-1-50-2v480c29 2 57 4 86 6 69 7 137 19 203 40zm113 47v12c23-27 53-41 85-52 86-31 177-44 269-50 13-1 27-2 40-2V184c-7 0-13 0-19 1-38 3-77 6-115 11-59 8-117 20-173 40-28 11-56 23-78 43-6 6-9 12-9 21v457zm409-495v417c-3 1-5 1-7 1-89 2-176 13-261 35-54 14-107 29-145 70-19-23-46-36-74-47-89-34-183-48-278-56-20-1-40-2-61-3V262H63v455c7 0 14 1 21 1 85 3 168 12 251 30 59 13 119 26 166 68 19-20 44-32 70-42 93-32 191-45 290-53 25-2 51-3 77-4V262h-25z"/></svg>
Book in other icon packs
Copied!