React component for rendering a gravatar profile image.
meteor add browserstudios:gravatar-react
You can add a shape such as shape="circle" and borderRadius will do the rest.
Here is an Example Implementation
<Gravatar
email="michel.herszak@gmail.com"
size=100
rating="pg"
https
default="monsterid"
className="CustomAvatar-image"
shape="circle" />