Syncara Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Syncara 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/348134.svg" alt="Syncara icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348134.svg" alt="Syncara icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348134.svg" alt="Syncara icon" :width="24" :height="24" />
CSS background
.icon-syncara {
background-image: url('https://proicons.com/icon/348134.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="e" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="f" d="M14,17c.103,3.411,2.055,11.555,3,14,2.084,5.393,4.855,3.838,8,2,1.346-.787,7.237-5.751,10-10,1.784-2.743.346-4.633-2-6-2.659-1.549-9.769-3.377-14-4-3.218-.474-5.103.589-5,4ZM5.5,24.785s3.011-2.506,4.5-2.785c2.907-.544,3.756,4.558,2.453,6.102-1.125,1.331-1.97,1.538-4.453,4.898s-2.5,6-2.5,6v-14.215ZM30,38c-.64-3.377-1.807-5.864,1-7,2.807-1.136,4.181.966,4.865,2,.685,1.034,1.073,3.555,1.135,6s0,3.5,0,3.5h-7s.241-3.231,0-4.5Z"/><path class="f" d="M42.5,9.5v29c0,2.208-1.792,4-4,4H9.5c-2.208,0-4-1.792-4-4V9.5c0-2.208,1.792-4,4-4h29c2.208,0,4,1.792,4,4Z"/></svg>
Copied!