Nevertoomanybooks Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nevertoomanybooks 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/330130.svg" alt="Nevertoomanybooks icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330130.svg" alt="Nevertoomanybooks icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330130.svg" alt="Nevertoomanybooks icon" :width="24" :height="24" />
CSS background
.icon-nevertoomanybooks {
background-image: url('https://proicons.com/icon/330130.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m21.211,31.1565l.8526,1.8078,1.7309.0834-1.2822,1.4423.4593,1.8567-1.7606-.8695-1.5321.8654.2564-1.8527-1.4873-1.4423,1.8719-.0834.8911-1.8077Z"/><path class="c" d="m18.7683,18.0867v10.9985h4.6633v-10.9985h-4.6633Z"/><path class="c" d="m5.5,38.2386v1.7832h37l-.0539-1.6752"/><path class="c" d="m11.5521,34.1509h5.6363"/><path class="c" d="m11.6602,11.8676l5.5277.0539"/><path class="c" d="m11.6602,38.2566V7.9782h5.5277v30.2934"/><path class="c" d="m25.0174,16.2446h-7.8291"/><path class="c" d="m28.187,38.3026l-.0538-24.9753"/><path class="c" d="m11.5521,34.3822l-4.7552-.0343-1.2969,3.8907,36.961.108-1.7832-3.8907-12.0497-.0384"/><path class="c" d="m25.0654,38.3026l-.0538-24.9753h3.1216"/></svg>
Copied!