Librespeed Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Librespeed 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/328444.svg" alt="Librespeed icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328444.svg" alt="Librespeed icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328444.svg" alt="Librespeed icon" :width="24" :height="24" />
CSS background
.icon-librespeed {
background-image: url('https://proicons.com/icon/328444.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,.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.b{stroke-dasharray:2.99 2.99;}</style></defs><circle class="a" cx="24" cy="24" r="21.5"/><path class="a" d="M10.9,30.5c-.2-.5-.4-.9-.6-1.4"/><path class="b" d="M9.5,26.3A14.62,14.62,0,1,1,38,28"/><path class="a" d="M37.6,29.4c-.2.5-.4.9-.6,1.4"/><path class="a" d="M25.9,24,24,12.2,22.2,24a1.8,1.8,0,0,0,.9,1.6,2.12,2.12,0,0,0,1.9,0A1.89,1.89,0,0,0,25.9,24Z"/><rect class="a" x="18.2" y="33.9" width="0.6" height="0.6"/><rect class="a" x="21.9" y="33.9" width="0.6" height="0.6"/><rect class="a" x="25.5" y="33.9" width="0.6" height="0.6"/><rect class="a" x="29.2" y="33.9" width="0.6" height="0.6"/></svg>
Copied!