Jw Library Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Jw Library 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/327769.svg" alt="Jw Library icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327769.svg" alt="Jw Library icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327769.svg" alt="Jw Library icon" :width="24" :height="24" />
CSS background
.icon-jw-library {
background-image: url('https://proicons.com/icon/327769.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M18.8236,12.433v10.2575c0,1.8884-1.5275,3.4192-3.4118,3.4192h0c-1.8843,0-3.4118-1.5308-3.4118-3.4192v-1.1354"/><polyline class="c" points="36 12.433 32.5808 26.1097 29.1617 12.433 25.7425 26.1097 22.3233 12.433"/><polyline class="c" points="8.5 29.5556 8.5 35.567 11.5057 35.567"/><line class="c" x1="13.0487" y1="29.5556" x2="13.0487" y2="35.567"/><path class="c" d="M20.1307,35.567v-6.0114h1.968c1.1126,0,2.0145.9039,2.0145,2.0189s-.9019,2.0189-2.0145,2.0189h-1.968"/><line class="c" x1="22.0988" y1="33.5933" x2="24.0666" y2="35.5655"/><path class="c" d="M30.7471,35.567v-6.0114h1.968c1.1126,0,2.0145.9039,2.0145,2.0189s-.9019,2.0189-2.0145,2.0189h-1.968"/><line class="c" x1="32.7151" y1="33.5933" x2="34.6829" y2="35.5655"/><polyline class="c" points="39.5 29.5556 37.5087 32.5613 35.5174 29.5556"/><line class="c" x1="37.5087" y1="35.567" x2="37.5087" y2="32.5613"/><path class="c" d="M17.1553,32.5613c.83,0,1.5029.6729,1.5029,1.5029s-.6729,1.5029-1.5029,1.5029h-2.4797v-6.0114h2.4797c.83,0,1.5029.6729,1.5029,1.5029s-.6729,1.5029-1.5029,1.5029h0Z"/><line class="c" x1="17.1553" y1="32.5613" x2="14.6756" y2="32.5613"/><line class="c" x1="25.3965" y1="35.5491" x2="27.3493" y2="29.5555"/><line class="c" x1="29.304" y1="35.567" x2="27.3493" y2="29.5555"/><line class="c" x1="28.6501" y1="33.556" x2="26.0459" y2="33.556"/><path id="b" class="c" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/></svg>
Copied!