Skip to content
faker.tools
All 79

Plate V · Media, Image & Asset Placeholders

Avatar Placeholder Generator

Deterministic avatars in six styles, with crop and background control.

#Avatar URLSeedSize
1https://api.dicebear.com/9.x/identicon/svg?seed=x5z7zkr0ky&size=96&backgroundColor=13f15c&radius=50x5z7zkr0ky96px
2https://api.dicebear.com/9.x/identicon/svg?seed=1h32qlm9ai&size=96&backgroundColor=6d8792&radius=501h32qlm9ai96px
3https://api.dicebear.com/9.x/identicon/svg?seed=albj8re61f&size=96&backgroundColor=2d00b1&radius=50albj8re61f96px
4https://api.dicebear.com/9.x/identicon/svg?seed=ez51jcozg4&size=96&backgroundColor=853a4e&radius=50ez51jcozg496px
5https://api.dicebear.com/9.x/identicon/svg?seed=bh7ljuk4ym&size=96&backgroundColor=b89013&radius=50bh7ljuk4ym96px
6https://api.dicebear.com/9.x/identicon/svg?seed=cvkxsrxbwj&size=96&backgroundColor=4e656d&radius=50cvkxsrxbwj96px
7https://api.dicebear.com/9.x/identicon/svg?seed=8b38qp5liq&size=96&backgroundColor=632135&radius=508b38qp5liq96px
8https://api.dicebear.com/9.x/identicon/svg?seed=cwd559gpv0&size=96&backgroundColor=4855ea&radius=50cwd559gpv096px
9https://api.dicebear.com/9.x/identicon/svg?seed=1bigoncnlh&size=96&backgroundColor=935feb&radius=501bigoncnlh96px
10https://api.dicebear.com/9.x/identicon/svg?seed=e1u6y6g6dp&size=96&backgroundColor=f732a0&radius=50e1u6y6g6dp96px
10 rows · 1.6 KBGenerated in your browser · Avatar Placeholder Generator

The seed decides the face. Give the same user the same seed and their avatar survives every rebuild of your fixtures, which is the difference between a user list that looks stable and one that reshuffles on every refresh.

What you can control

  • Six visual styles, from geometric identicons to illustrated robots.
  • Crop control — square, rounded or circular — applied by the provider rather than by your CSS.
  • A seed prefix namespaces a batch, so team avatars stay distinct from customer avatars.
  • The seed is returned as a column, so you can store it and regenerate the identical image later.

What this is not

URLs point at DiceBear's hosted API. For production, self-host the library or download the SVGs — a user list that loads a hundred avatars from a third party is a hundred external requests.

Questions

Will the same seed always give the same avatar?

Yes. DiceBear is fully deterministic, so the seed is the only input that matters.

Can I self-host these?

Yes. DiceBear publishes as an npm package, so you can generate the same SVGs locally and serve them yourself.

Which style reads best at small sizes?

Identicons and rings. The illustrated styles carry detail that disappears below about 48 pixels.

Next in Media

All 8