Chula Bookstore Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Chula Bookstore 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/323687.svg" alt="Chula Bookstore icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323687.svg" alt="Chula Bookstore icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323687.svg" alt="Chula Bookstore icon" :width="24" :height="24" />
CSS background
.icon-chula-bookstore {
background-image: url('https://proicons.com/icon/323687.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M13.3086,32.2436c4.0014-2.0537,8.9251-3.8183,12.6884-4.9437M15.7775,26.7898c2.4238-.7803,4.8067-1.8506,7.2095-2.0757M20.5841,18.759c-.1591-1.0642-.4606-2.1022-.8963-3.0861M32.9094,25.2262c6.4362-3.1271,12.6474,1.1274,6.2582,6.7854-9.9775,8.8341-29.8984,13.5767-32.6994,8.2469-1.4125-2.6879,2.0547-5.5589,6.8404-8.0148-3.2371-1.7676-1.8707-4.0544,2.4679-5.4529-2.1387-1.6416.8613-3.6453,4.8887-4.5206.1201-1.1692.0925-2.3489-.082-3.5112-10.2936,6.3082-12.4233-4.5696-6.3052-9.8984,7.4756-6.5103,16.0646-2.944,9.5633,5.4079"/></svg>
Copied!