Libreav Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Libreav 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/328428.svg" alt="Libreav icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328428.svg" alt="Libreav icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328428.svg" alt="Libreav icon" :width="24" :height="24" />
CSS background
.icon-libreav {
background-image: url('https://proicons.com/icon/328428.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;}.b{fill:#000;}</style></defs><path class="a" d="M41.62,18.93A97.17,97.17,0,0,0,41.9,8.39a127.08,127.08,0,0,0-34.19,0,70.45,70.45,0,0,0,.16,10.54m3.88,12.43c2.58,4.32,6.73,8.48,13.05,9.4A18.25,18.25,0,0,0,38,31.36"/><path class="a" d="M4.5,20.68v8.54H8.77"/><line class="a" x1="10.7" y1="23.67" x2="10.7" y2="29.22"/><path class="a" d="M13.9,25.7a2.14,2.14,0,0,1,4.28,0v1.39a2.14,2.14,0,0,1-4.28,0"/><line class="a" x1="13.9" y1="29.22" x2="13.9" y2="20.68"/><path class="a" d="M20.63,25.7a2.15,2.15,0,0,1,2.14-2.14"/><line class="a" x1="20.63" y1="23.56" x2="20.63" y2="29.22"/><path class="a" d="M28.86,28.16a2.06,2.06,0,0,1-1.81,1.06,2.14,2.14,0,0,1-2.14-2.13V25.7a2.14,2.14,0,1,1,4.27,0v.75H24.91"/><path class="a" d="M37.09,29.22l-2.78-8.54-2.88,8.54"/><line class="a" x1="32.39" y1="26.34" x2="36.13" y2="26.34"/><path class="a" d="M43.5,20.68l-2.78,8.54-2.88-8.54"/><circle class="b" cx="10.7" cy="21.21" r="0.75"/></svg>
Copied!