Libary Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Libary 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/328419.svg" alt="Libary icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328419.svg" alt="Libary icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328419.svg" alt="Libary icon" :width="24" :height="24" />
CSS background
.icon-libary {
background-image: url('https://proicons.com/icon/328419.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M28.1923,35.4985l3.5554,2.165L30.6286,21.4744"/><path class="a" d="M20.7945,41.363h1.6028V40.2945l3.2054-1.0685v2.137h1.6028"/><path class="a" d="M21.406,28.2024l.9913,12.0921C25.7847,34.9219,25.2658,29,26.517,22.4157"/><path class="a" d="M26.8387,15.7192c-1.9247,3.2418-5.234,4.1882-8.9542,5.854,0,0,1.4318,6.6275,3.5215,6.6292,1.7932.0015,2.6286-3.2841,2.6286-3.2841"/><path class="a" d="M20.1373,20.641s.03,2.765,1.2843,3.1521c1.7325.5346,6.8646-5.4061,6.8646-5.4061l-.0939,17.1115-2.59,3.7275"/><path class="a" d="M13.3151,24.2671c4.4437-1.16,6.4761-5.0995,7.8462-8.5479h5.6774c1.84,3.8139,4.1716,6.8177,7.8462,8.5479"/><ellipse class="a" cx="24" cy="13.0479" rx="1.6027" ry="2.137"/><circle class="a" cx="13.3151" cy="24.2671" r="0.3788"/><circle class="a" cx="34.6849" cy="24.2671" r="0.3788"/><path class="a" d="M11.1781,43.5H36.8219V17.8562C36.8219,10.37,31.5412,4.5054,24,4.5S11.1781,10.3772,11.1781,17.8562Z"/></svg>
Copied!