# @fluentui/react-avatar **React Avatar components for [Fluent UI](https://react.fluentui.dev/)** The Avatar component represents a person or entity. It displays the person's image, initials, or an icon, and can be either circular or square. ## Usage To import Avatar: ```js import { Avatar } from '@fluentui/react-components'; ``` ### Examples ```jsx } /> ``` Displaying a badge: ```jsx } /> ``` With active state indication: ```jsx ``` See [Fluent UI Storybook](https://react.fluentui.dev/) for more detailed usage examples. Alternatively, run Storybook locally with: 1. `yarn start` 2. Select `react-avatar` from the list. ### Specification See [SPEC.md](./SPEC.md). ### Migration Guide If you're upgrading to Fluent UI v9 see [MIGRATION.md](./MIGRATION.md) for guidance on updating to the latest Avatar implementation.