Font-Awesome Round

by Charles Butler

HTML

<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css">
<i class="fa fa-flag fa-round"></i>
<i class="fa fa-map-marker fa-round"></i>
<i class="fa fa-envelope fa-round"></i>
<i class="fa fa-sitemap fa-round"></i>

CSS

.fa.fa-round {
    line-height:30px;
    width:30px;
    background:#666;
    border-radius:1000px;
    text-align:center;
    color:#eee;
}