Weblibre Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Weblibre 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/349614.svg" alt="Weblibre icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349614.svg" alt="Weblibre icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349614.svg" alt="Weblibre icon" :width="24" :height="24" />
CSS background
.icon-weblibre {
background-image: url('https://proicons.com/icon/349614.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M28.6879,38.0638c0-7.7811-2.0989-14.0889-4.6879-14.0889s-4.6879,6.3078-4.6879,14.0889"/><path class="c" d="M10.65,37.68s-.01,0,0-.01c.06-6.74,1.9-12.76,4.75-16.8,2.33-3.29,5.33-5.27,8.6-5.27s6.27,1.98,8.6,5.27c2.85,4.04,4.69,10.06,4.75,16.8"/><path class="c" d="M5.5091,9.9362h6.184c.7173,0,1.3391.4963,1.498,1.1958l6.1209,26.9319h-7.8757c-.4669,0-.8717-.3231-.9751-.7784L4.5255,11.1684c-.1435-.6312.3363-1.2323.9836-1.2323Z"/><path class="c" d="M42.4909,9.9362h-6.184c-.7173,0-1.3391.4963-1.498,1.1958l-6.1209,26.9319h7.8757c.4669,0,.8717-.3231.9751-.7784l5.9357-26.117c.1435-.6312-.3363-1.2323-.9836-1.2323Z"/></svg>
Copied!