Drag Cursor SVG element, flat

Free

A dotted trail sits beside an angled pointer to show movement while dragging. Use it in drag-and-drop tutorials and file sorting screens.

Sign in to download. Free SVGs are free with any account.

How to use it

HTML <img>
<img src="https://db.amnt.io/storage/v1/object/public/generated_images/svg-api/r4nFtIiw6HkF/amnt.svg" alt="Drag Cursor" width="48" height="48">
Inline SVG
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="currentColor"><path d="M11 3v22l5.2-5.1 4.3 9 3.3-1.6-4.3-9L27 17 11 3Z"/><circle cx="5" cy="8" r="1.5"/><circle cx="5" cy="14" r="1.5"/><circle cx="5" cy="20" r="1.5"/></svg>
CSS background-image
.drag-cursor {
  background-image: url("https://db.amnt.io/storage/v1/object/public/generated_images/svg-api/r4nFtIiw6HkF/amnt.svg");
  background-size: contain;
}
CSS mask-image (takes the text colour)
.drag-cursor {
  width: 1.5em; height: 1.5em;
  background-color: currentColor;
  mask: url("https://db.amnt.io/storage/v1/object/public/generated_images/svg-api/r4nFtIiw6HkF/amnt.svg") center / contain no-repeat;
}
React
import DragCursorSvg from "./drag-cursor.jsx"; // from the React tab above

<DragCursorSvg width={48} height={48} />

Made with AMNT

AMNT SVG 1.1 drew this from the words Drag Cursor: An angled pointer arrow beside a short dotted movement trail. as part of the pack Cursors, flat. Want one like it? Make your own in the SVG studio.

Rest of Cursors, flat

Similar SVGs

Licence: free. A Free account may use it for personal work; Pro and Max download it with a commercial licence, fixed at download, forever. No credit needed. Read the licence