Skip to main content

CSS Cursors Reference

New

Interactive reference for all CSS cursor types with live hover demo.

csscursorreferencepointer
Read the guide
Shortcuts:⌘ KSearch

Cursor Library

Search, hover, and click a cursor to copy its CSS value.

Frequently Asked Questions

Can I test a custom cursor URL in this tool?

No. This reference only includes built-in CSS cursor keywords like pointer, grab, and zoom-in. It does not generate or preview cursor: url(...) values.

What gets copied when I click a cursor card?

It copies just the keyword, such as pointer or col-resize. You still add the surrounding CSS yourself, for example cursor: pointer;.

Why does the same cursor show up in more than one section?

The cards are grouped by common use case, not by unique value. That is why pointer can appear under both General and Links.

Can I search for part of a cursor name?

Yes. The search box does a simple case-insensitive substring filter, so typing resize or zoom narrows the list immediately.

Does this list every cursor the browser might support?

It covers the standard keyword set defined in the tool data, but it is still a curated reference. Browser-specific extras and custom image cursors are outside this tool.

Related Tools