Synchronize Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Synchronize Svg 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/308941.svg" alt="Synchronize Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308941.svg" alt="Synchronize Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308941.svg" alt="Synchronize Svg icon" :width="24" :height="24" />
CSS background
.icon-synchronize---svg {
background-image: url('https://proicons.com/icon/308941.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M20.5 2.99976C20.5 2.59529 20.2564 2.23066 19.8827 2.07588C19.509 1.9211 19.0789 2.00665 18.7929 2.29265L17.4629 3.62264C15.8928 2.59678 14.016 1.99976 12 1.99976C6.47715 1.99976 2 6.47691 2 11.9998C2 12.552 2.44772 12.9998 3 12.9998C3.55228 12.9998 4 12.552 4 11.9998C4 7.58148 7.58172 3.99976 12 3.99976C13.4613 3.99976 14.8309 4.39114 16.01 5.07556L14.7929 6.29265C14.5069 6.57865 14.4213 7.00876 14.5761 7.38244C14.7309 7.75611 15.0955 7.99976 15.5 7.99976L19.5 7.99976C20.0523 7.99976 20.5 7.55204 20.5 6.99976V2.99976ZM7.99002 18.924L9.20711 17.7069C9.49311 17.4209 9.57866 16.9907 9.42388 16.6171C9.2691 16.2434 8.90446 15.9998 8.5 15.9998L4.5 15.9998C3.94772 15.9998 3.5 16.4475 3.5 16.9998L3.5 20.9998C3.5 21.4042 3.74364 21.7689 4.11732 21.9236C4.49099 22.0784 4.92111 21.9929 5.20711 21.7069L6.5371 20.3769C8.10722 21.4027 9.98404 21.9998 12 21.9998C17.5228 21.9998 22 17.5226 22 11.9998C22 11.4475 21.5523 10.9998 21 10.9998C20.4477 10.9998 20 11.4475 20 11.9998C20 16.418 16.4183 19.9998 12 19.9998C10.5387 19.9998 9.16914 19.6084 7.99002 18.924Z" fill="#292929"/> </svg>
Copied!