Avatar

An image element with a fallback for representing the user.

R

View example's code

import { Avatar, AvatarFallback, AvatarImage } from "@/components/ui/avatar";
<Avatar className="not-prose">
  <AvatarImage src="https://github.com/shadcn.png" alt="@shadcn" />
  <AvatarFallback>CN</AvatarFallback>
</Avatar>;