Resilio Sync Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Resilio 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/346663.svg" alt="Resilio Sync icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346663.svg" alt="Resilio Sync icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346663.svg" alt="Resilio Sync icon" :width="24" :height="24" />
CSS background
.icon-resilio-sync {
background-image: url('https://proicons.com/icon/346663.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="M18.6889,28.112c-.9747-1.589-2.2198-2.9837-3.6666-4.1123"/><path class="b" d="M6.1012,27.1c4.9779,0,8.9493,4.1271,8.9493,9.3,0,.0601.0016.1198.0049.179"/><path class="b" d="M29.3109,19.888c.9747,1.589,2.2198,2.9837,3.6666,4.1123"/><path class="b" d="M41.8988,20.9c-4.9779,0-8.9493-4.1271-8.9493-9.3,0-.0601-.0016-.1198-.0049-.179"/><path class="b" d="M41.8988,20.9c-8.2023,0-14.916,6.9763-14.916,15.5,0,1.7121,1.3356,3.1,2.9831,3.1s2.9831-1.3879,2.9831-3.1c0-5.173,3.9714-9.3,8.9493-9.3l.0005-6.2Z"/><path class="b" d="M6.1012,27.1c8.2023,0,14.916-6.9763,14.916-15.5,0-1.7121-1.3356-3.1-2.9831-3.1s-2.9831,1.3879-2.9831,3.1c0,5.173-3.9714,9.3-8.9493,9.3l-.0005,6.2Z"/><path class="b" d="M31.2949,8.8269c-1.4739-.761-3.2624-.1379-3.9969,1.3926l-11.932,24.8c-.7323,1.5316-.1326,3.3902,1.3401,4.1535,1.4739.761,3.2624.1379,3.9969-1.3926l11.932-24.8c.7323-1.5316.1326-3.3902-1.3401-4.1535Z"/></svg>
Copied!