Sync Alt 1 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sync Alt 1 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/348132.svg" alt="Sync Alt 1 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348132.svg" alt="Sync Alt 1 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348132.svg" alt="Sync Alt 1 icon" :width="24" :height="24" />
CSS background
.icon-sync-alt-1 {
background-image: url('https://proicons.com/icon/348132.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m27.42,5.8673l-12.8386,16.5191c-.5106.6569-.0424,1.6137.7896,1.6137h25.7001c.7909,0,1.236-.9096.7506-1.5341L28.9213,5.8673c-.3806-.4897-1.1207-.4897-1.5013,0Z"/><path class="b" d="m20.58,42.1327l12.8386-16.5191c.5106-.6569.0424-1.6137-.7896-1.6137H6.9289c-.7909,0-1.236.9096-.7506,1.5341l12.9005,16.5986c.3806.4897,1.1207.4897,1.5013,0Z"/></svg>
Copied!