> ## Documentation Index
> Fetch the complete documentation index at: https://docs.turbostack.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Avatar

`Avatar` is a component that allows you to show a profile picture or fallback to a seeded random icon.

<Card>
  <img src="https://mintcdn.com/ravitechsolutions/jCk1IPeJr8ul3nyO/images/components/avatar.png?fit=max&auto=format&n=jCk1IPeJr8ul3nyO&q=85&s=376c384736d8b79e17e0b6dff193bc37" alt="Avatar Component" width="230" height="111" data-path="images/components/avatar.png" />
</Card>

## Usage

```tsx theme={null}
import { Avatar } from "@turbostack/ui"
```

```tsx theme={null}
<Avatar image="https://github.com/liverdya.png" fallback="a unique value" />
```
