Not Allowed Cursor SVG element, flat

Free

A circle with a diagonal slash overlaps an angled pointer, showing that an action is unavailable. It suits disabled-control examples and drag-and-drop error guides.

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/se23GFMmParg/amnt.svg" alt="Not Allowed Cursor" width="48" height="48">
Inline SVG
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="currentColor"><path d="M3 2v23l6.3-6.1 4.2 9.1 4.2-2-4.3-9.1 8.6-2.1L3 2Z"/><circle cx="21" cy="21" r="9" fill="none" stroke="currentColor" stroke-width="2.5"/><path d="m14.6 14.6 12.8 12.8" fill="none" stroke="currentColor" stroke-width="2.5"/></svg>
CSS background-image
.not-allowed-cursor {
  background-image: url("https://db.amnt.io/storage/v1/object/public/generated_images/svg-api/se23GFMmParg/amnt.svg");
  background-size: contain;
}
CSS mask-image (takes the text colour)
.not-allowed-cursor {
  width: 1.5em; height: 1.5em;
  background-color: currentColor;
  mask: url("https://db.amnt.io/storage/v1/object/public/generated_images/svg-api/se23GFMmParg/amnt.svg") center / contain no-repeat;
}
React
import NotAllowedCursorSvg from "./not-allowed-cursor.jsx"; // from the React tab above

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

Made with AMNT

AMNT SVG 1.1 drew this from the words Not Allowed Cursor: An angled pointer arrow overlapped by a circle with a diagonal slash. 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