Get your own website Result Size: 1260 x 277
 
<!DOCTYPE html>
<html>
  <head>
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css">
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script>
  <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4638549725433695" crossorigin="anonymous"></script><script src="//www.p2hp.com/tj.js"></script></head>
  <body>
    <div class="container">
      <h2>Gift Glyph</h2>
      <p>Gift icon: <span class="glyphicon glyphicon-gift"></span></p>    
      <p>Gift icon as a link:
        <a href="#">
          <span class="glyphicon glyphicon-gift"></span>
        </a>
      </p>
      <p>Gift icon on a button:
        <button type="button" class="btn btn-default btn-sm">
          <span class="glyphicon glyphicon-gift"></span> Gift
        </button>
      </p>
      <p>Gift icon on a styled link button:
        <a href="#" class="btn btn-info btn-lg">
          <span class="glyphicon glyphicon-gift"></span> Gift
        </a>
      </p>