Vesync Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vesync 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/334704.svg" alt="Vesync icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334704.svg" alt="Vesync icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334704.svg" alt="Vesync icon" :width="24" :height="24" />
CSS background
.icon-vesync {
background-image: url('https://proicons.com/icon/334704.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="c" x1="11.065" y1="34.2793" x2="11.065" y2="22.1581"/><path class="c" d="M37.8374,28.494v7.8869c0,2.9852-2.42,5.4052-5.4052,5.4052h-8.4322"/><polyline class="c" points="42.5 21.3497 24 6.1367 5.5 21.3497"/><line class="c" x1="11.065" y1="11.6485" x2="11.065" y2="7.8695"/><path class="c" d="M37.8374,25.5219c0-1.1806-.4504-2.3612-1.3511-3.262-1.8015-1.8015-4.9512-2.0044-6.5239,0-3.2802,4.1808-7.7421,13.9943-11.0223,18.1751-1.5727,2.0044-4.7224,1.8015-6.5239,0-.9008-.9008-1.3511-2.0814-1.3511-3.262"/></svg>
Copied!