Bootstrap Glyphicon User Icon Examples




Bootstrap Glyphicon User Icon

<!DOCTYPE html>
<html>
  <head>
      <title>Bootstrap Example</title>
      <link href="css/bootstrap.min.css">
      <script src="scripts/jquery.min.js"></script>
      <script src="js/bootstrap.min.js"></script>
   </head>
   <body>
      <span class="glyphicon glyphicon-user"></span>
   </body>
</html>

Output