Minidenticons Avatar Generator
Ultra-minimal colored identicons: 5×5 pixel grid, zero dependencies
Ready-to-use samples
Generated with the Minidenticons package, served from this site.
-
felix
-
aneka
-
jasper
-
luna
-
milo
-
sage
-
nova
-
remy
Run Minidenticons in your project
Minidenticons is a zero-dependency string function with no hosted endpoint. Install the npm package, or try the closest URL-driven identicon 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 minidenticons
import { minidenticon } from 'minidenticons';
const svgString = minidenticon('felix');
const dataUri = 'data:image/svg+xml;utf8,' + encodeURIComponent(svgString); About Minidenticons
The smallest identicon library: zero dependencies, under 1KB minified. Generates colored pixel-grid SVGs from a string. Fully client-side, no network requests, GDPR-friendly. The SVG is returned as a string, not a React component, so it works in any framework.
Best for: Performance-critical apps, serverless edge functions, GDPR-sensitive contexts
- License
- MIT
- Output
- SVG
- Deterministic
- Yes
- Hosted API
- No
- Package
- minidenticons
- Links
- Docs GitHub
Other avatar generators
- DiceBear
- Boring Avatars
- Multiavatar
- Avataaars
- Bean Heads
- Jdenticon
- Nice Avatar
- Blockies
- UI Avatars
- Robohash
- Gravatar
- Pravatar
- Open Peeps