Dropsync Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dropsync 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/324790.svg" alt="Dropsync icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324790.svg" alt="Dropsync icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324790.svg" alt="Dropsync icon" :width="24" :height="24" />
CSS background
.icon-dropsync {
background-image: url('https://proicons.com/icon/324790.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="b" points="24.0579 36.6927 35.0282 30.3654 35.0282 17.7047 24.0579 24.032 24.0579 36.6927"/><polygon class="b" points="13.0156 30.3197 24.0579 36.6927 24.0579 24.032 13.0156 17.6589 13.0156 30.3197"/><polygon class="b" points="13.0156 17.6589 24.0579 24.032 35.0282 17.7047 23.9861 11.3317 13.0156 17.6589"/><polygon class="b" points="6.2178 34.197 24.0582 44.5 41.7822 34.271 41.7822 13.803 23.9422 3.5 6.2178 13.729 6.2178 34.197"/></svg>
Copied!