Blockies Avatar Generator

Pixelated color-block identicons: originally designed for Ethereum wallet addresses

WTFPL SVG, Canvas npm runs locally

Ready-to-use samples

Generated with the Blockies package, served from this site.

  • Blockies avatar: felix

    felix

  • Blockies avatar: aneka

    aneka

  • Blockies avatar: jasper

    jasper

  • Blockies avatar: luna

    luna

  • Blockies avatar: milo

    milo

  • Blockies avatar: sage

    sage

  • Blockies avatar: nova

    nova

  • Blockies avatar: remy

    remy

Run Blockies in your project

Blockies is a small component with no hosted HTTP endpoint. Install the npm package, or try the closest URL-driven pixel style below.

Want a live playground instead?

DiceBear has a hosted URL API with a similar look, so you can preview and download without installing anything.

Usage

npm

npm i blockies-react-svg

import Blockies from 'blockies-react-svg';

<Blockies address="0x0000000000000000000000000000000000felix" size={8} scale={10} />

About Blockies

The identicon style made famous by Ethereum and MetaMask. Generates blocky square patterns from a hash. WTFPL license (effectively public domain). Several npm packages provide React components around the original algorithm.

Best for: Web3 and crypto apps, wallet address visualization, any context needing pixel art aesthetic

License
WTFPL
Output
SVG, Canvas
Deterministic
Yes
Hosted API
No
Package
blockies-react-svg
Links
Docs GitHub

Other avatar generators

Compare all 14 libraries

Frequently Asked Questions

Is Blockies free to use commercially?
Blockies is licensed under WTFPL. This is a permissive license: you can use it in commercial projects with no royalties, though MIT requires keeping the license notice.
What output formats does Blockies support?
Blockies generates avatars as SVG, Canvas. SVG output scales to any size without quality loss, useful for retina displays and print.
Is there a hosted Blockies API?
No. Blockies ships as an npm package that renders locally, there is no hosted HTTP endpoint to call. The samples on this page were generated with that package.
Does the same seed always produce the same Blockies avatar?
Yes. Blockies is fully deterministic: the same seed value always renders the identical avatar, so you never need to store the generated image.