<meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="stylesheet" href="/css/bootstrap/bootstrap3.3.7.min.css">
      <h2>Tree-conifer Glyph</h2>
      <p>Tree-conifer icon: <span class="glyphicon glyphicon-tree-conifer"></span></p>    
      <p>Tree-conifer icon as a link:
          <span class="glyphicon glyphicon-tree-conifer"></span>
      <p>Tree-conifer icon on a button:
        <button type="button" class="btn btn-default btn-sm">
          <span class="glyphicon glyphicon-tree-conifer"></span> Tree-conifer
      <p>Tree-conifer icon on a styled link button:
        <a href="#" class="btn btn-info btn-lg">
          <span class="glyphicon glyphicon-tree-conifer"></span> Tree-conifer
    <script src="/js/bootstrap/jquery.min.js"></script>
    <script src="/js/bootstrap/bootstrap3.3.7.min.js"></script>