Smart Sync Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Smart Sync 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/332925.svg" alt="Smart Sync icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332925.svg" alt="Smart Sync icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332925.svg" alt="Smart Sync icon" :width="24" :height="24" />
CSS background
.icon-smart-sync {
background-image: url('https://proicons.com/icon/332925.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><ellipse class="c" cx="20.7611" cy="20.7611" rx="15.5395" ry="13.5217" transform="translate(-8.5995 20.7611) rotate(-45)"/><ellipse class="c" cx="22.3805" cy="22.3805" rx="18.1715" ry="15.8119" transform="translate(-9.2703 22.3805) rotate(-45)"/><ellipse class="c" cx="24" cy="24" rx="20.8036" ry="18.1022" transform="translate(-9.9411 24) rotate(-45)"/><line class="c" x1="39.1681" y1="34.0448" x2="32.3122" y2="27.9559"/></svg>
Copied!