Videlibri Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Videlibri 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/349290.svg" alt="Videlibri icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349290.svg" alt="Videlibri icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349290.svg" alt="Videlibri icon" :width="24" :height="24" />
CSS background
.icon-videlibri {
background-image: url('https://proicons.com/icon/349290.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.c{fill:#fff;stroke-width:0px;}</style></defs><path class="b" d="m12.7257,4.5h-2.3257c-1.1046,0-2,.8954-2,2v35c0,1.1046.8955,2.0001,2.0001,2h2.3256"/><path class="b" d="m12.7257,4.5v38.9999h24.8742c1.1046.0001,2-.8953,2-1.9999V6.5c0-1.1046-.8954-2-2-2H12.7257Z"/><polyline class="b" points="21.924 14.3133 19.2741 22.3133 16.624 14.3133"/><circle class="c" cx="23.7849" cy="14.5633" r=".7"/><line class="b" x1="23.7849" y1="17.0133" x2="23.7849" y2="22.3133"/><path class="b" d="m35.3946,21.2861c-.3445.6029-.9937,1.0093-1.7378,1.0093h0c-1.1046,0-2-.8954-2-2v-1.3c0-1.1046.8954-2,2-2h0c1.1046,0,2,.8954,2,2v.65s-4,0-4,0"/><path class="b" d="m29.7315,19.0133c0-1.1046-.8954-2-2-2h0c-1.1046,0-2,.8954-2,2v1.3c0,1.1046.8954,2,2,2h0c1.1046,0,2-.8954,2-2"/><line class="b" x1="29.7315" y1="22.3133" x2="29.7315" y2="14.3133"/><polyline class="b" points="16.8391 26.1367 16.8391 34.1367 20.8391 34.1367"/><path class="b" d="m30.8081,30.8367c0-1.1046.8954-2,2-2h0"/><line class="b" x1="30.8081" y1="28.8367" x2="30.8081" y2="34.1367"/><circle class="c" cx="22.7418" cy="26.3867" r=".7"/><line class="b" x1="22.7418" y1="28.8367" x2="22.7418" y2="34.1367"/><circle class="c" cx="34.7418" cy="26.3867" r=".7"/><line class="b" x1="34.7418" y1="28.8367" x2="34.7418" y2="34.1367"/><path class="b" d="m24.8267,30.8367c0-1.1046.8954-2,2-2h0c1.1046,0,2,.8954,2,2v1.3c0,1.1046-.8954,2-2,2h0c-1.1046,0-2-.8954-2-2"/><line class="b" x1="24.8267" y1="34.1367" x2="24.8267" y2="26.1367"/></svg>
Copied!