Clocksync Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Clocksync 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/323823.svg" alt="Clocksync icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323823.svg" alt="Clocksync icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323823.svg" alt="Clocksync icon" :width="24" :height="24" />
CSS background
.icon-clocksync {
background-image: url('https://proicons.com/icon/323823.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="a" cx="17" cy="24" r="12.5"/><path class="a" d="M27.4422,17.1265a9.5,9.5,0,1,1,0,13.7468"/><circle class="a" cx="17" cy="24" r="2"/><circle class="a" cx="34" cy="24" r="2"/><line class="a" x1="17" y1="22" x2="17" y2="13.8037"/><line class="a" x1="19" y1="24" x2="24.5014" y2="24"/><line class="a" x1="35.406" y1="22.594" x2="39.2056" y2="18.7944"/><line class="a" x1="32.5881" y1="22.5881" x2="30.5234" y2="20.5234"/></svg>
Copied!