# Avatar Circular avatar for user images or initials. ## With Image ```html Jane Doe ``` ## With Initials ```html JD AB ``` ## Sizes ```html XS S M L XL ``` ## With Border ```html User ``` ## Avatar Group Stack avatars with negative margin: ```html
+5
``` ## As Button (for Menus) ```html ``` ## Styling Details - Circular shape (`border-radius: 50%`) - Images use `object-fit: cover` - Initials have subtle background (`--fg-1`) - Text scales with avatar size ## See Also - [User menu](https://graffiti-ui.com/llms/user-menu.txt) - Avatar + dropdown