Bookshelf Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bookshelf 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/337426.svg" alt="Bookshelf icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337426.svg" alt="Bookshelf icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337426.svg" alt="Bookshelf icon" :width="24" :height="24" />
CSS background
.icon-bookshelf {
background-image: url('https://proicons.com/icon/337426.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" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="a" points="23.997 10.658 6.241 19.027 23.997 24.615 41.759 16.557 23.997 10.658"/><polyline class="a" points="6.241 25.39 23.997 30.979 41.759 22.92"/><polyline class="a" points="6.241 31.754 23.997 37.342 41.759 29.284"/><line class="a" x1="24.2614" y1="15.186" x2="28.7392" y2="16.6732"/><path class="a" d="M6.2415,19.0268c-2.4109.985-2.2314,5.6615,0,6.3638"/><path class="a" d="M41.7585,29.2847c2.4109-.985,2.2314-5.6615,0-6.3637"/></svg>
Bookshelf in other icon packs
Copied!