Decsyncc Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Decsyncc 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/338922.svg" alt="Decsyncc icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338922.svg" alt="Decsyncc icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338922.svg" alt="Decsyncc icon" :width="24" :height="24" />
CSS background
.icon-decsyncc {
background-image: url('https://proicons.com/icon/338922.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M27.88,13.75v2.13H19.79V13.75m0,2.13H16.56a1.85,1.85,0,0,0-1.86,1.86V32a1.86,1.86,0,0,0,1.86,1.86H31A1.86,1.86,0,0,0,32.84,32V17.74A1.85,1.85,0,0,0,31,15.88h-3.1m-4.11,2.57a3.23,3.23,0,0,1,0,6.46c-4.31,0-4.31-6.46,0-6.46Zm0,8.32c3.38,0,6.08.79,6.08,1.74v2.42H17.69V28.51c0-1,2.7-1.74,6.08-1.74Zm0-.68"/><path class="a" d="M33.09,10.55A16.24,16.24,0,0,0,7.76,24"/><path class="a" d="M14.92,37.46A16.23,16.23,0,0,0,40.23,24"/><polygon class="a" points="9.04 24 11.86 24 7.98 29.92 4.11 24 4.11 24 6.93 24 9.04 24"/><polygon class="a" points="39.18 24 36.36 24 40.23 18.08 44.11 24 44.11 24 41.29 24 39.18 24"/></svg>
Copied!