Skip to content
Novus Examples
cur4.2 KB

Crosshair cursor (.cur, hotspot 16,16)

A 32×32 Windows crosshair cursor with its hotspot at the centre (16,16) — for testing cursor hotspot handling and .cur decoding.

Rendered preview of Crosshair cursor (.cur, hotspot 16,16)

Rendered preview of the cur file (4.2 KB). Download above for the original.

Specifications

Size
32x32
Bit Depth
32
Hotspot
16,16
Format
CUR (ICO-family)

What is a .cur file?

A cursor file (.cur) is a Windows mouse-pointer image using the same container structure as an .ico, distinguished by a type field and per-image hotspot coordinates that mark the cursor's active point. It holds one or more bitmap images at different sizes, typically 32×32.

How to use this file

Use an example .cur file to test cursor and icon parsers, CSS custom-cursor loading, and ICO/CUR converters, or to verify that a tool reads the embedded hotspot correctly.

Generated by generation/web_assets.py. Free for any use, no attribution required — license.