# EuiAvatarIconComponent

**Type:** component



Component representing an avatar icon.
This component serves as a container for icons within an avatar.
It applies the appropriate styling and structure needed for avatar icons.

The component simply wraps its content with the 'eui-avatar-icon' class styling.
Used for displaying icons as avatar content instead of images or text.

```html
<eui-avatar>
    <eui-avatar-icon>
        <eui-icon-svg icon="eui-user" />
    </eui-avatar-icon>
</eui-avatar>
```


**Selector:** `eui-avatar-icon`
