FallbackAvatar

Every user gets a unique visual identity, even without a profile photo. The hash-based algorithm generates consistent, visually distinct SVG patterns from any string — so the same name always produces the same avatar.

API Reference

PropTypeDefaultDescription
name*stringName to generate avatar from
srcstringImage URL (falls back to SVG if missing)
sizenumber32Avatar size in pixels
classNamestringAdditional CSS classes

Source Code