Cync Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cync 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/324217.svg" alt="Cync icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324217.svg" alt="Cync icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324217.svg" alt="Cync icon" :width="24" :height="24" />
CSS background
.icon-cync {
background-image: url('https://proicons.com/icon/324217.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M8.838,39.162l4.876-4.876M34.314,13.686l4.89-4.89M39.162,39.162l-4.876-4.876M13.714,13.714l-4.876-4.876M45.5,24h-6.912M9.412,24H2.5M24,2.5v6.912M24,38.588v6.912M31.076,29.565c-1.557,1.393-3.636,2.171-5.8,2.171-4.613,0-8.352-3.463-8.352-7.736s3.739-7.736,8.351-7.736c2.164,0,4.244.778,5.8,2.17"/></svg>
Copied!