Syncthingcamera Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Syncthingcamera 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/333580.svg" alt="Syncthingcamera icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333580.svg" alt="Syncthingcamera icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333580.svg" alt="Syncthingcamera icon" :width="24" :height="24" />
CSS background
.icon-syncthingcamera {
background-image: url('https://proicons.com/icon/333580.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="M30.8508,19.5822a9,9,0,0,0-15.8161,5.7852M31.53,30.4425a8.9584,8.9584,0,0,0,1.5045-4.9835,9.054,9.054,0,0,0-.1457-1.6217m-16.6622,6.101a9.0079,9.0079,0,0,0,11.73,3.6233"/><circle class="a" cx="25.3312" cy="26.2258" r="2.3885"/><path class="a" d="M31.53,19.4844a2.3885,2.3885,0,1,1,0,4.7769q-.1045,0-.2068-.0088a2.3884,2.3884,0,0,1,.2068-4.7681Z"/><path class="a" d="M29.485,29.3382a2.3827,2.3827,0,1,1-.6658.094A2.3885,2.3885,0,0,1,29.485,29.3382Z"/><path class="a" d="M15.9956,25.1659a2.3886,2.3886,0,0,1,.2442,4.7646,2.4331,2.4331,0,0,1-.2442.0123,2.3885,2.3885,0,1,1,0-4.7769Z"/><line class="a" x1="18.3739" y1="27.3344" x2="22.9588" y2="26.5025"/><line class="a" x1="27.1446" y1="24.6721" x2="29.6737" y2="23.3743"/><line class="a" x1="26.8505" y1="28.0688" x2="28.1755" y2="29.7307"/><path class="a" d="M19.8318,8.7749l-2.7681,2.832S9.6552,11.61,6.29,11.6087a1.7893,1.7893,0,0,0-1.7909,1.7926V36.6242A1.79,1.79,0,0,0,6.29,38.4151H41.7082a1.7894,1.7894,0,0,0,1.7909-1.7927V13.4a1.7894,1.7894,0,0,0-1.7909-1.7927H30.9363L28.17,8.7749Z"/></svg>
Copied!