Sync Settings Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Sync Settings icon is commonly used in admin panels, user preferences and configuration pages. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/318973.svg" alt="Sync Settings icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/318973.svg" alt="Sync Settings icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/318973.svg" alt="Sync Settings icon" :width="24" :height="24" />
CSS background
.icon-sync-settings {
background-image: url('https://proicons.com/icon/318973.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="icon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<defs>
<style>
.cls-1 {
fill: none;
}
.cls-1, .cls-2 {
stroke-width: 0px;
}
</style>
</defs>
<polygon class="cls-2" points="15 24 15 22 11.4 22 22 11.4 22 15 24 15 24 8 17 8 17 10 20.6 10 10 20.6 10 17 8 17 8 24 15 24"/>
<path class="cls-2" d="m25,20v2h3c1.1,0,2-.9,2-2v-3h-2v3h-3Z"/>
<rect class="cls-2" x="28" y="10" width="2" height="4"/>
<path class="cls-2" d="m25,2v2h3v3h2v-3c0-1.1-.9-2-2-2h-3Z"/>
<rect class="cls-2" x="18" y="2" width="4" height="2"/>
<path class="cls-2" d="m10,4v3h2v-3h3V2h-3c-1.1,0-2,.9-2,2Z"/>
<path class="cls-2" d="m12,10H4c-1.1,0-2,.9-2,2v16c0,1.1.9,2,2,2h16c1.1,0,2-.9,2-2v-8h-2v8H4V12h8v-2Z"/>
<rect id="_Transparent_Rectangle_" data-name="&lt;Transparent Rectangle&gt;" class="cls-1" width="32" height="32" transform="translate(32 32) rotate(180)"/>
</svg>
Copied!