Ksync Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ksync 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/342654.svg" alt="Ksync icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342654.svg" alt="Ksync icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342654.svg" alt="Ksync icon" :width="24" :height="24" />
CSS background
.icon-ksync {
background-image: url('https://proicons.com/icon/342654.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M20.32,16.67v14.6"/><path class="a" d="M20.32,25.57h2.29l4.22-3.85"/><path class="a" d="M22.62,25.57l5.06,5.76"/><path class="a" d="M46.42,24.02l-9.46.028,4.91-6.59Z"/><path class="a" d="M5.87,24.02a17.9778,17.9778,0,0,1,32.7-10.34m3.26,10.4a17.9163,17.9163,0,0,1-18,17.9A18.1462,18.1462,0,0,1,9.03,34.3"/><path class="a" d="M1.58,24.02h9.46L6.11,30.59Z"/></svg>
Copied!