Skip to main content

Icon Type

Avatar with icons.

Usecase Examples

The following example demonstrates the Avatar of type icon in action.

Color

BackgroundColor

BorderColor

BorderWidth

FillMode

Radius

Size

IconColor

Playground

Live Editor
//Play with props to see live changes;

render(<Avatar icon='avatar' type='icon' size={120} color='default' borderWidth='thin' fillMode='ghost' backgroundColor='#ed143d24' borderColor='crimson' />);
Result
Loading...