# EuiAvatarImageComponent

**Type:** component



Component representing an avatar image.
Displays an image for an avatar with fallback to a default image when none is provided.
Uses the application's configured assets base URL for the default image path.

```html
<eui-avatar>
   <eui-avatar-image imageUrl="assets/images/profile-avatar.png"></eui-avatar-image>
</eui-avatar>
```


**Selector:** `eui-avatar-image`

## Inputs
- **imageUrl**: `any` - URL of the image to be displayed in the avatar. If not provided, a default image will be used.
