Anyone know how to make a speech bubble styled avatar flair like so:

Instead of the default like this:

Create a group, then go to Manage > Avatar Flair Image. Once you add an avatar and press save changes, the small bubble will appear. For icons, check this site. 
Hello,
Adding in to what Thomas said you don’t have to add an icon but you can upload an image as a flair. So you can upload a bubble shaped icon if you want.
That can be fixed with simple CSS.
{
border-radius: 10px 10px 0px 10px ;
}

I know how to make a flair. I was asking how to make it a specific shape.
Alright, I’ll try that. Thanks!