Books Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Books 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/337425.svg" alt="Books icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337425.svg" alt="Books icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337425.svg" alt="Books icon" :width="24" :height="24" />
CSS background
.icon-books {
background-image: url('https://proicons.com/icon/337425.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M36.804,34.298c1.321-.362,2.408-1.224,2.408-3.332V10.154c0-1.66-1.08-2.765-3.667-2.158l-11.792,2.763-11.79-2.763c-2.579-.648-3.668.498-3.668,2.158v20.812c0,2.108,1.087,2.97,2.408,3.332l13.05,3.574,13.051-3.574ZM39.211,11.639l1.677-.214c1.095-.14,2.612.933,2.612,2.038v21.81c0,1.662-.963,2.166-2.975,2.471l-16.525,2.444-16.525-2.444c-2.012-.305-2.975-.809-2.975-2.471V13.463c0-1.105,1.517-2.179,2.612-2.038l1.185.151"/></svg>
Books in other icon packs
Copied!