Avatars
4 posts tagged with "Avatars"
.dicebear-avatar
element
The .dicebear-avatar action a variety of avatar sets fron Dicebear. It belongs to the avatars category within the ui area.
Action Syntax
.dicebear-avatar "text"
A quoted text string
.dicebear-avatar @reference
A reference starting with @
.dicebear-avatar $variable
A variable name starting with $
Valid sizes
tiny
small
medium
large
extra
Tags
set
dicebear set name
circle
a circular avatar
square
a square avatar
Examples
// Basic Usage
.dicebear-avatar "label"
// Using Variables
// Display dynamic content from variables
.dicebear-avatar $text
Action code: 303683652
Version: 0.6.4-0
Last updated: 2025-06-13
.icon-avatar
element
The .icon-avatar action a small avatar with icon. It belongs to the avatars category within the ui area.
Action Syntax
.icon-avatar !set:icon
An icon in format !set:name
.icon-avatar $variable
A variable name starting with $
Valid sizes
tiny
small
medium
large
extra
Tags
circle
a circular avatar
square
a square avatar
rounded
a rounded square
Examples
// Basic Usage
.icon-avatar !icontag
// Using Variables
// Display dynamic content from variables
.icon-avatar $icontag
Action code: 2860290404
Version: 0.6.4-1
Last updated: 2025-06-13
.image-avatar
element
The .image-avatar action avatar with an app image. It belongs to the avatars category within the ui area.
Action Syntax
.image-avatar +imagetag
An image tag starting with +
.image-avatar $variable
A variable name starting with $
.image-avatar https://...
A valid URL
Valid sizes
tiny
small
medium
large
extra
Tags
circle
a circular avatar
square
a square avatar
Examples
// Basic Usage
.image-avatar %imagetag
// Using Variables
// Display dynamic content from variables
.image-avatar $imagetag
Action code: 842054445
Version: 0.6.4-2
Last updated: 2025-06-13
.initials-avatar
element
(.initials)
The .initials-avatar action a small avatar with initials / letters. It belongs to the avatars category within the ui area.
Action Syntax
.initials-avatar "text"
A quoted text string
.initials-avatar $variable
A variable name starting with $
.initials-avatar @reference
A reference starting with @
Valid sizes
tiny
small
medium
large
extra
Tags
circle
a circular avatar
square
a square avatar
Examples
// Basic Usage
.initials-avatar "Text"
// Using Variables
// Display dynamic content from variables
.initials-avatar $initials
Action code: 3236469939
Version: 0.6.4-1
Last updated: 2025-06-13