Generated avatar
The first version generates a rounded background, head, face details, body shape, and hair accent as plain SVG.
Use cases
Use SVG avatars for prototypes, placeholder profiles, docs, demos, and design system examples.
Generate a deterministic vector avatar from simple SVG shapes.
Page context
SVG Avatar Generator creates a deterministic vector avatar from simple SVG shapes.
The first version generates a rounded background, head, face details, body shape, and hair accent as plain SVG.
Use SVG avatars for prototypes, placeholder profiles, docs, demos, and design system examples.
Generate a deterministic vector avatar from simple SVG shapes.
<svg xmlns="http://www.w3.org/2000/svg" width="240" height="240" viewBox="0 0 240 240" role="img" aria-label="Generated SVG avatar"><rect width="240" height="240" rx="48" fill="#ccfbf1"/><circle cx="120" cy="104" r="46" fill="#0f766e"/><circle cx="102" cy="96" r="7" fill="#ffffff"/><circle cx="138" cy="96" r="7" fill="#ffffff"/><path d="M96 124 C108 138 132 138 144 124" fill="none" stroke="#ffffff" stroke-width="8" stroke-linecap="round"/><path d="M58 214 C70 166 92 146 120 146 C148 146 170 166 182 214" fill="#14b8a6"/><path d="M78 58 C94 32 146 32 162 58 C146 48 94 48 78 58 Z" fill="#f59e0b"/></svg>