Cursor Drag Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Cursor Drag 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/305468.svg" alt="Cursor Drag icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305468.svg" alt="Cursor Drag icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305468.svg" alt="Cursor Drag icon" :width="24" :height="24" />
CSS background
.icon-cursor-drag {
background-image: url('https://proicons.com/icon/305468.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="M532 486c9-4 17-9 23-16 14-13 22-30 23-49h248L701 543l10 10 142-138-142-138-10 11 125 122H578c-1-19-9-37-22-50s-31-21-50-22V89l122 126 10-11L500 62 362 204l11 11L494 89v249c-37 4-67 34-70 71H174l125-121-10-11-142 138 142 138 10-10-125-122h250c3 35 28 64 62 70l-13 336 92-81 92 191 62-29-87-186 123 5-223-241zm-95-71c0-16 6-32 17-44 11-11 26-19 42-20h10c34 3 60 30 60 64 0 28-18 52-43 61l-35-37-1 39c-29-6-50-32-50-63z"/></svg>
Cursor Drag in other icon packs
Copied!