Go to settings -
Then go to Style Settings> Avatars> Default Text for Avatar
And we prescribe the unicode of the desired icon there, you can see here - Font Awesome Cheatsheet.
fontawesome.com
Put extra.less:
Result:
/admin.php?options/groups/users/
User Preferences and disable - Enable dynamic avatars by default.Then go to Style Settings> Avatars> Default Text for Avatar
And we prescribe the unicode of the desired icon there, you can see here - Font Awesome Cheatsheet.

Find the Perfect Icon for Your Project | Font Awesome
Search all the icons and match your project with a look and feel that's just right, including the all-new Sharp Solid Icons, now available in Font Awesome 6.
Put extra.less:
Less:
.avatar {
&.avatar--default {
&.avatar--default--text {
> span:before {
.m-faBase();
}
}
}
}