Drag2 Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Drag2 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/305546.svg" alt="Drag2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305546.svg" alt="Drag2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305546.svg" alt="Drag2 icon" :width="24" :height="24" />
CSS background
.icon-drag2 {
background-image: url('https://proicons.com/icon/305546.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M382 269l105-105c5-5 13-5 18 0l105 105c5 5 14 5 18 0l31-31c5-5 5-13 0-18L505 66c-5-5-13-5-18 0L333 221c-5 5-5 13 0 18l31 30c5 5 13 5 18 0zm552 224L779 339c-5-5-13-5-18 0l-31 31c-5 5-5 13 0 18l106 105c5 5 5 13 0 18L731 617c-5 5-5 13 0 18l31 30c5 5 13 5 18 0l154-154c5-5 5-13 0-18zm-770 14c-5-5-5-13 0-18l105-106c5-5 5-13 0-18l-31-31c-5-5-13-5-18 0L66 489c-5 5-5 13 0 18l155 154c5 5 13 5 18 0l31-31c5-5 5-13 0-18L164 507zm472 223c-5-5-13-5-18 0L513 836c-5 5-13 5-18 0L390 731c-5-5-14-5-19 0l-30 31c-5 5-5 13 0 18l154 154c5 5 14 5 18 0l154-155c5-5 5-13 0-18l-31-31z"/></svg>
Copied!