Thriftbooks Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Thriftbooks 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/348496.svg" alt="Thriftbooks icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348496.svg" alt="Thriftbooks icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348496.svg" alt="Thriftbooks icon" :width="24" :height="24" />
CSS background
.icon-thriftbooks {
background-image: url('https://proicons.com/icon/348496.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>.k{stroke-width:1px;}.k,.l,.m{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.l{stroke-width:1px;}</style></defs><rect id="b" class="m" x="19.7962" y="5.5" width="8.7586" height="36.7371" rx="1.3015" ry="1.3015"/><g id="c"><rect id="d" class="k" x="31.7982" y="14.7406" width="6.5689" height="27.5528" rx=".9762" ry=".9762" transform="translate(-4.419 6.5253) rotate(-10)"/><path id="e" class="k" d="m30.3242,19.582l2.1424-.3778"/></g><line id="f" class="m" x1="19.7962" y1="38.0272" x2="28.5546" y2="38.0272"/><line id="g" class="m" x1="19.7962" y1="35.4911" x2="28.5546" y2="35.4911"/><line id="h" class="m" x1="19.7966" y1="33.1817" x2="28.555" y2="33.1817"/><rect id="i" class="l" x="-2.2217" y="23.0171" width="31.3846" height="7.0555" rx="1.3015" ry="1.3015" transform="translate(-15.0304 35.1341) rotate(-79.8647)"/><path id="j" class="m" d="m11.6361,17.0546l6.4665,1.1548"/></svg>
Copied!