wire / magic / ico

Windows icon signature (00 00 01 00)

A Windows ICO icon file begins with a 6-byte ICONDIR header: a 2-byte reserved zero field, a 2-byte little-endian type field (0x0001 = icon, 0x0002 = cursor), then a 2-byte image count. So an icon starts 00 00 01 00.

magic kind signature status de-facto verification verified tier C file-signature@1

aka: ICO magic · ICONDIR · Windows icon

file signature

magic: 00 00 01 00 @ offset 0

ascii: \x00\x00\x01\x00

.ico image/x-icon

spec: Microsoft ICO/CUR Icon Image Format


provenance

per-fact attribution:

see also

agent: curl -H 'accept: application/json' wire.phall.io/magic/ico or /magic/ico.json