Si Vwork Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Si Vwork 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/332727.svg" alt="Si Vwork icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332727.svg" alt="Si Vwork icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332727.svg" alt="Si Vwork icon" :width="24" :height="24" />
CSS background
.icon-si-vwork {
background-image: url('https://proicons.com/icon/332727.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="f" d="M4.5002,14.0967c.1382,10.9327,6.2088,21.9895,13.0959,27.3564-2.507-7.5482-4.4475-14.8449-4.4414-22.8462-1.7994-1.1609-5.4302-3.493-8.6544-4.5102"/><path class="f" d="M17.6425,41.353L33.7851,6.5469c-3.838,1.3288-7.8251,3.2883-10.6484,5.4857l-8.6135,18.117M23.3529,29.5933c2.3975,4.8164,5.6441,8.9354,9.0958,11.6253-2.3861-7.184-4.2589-14.1403-4.4289-21.693"/><path class="f" d="M32.4952,41.1185l8.9549-19.3083c1.4157-3.0525,2.6254-5.7776,1.758-7.8857-3.1132,1.2585-6.1601,2.8809-8.4448,4.6591l-5.3874,11.3315"/></svg>
Copied!