Etesync Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Etesync 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/325538.svg" alt="Etesync icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325538.svg" alt="Etesync icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325538.svg" alt="Etesync icon" :width="24" :height="24" />
CSS background
.icon-etesync {
background-image: url('https://proicons.com/icon/325538.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><path class="a" d="M24,3.5l-6,6H9.51V18l-6,6,6,6v8.48H18l6,6,6-6h8.48V30l6-6-6-6V9.51H30Z"/><path class="a" d="M31.67,29.18A9.26,9.26,0,0,0,24,14.75"/><path class="a" d="M16.33,18.83A9.16,9.16,0,0,0,14.75,24,9.25,9.25,0,0,0,24,33.25"/><polygon class="a" points="24 16.18 24 19.66 19.22 14.87 24 10.09 24 10.09 24 13.57 24 16.18"/><polygon class="a" points="24 31.82 24 28.35 28.78 33.13 24 37.91 24 34.43 24 31.82"/></svg>
Copied!