Selection Cursor SVG element, flat

Pro
Selection Cursor SVG element, flat

An angled pointer overlaps a dotted rectangular boundary to show an area being selected. Use it in image editing tutorials and slide layout guides.

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

How to use it

HTML <img>
<img src="selection-cursor.svg" alt="Selection Cursor" width="48" height="48">
CSS background-image
.selection-cursor {
  background-image: url("selection-cursor.svg");
  background-size: contain;
}
CSS mask-image (takes the text colour)
.selection-cursor {
  width: 1.5em; height: 1.5em;
  background-color: currentColor;
  mask: url("selection-cursor.svg") center / contain no-repeat;
}
React
import SelectionCursorSvg from "./selection-cursor.jsx"; // from the React tab above

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

Download it first (Pro or Max), then point these at your copy.

Made with AMNT

AMNT SVG 1.1 drew this from the words Selection Cursor: An angled pointer arrow overlapping a dotted rectangular selection boundary. 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: premium, for Pro and Max. 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