Dndsync Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dndsync 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/324626.svg" alt="Dndsync icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324626.svg" alt="Dndsync icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324626.svg" alt="Dndsync icon" :width="24" :height="24" />
CSS background
.icon-dndsync {
background-image: url('https://proicons.com/icon/324626.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="c" x1="18.3504" y1="24" x2="29.6496" y2="24"/><polyline class="c" points="22.0538 4.5 16.6309 9.9229 22.0538 15.3457"/><path class="c" d="M35.8519,31.5991c1.4084-2.192,2.2252-4.8002,2.2252-7.5991,0-7.7746-6.3025-14.0771-14.0771-14.0771h-7.3691"/><polyline class="c" points="25.9462 43.5 31.3691 38.0771 25.9462 32.6543"/><path class="c" d="M12.1481,16.4009c-1.4084,2.192-2.2252,4.8002-2.2252,7.5991,0,7.7746,6.3025,14.0771,14.0771,14.0771h7.3691"/></svg>
Copied!