Libby Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Libby 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/342979.svg" alt="Libby icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342979.svg" alt="Libby icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342979.svg" alt="Libby icon" :width="24" :height="24" />
CSS background
.icon-libby {
background-image: url('https://proicons.com/icon/342979.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M39.85,14.43,24.43,18.07a1.79,1.79,0,0,1-.86,0L8.15,14.43a1.87,1.87,0,0,0-1.87,1.86V38a1.87,1.87,0,0,0,1.87,1.86l15.42,3.62a1.79,1.79,0,0,0,.86,0l15.42-3.62A1.87,1.87,0,0,0,41.72,38V16.29A1.87,1.87,0,0,0,39.85,14.43Z"/><line class="a" x1="22.57" y1="17.84" x2="22.57" y2="43.21"/><line class="a" x1="25.43" y1="17.84" x2="25.43" y2="43.21"/><path class="a" d="M37.56,15a15.1,15.1,0,0,0-27.12,0"/><polyline class="a" points="30.17 7.82 30.17 4.5 32.7 6.13 35.23 4.5 35.23 11.52"/></svg>
Copied!