Ctrl + K
Get StartedStylesCoreCompsCDK
Actions
Action Sheet
Button
Button Group
Context Menu
Dropdown Button
Menu
Side Menu
Form & Editors
Checkbox
Color Box
Color Palette
Cron Job
Date & Time Box
Date & Time Picker
Form
Image Editor
Json Viewer
Number Box
One time password
Paint
Password Box
Phone Box
Query Builder
Range Slider
Rate Picker
Rest Api Generator
Search Box
Select Box
Selection List
Step Wizard
Switch
Tag Box
Text Box
Textarea
Tree View
Uploader
WYSIWYG
Navigation & Layout
Avatar
Badge
Bottom Navigation
Breadcrumb
Calendar
Chips
Circular Progress
Collapse
Comment
Conversation
Data Pager
Data Table
Drawer
File Explorer
Grid Layout Builder
Image
KBD
List
Loading
Map
Media Viewer
Navbar
Picker
Popover
Popup
Progress Bar
Qrcode
Rail Navigation
Result
Skeleton
Sliding Item
Tabs
Tag
Time Line
Toolbar
Tooltip
Dialog & Notifications
Alert
Dialog
Loading Dialog
Notification
Toast

Avatar

import { AXAvatarModule } from '@acorex/components/avatar'; Avatar component is used to visually represent individuals or objects, typically through an image or icon. It is often employed to display profile pictures, user icons, or other relevant images in a user interface, helping to personalize and enhance the visual experience

Overview

In this section, you can test different options of this component and see the output in real time
A
Primary
Twotone
Rounded
Text

Usage

A simple example of using ax-avatar
Preview
Code

Size

You can set text ax an avatar.
Preview
Code

Text Mode

You can set text ax an avatar.
Preview
Code

Icon Mode

You can set icon ax an avatar.
Preview
Code

Image Mode

You can display a photo as an avatar.
Preview
Code

Look

All looks avatar that you can use.
Preview
Code

Avatar Group

integration of avatar that you can use.
Preview
Code

Design Tokens

Design tokens are variables that define the visual style of ACoreX components. You can use them to change colors, typography, spacing, and other visual aspects. Default component colors use system surface colors.
--ax-comp-avatar-bg-colorvar(--ax-sys-color-#{$name}-lightest-surface)Background color of the avatar. Uses a theme color.
--ax-comp-avatar-border-colorvar(--ax-sys-color-#{$name}-lightest-surface)Border color of the avatar. Uses a theme color.
--ax-comp-avatar-fill-colorvar(--ax-sys-color-on-#{$name}-lightest-surface)Fill color for elements (e.g., icons) within the avatar. Uses a theme color.
--ax-comp-avatar-text-colorvar(--ax-sys-color-on-#{$name}-lightest-surface)Text color within the avatar. Uses a theme color.

Props

colorstringprimarySets the color theme of the avatar.
lookAXStyleLookTyperoundedDetermines the appearance of the avatar.
sizenumber48Sets the size of the avatar.

Copyright ©2017-2025 ACoreX Labs Inc.

On this page