Creating an animated preloader with font awesome icons
An example of creating an animated preloader with font awesome icons.
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="css/font-awesome.min.css">
</head>
<body>
<p>Preloader icon -
<i class="fa fa-spinner fa-spin fa-4x"></i>
</p>
</body>
</html>