Human face. Initials, emoji, or upload.
Profile avatar. Falls back through `imageUrl` → `emoji` → `initials` → blank circle. Sized in px, optionally with a status dot in the bottom-right.
import { Avatar } from "@/components/ui/avatar";
<Avatar imageUrl="/me.jpg" initials="GK" size={32} status="online" />components/ui/ folder. You own the code.