Bootstrap Tutorial - Add camera and download icon








The following code shows how to add camera and download icon.

Example

<!DOCTYPE html>
<html>
<head>
<script type='text/javascript'
  src='http://cdnjs.cloudflare.com/ajax/libs/bonsai/0.4.1/bonsai.min.js'></script>
<link rel="stylesheet" type="text/css"
  href="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.no-icons.min.css">
<link rel="stylesheet" type="text/css"
  href="http://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.min.css">
</head><!-- w ww  .  j  a va  2s  .c  o  m-->
<body>
  <div>
    <i class='icon-camera-retro'></i> Text text text
  </div>
  <div>
    <i class='icon-download'></i> Text text text
  </div>
</body>
</html>

Click to view the demo