Flym Decsync Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Flym Decsync 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/326038.svg" alt="Flym Decsync icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326038.svg" alt="Flym Decsync icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326038.svg" alt="Flym Decsync icon" :width="24" :height="24" />
CSS background
.icon-flym-decsync {
background-image: url('https://proicons.com/icon/326038.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="M33.2045,10.2137A16.6459,16.6459,0,0,0,7.2413,24"/><polygon class="a" points="8.553 24 11.444 24 7.467 30.068 3.5 24 3.5 24 6.39 24 8.553 24"/><polygon class="a" points="39.447 24 36.556 24 40.523 17.932 44.5 24 44.5 24 41.61 24 39.447 24"/><path class="a" d="M14.69,37.7964A16.6358,16.6358,0,0,0,40.633,24"/><path class="a" d="M21.8557,13.379a.2257.2257,0,0,1,.1862-.3781c3.8824.5756,9.294,5.7728,9.294,12.014,0,6.4725-4.7458,10.1573-5.2593,9.6382-.35-.3555,2.466-2.2572,1.58-3.1657-.5192-.5192-2.0541,1.6929-2.8215.92-.9537-.9311,1.9863-5.5809-.395-7.9454,0,0-3.7865,3.826-3.7865,6.7378s2.782,3.1431,2.5394,3.7074-6.529-1.3938-6.529-7.1327c0-5.1859,5.959-10.6427,5.959-12.5557A2.664,2.664,0,0,0,21.8557,13.379Z"/></svg>
Copied!