Vlib Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vlib 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/349401.svg" alt="Vlib icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349401.svg" alt="Vlib icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349401.svg" alt="Vlib icon" :width="24" :height="24" />
CSS background
.icon-vlib {
background-image: url('https://proicons.com/icon/349401.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.d{fill:#fff;stroke-width:0px;}</style></defs><circle class="c" cx="24" cy="24" r="21.5"/><path class="c" d="M24.0091,34.7978l-.9122,4.9532-2.5875-4.321M29.6533,36.2514c-.078.6124-.4731,1.167-1.0844,1.42h0c-.9074.3757-1.9475-.0554-2.323-.9628l-.4421-1.068c-.3757-.9074.0554-1.9474.9629-2.323h0c.9074-.3757,1.9474.0554,2.323.9629l.221.534-3.286,1.36M28.6458,29.8995l3.6048,5.0734c.2843.4003.8393.4942,1.2396.2099,0,0,0,0,.0001,0l.2174-.1545"/><circle id="b" class="d" cx="31.3252" cy="28.0734" r=".75"/><path class="c" d="M32.4275,29.51l3.0345,3.605M35.8574,28.789c-.7784-.599-.9239-1.7153-.325-2.4937h0c.5988-.7784,1.7152-.924,2.4936-.325l.916.7047c.7784.5989.924,1.7153.3251,2.4937h0c-.5988.7783-1.7152.9239-2.4936.325M38.1828,30.578l-5.6373-4.3372M35.8763,23.5801l-.2361-1.3005M27.7677,41.6636l11.839-8.7257"/></svg>
Copied!