I am using font awesome on some project but I have some things that I want to do with font awesome icons, I can easily call an icon like this:
You don't need css or html tricks for it. Font Awesome has built in class for it - fa-circle To stack multiple icons together you can use fa-stack class on the parent div
//And we have now facebook icon inside circle:)