Librefind Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Librefind 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/328430.svg" alt="Librefind icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328430.svg" alt="Librefind icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328430.svg" alt="Librefind icon" :width="24" :height="24" />
CSS background
.icon-librefind {
background-image: url('https://proicons.com/icon/328430.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.i{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="d" class="i" d="M6,5.9665l36,36.0669"/><path id="e" class="i" d="M37.8876,21.6742c4.5749,4.8634,3.824,11.6144-1.646,14.5902"/><path id="f" class="i" d="M16.7191,26.2584c-.1218,7.4508,3.6497,11.9198,11.4607,11.5953"/><path id="g" class="i" d="M7.1461,16.6855c-.9167,4.8721.659,7.0414,3.3034,9.2358"/><path id="h" class="i" d="M11.119,11.095c9.643-1.9001,14.4438-1.2999,17.6703,2.0792,3.9971,4.186,3.6124,10.7743-2.2466,13.3732"/></svg>
Copied!