Identicon Generator

GitHub-style abstract avatars from any text. Same input = same image, every time.

px

Where to use identicons

How it works

The input is hashed with SHA-256. The first three bytes pick a hue (or are overridden by a fixed palette). The remaining bytes are read as a bitstream into a 5×3 grid which is then mirrored horizontally — that's why identicons look symmetrical.

Privacy

Your input never leaves the browser. Hashing and drawing both run locally.