<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<meta charset="gbk" />
<title>生成圆圈小图标</title>
<meta name="generator" content="EverEdit" />
<meta name="author" content="" />
<meta name="keywords" content="" />
<meta name="description" content="" />
<link rel="stylesheet" href="http://apps.bdimg.com/libs/fontawesome/4.2.0/css/font-awesome.min.css">
<style>
.icon{width:120px; height:120px; line-height: 120px; background-color: #e82; border-radius: 50%; text-align:center; }
.icon .font{font-size:50px; color:#fff;}
</style>
</head>
<body>
<div class="icon">
<span class="font"><i class="fa fa-cogs"></i></span>
</div>