Skip to content

CSS Cursor Generator

Preview and generate custom CSS cursor styles with standard keywords or custom image URLs and hotspots.

Updated

What is the CSS Cursor Generator?

How it works

Examples

Standard Pointer Cursor

Standard: Pointer
cursor: pointer;

Custom Image Cursor with Hotspot

Custom Image: https://example.com/cursor.png, X: 16, Y: 16, Fallback: auto
cursor: url('https://example.com/cursor.png') 16 16, auto;

Frequently asked questions