CSS cursors list. CSS cursor viewer

Full list of CSS cursors. Here you can find all CSS cursor values. View, copy properties and use CSS cursor in your project.

Basic cursors

auto

Copy icon

default

Copy icon

none

Copy icon

Links and status cursors

context-menu

Copy icon

help

Copy icon

pointer

Copy icon

progress

Copy icon

wait

Copy icon

Selection cursors

cell

Copy icon

crosshair

Copy icon

text

Copy icon

vertical-text

Copy icon

Drag and drop cursors

alias

Copy icon

copy

Copy icon

move

Copy icon

no-drop

Copy icon

not-allowed

Copy icon

grab

Copy icon

grabbing

Copy icon

Resize and scrolling cursors

col-resize

Copy icon

row-resize

Copy icon

all-scroll

Copy icon

n-resize

Copy icon

e-resize

Copy icon

s-resize

Copy icon

w-resize

Copy icon

ne-resize

Copy icon

nw-resize

Copy icon

se-resize

Copy icon

sw-resize

Copy icon

Zoom cursors

zoom-in

Copy icon

zoom-out

Copy icon

What is the CSS cursor viewer?

The CSS Cursor Viewer is a handy tool that provides a full list of cursor options available in CSS, each with a visual preview. You can easily decide which one fits your design needs, from the default arrow to the crosshair, pointer, grab, and many more, each cursor is displayed with its real-time effect.

Why choosing the right CSS cursor matters

Choosing the right cursor for your website can really impact user experience. My CSS cursor tool provides a full collection of all possible cursor styles to help you make the best cursor variant for your design requirements.

How to use the CSS cursor viewer

This tool is designed to help web developers and designers fast find and copy the right cursor styles for their projects. You don't need to memorize cursor properties anymore — just browse through our collection, see how each cursor behaves, and copy the necessary code with one click. This way, you save time while ensuring your users have a great experience interacting with your site.

What is a cursor in CSS?

A cursor property in CSS determines which cursor will be visible for the user when hovering an element, that has this cursor property specified. This can be useful to improve interaction with your web app or site for users.