CSS Cursor Previewer

Browse and preview different CSS cursor styles with live demo and CSS code

Showing 36 of 36 cursor styles

Auto

General

Hover to preview

Browser determines cursor

cursor: auto;

Default

General

Hover to preview

Default arrow cursor

cursor: default;

None

General

Hover to preview

No cursor displayed

cursor: none;

Pointer

Links & Status

Hover to preview

Hand pointer for links

cursor: pointer;

Wait

Links & Status

Hover to preview

Program is busy

cursor: wait;

Progress

Links & Status

Hover to preview

Background task running

cursor: progress;

Help

Links & Status

Hover to preview

Help is available

cursor: help;

Context Menu

Links & Status

Hover to preview

Context menu available

cursor: context-menu;

Text

Selection

Hover to preview

Text can be selected

cursor: text;

Vertical Text

Selection

Hover to preview

Vertical text selection

cursor: vertical-text;

Cell

Selection

Hover to preview

Table cell selection

cursor: cell;

Crosshair

Selection

Hover to preview

Precise selection

cursor: crosshair;

Move

Drag & Drop

Hover to preview

Element can be moved

cursor: move;

Copy

Drag & Drop

Hover to preview

Copy action

cursor: copy;

Alias

Drag & Drop

Hover to preview

Alias/shortcut creation

cursor: alias;

No Drop

Drag & Drop

Hover to preview

Drop not allowed

cursor: no-drop;

Not Allowed

Drag & Drop

Hover to preview

Action not allowed

cursor: not-allowed;

Grab

Drag & Drop

Hover to preview

Can be grabbed

cursor: grab;

Grabbing

Drag & Drop

Hover to preview

Currently grabbing

cursor: grabbing;

All Scroll

Resizing & Scrolling

Hover to preview

Scroll in any direction

cursor: all-scroll;

Col Resize

Resizing & Scrolling

Hover to preview

Resize column

cursor: col-resize;

Row Resize

Resizing & Scrolling

Hover to preview

Resize row

cursor: row-resize;

N Resize

Resizing & Scrolling

Hover to preview

Resize north

cursor: n-resize;

E Resize

Resizing & Scrolling

Hover to preview

Resize east

cursor: e-resize;

S Resize

Resizing & Scrolling

Hover to preview

Resize south

cursor: s-resize;

W Resize

Resizing & Scrolling

Hover to preview

Resize west

cursor: w-resize;

NE Resize

Resizing & Scrolling

Hover to preview

Resize northeast

cursor: ne-resize;

NW Resize

Resizing & Scrolling

Hover to preview

Resize northwest

cursor: nw-resize;

SE Resize

Resizing & Scrolling

Hover to preview

Resize southeast

cursor: se-resize;

SW Resize

Resizing & Scrolling

Hover to preview

Resize southwest

cursor: sw-resize;

EW Resize

Resizing & Scrolling

Hover to preview

Resize east-west

cursor: ew-resize;

NS Resize

Resizing & Scrolling

Hover to preview

Resize north-south

cursor: ns-resize;

NESW Resize

Resizing & Scrolling

Hover to preview

Resize diagonal NE-SW

cursor: nesw-resize;

NWSE Resize

Resizing & Scrolling

Hover to preview

Resize diagonal NW-SE

cursor: nwse-resize;

Zoom In

Zoom

Hover to preview

Zoom in available

cursor: zoom-in;

Zoom Out

Zoom

Hover to preview

Zoom out available

cursor: zoom-out;

About CSS Cursor Previewer

Browse All CSS Cursor Styles

Comprehensive collection of all standard CSS cursor values with live previews. Hover over each preview area to see the cursor in action. Perfect for developers and designers who need to choose the right cursor for their UI elements.

Features

  • 35+ standard CSS cursor styles
  • Live interactive previews
  • Organized by categories
  • Category filtering
  • Copy CSS code to clipboard
  • Cursor descriptions
  • Visual feedback on copy
  • Responsive grid layout
  • Hover effects
  • Beautiful card design

Cursor Categories

  • General: auto, default, none
  • Links & Status: pointer, wait, progress, help, context-menu
  • Selection: text, vertical-text, cell, crosshair
  • Drag & Drop: move, copy, alias, no-drop, not-allowed, grab, grabbing
  • Resizing & Scrolling: all-scroll, col-resize, row-resize, directional resizes
  • Zoom: zoom-in, zoom-out

How to Use

  1. Browse cursor styles or filter by category
  2. Hover over the preview area to see the cursor
  3. Read the description to understand its purpose
  4. Click the copy button to copy the CSS code
  5. Paste into your CSS file or style attribute

Common Use Cases

  • pointer: Links, buttons, clickable elements
  • text: Text input fields, editable content
  • move: Draggable elements, movable panels
  • wait: Loading states, processing operations
  • not-allowed: Disabled elements, restricted areas
  • grab/grabbing: Draggable maps, scrollable content
  • zoom-in/out: Image viewers, zoomable content
  • resize cursors: Resizable panels, split views

Browser Support

All cursor values shown are part of the CSS specification and are widely supported across modern browsers. Some cursors may appear slightly different depending on the operating system and browser being used.