<head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>

<p>Cool icons!</p>
<div>
    <i class="fa fa-refresh fa-spin"></i>
    <i class="fa fa-home"></i>
</div>
<br/>
<p>Some fun icons!</p>
<div>
    <i class="fa fa-linux" style="font-size:50px ;"></i><br>
    <i class="fa fa-leaf" style="font-size:28px;color : green;"></i> <br> 
    <i class="fa fa-magic" style="font-size:48px;color:red;"></i>
</div>

</body>
</html>

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.