Cursor Playground

Visualize CSS cursors & generate custom ones.

Back to Tools

Basic & Status

Selection & Drag

Resize & Zoom

Custom Cursor

Upload PNG/SVGMax 32x32 recommended

Test Area

👇Hover here to testdefault

The Developer's Guide to CSS Cursors

Cursors are one of the most important micro-interactions on the web. They tell the user what they can do with an element before they even click it.

Best Practices

  • Pointer vs. Default: Only use pointer (the hand) for things that perform an action (links, buttons). If it's just text, leave it as default.
  • Not Allowed: Use not-allowed for disabled buttons. It prevents user frustration by signaling "stop" immediately.
  • Grabbing: Use grab for draggable items and switch to grabbing via JavaScript while the user is holding the mouse down.

Custom Cursors

You can use images as cursors! However, browsers have strict limits:

  • Max size is usually 32x32 or 128x128 pixels depending on the OS.
  • Always define a fallback: cursor: url(icon.png), auto;
  • Don't use animated GIFs (most browsers ignore them).
Advertisement
RootUtils

RootUtils is a collection of fast, privacy-first online utilities built for developers, designers, and everyday users. All calculations happen in your browser.

Legal

Company

© 2025 RootUtils.com · Made with ☕ & Code.