> ## Documentation Index
> Fetch the complete documentation index at: https://design-system.rodrigoantunes.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Avatar

> Displays a avatar or a component that looks like a avatar

[Storybook](https://storybook.rodrigoantunes.dev/?path=/docs/components-avatar--docs)

<Tabs>
  <Tab title="Code">
    ```jsx theme={null}
    <ra-avatar size="40" src="https://www.example.com/image.png">
    </ra-avatar>
    ```
  </Tab>

  <Tab title="Preview">
    [Check out the Storybook for an interactive preview](https://storybook.rodrigoantunes.dev/?path=/docs/components-avatar--docs)
  </Tab>
</Tabs>
