FreeDev Tools

CSS Cursor Generator

Preview every CSS cursor value live and copy the rule β€” all 32 standard cursors.

hover this area to feel the cursor
.element {
  cursor: pointer;
}

/* preview */
.cursor-demo {
  cursor: pointer;
}

Generated locally in your browser β€” nothing is uploaded.

How to Use

  1. 1

    Pick a cursor

    All 32 standard values in the dropdown.

  2. 2

    Hover the preview

    Feel the cursor exactly as users will.

  3. 3

    Copy the CSS

    One rule, ready for your stylesheet.

Frequently Asked Questions

32 standard values β€” from the everyday pointer, grab, and text to specialty ones like col-resize, zoom-in, and not-allowed. The dropdown covers all of them with a live hover area.