<div class="container">
<h2>Retweet Glyph</h2>
<p>Retweet icon: <span class="glyphicon glyphicon-retweet"></span></p>
<p>Retweet icon as a link:
<a href="#">
<span class="glyphicon glyphicon-retweet"></span>
</a>
</p>
<p>Retweet icon on a button:
<button type="button" class="btn btn-default btn-sm">
<span class="glyphicon glyphicon-retweet"></span> Retweet
</button>
</p>
<p>Retweet icon on a styled link button:
<a href="#" class="btn btn-info btn-lg">
<span class="glyphicon glyphicon-retweet"></span> Retweet
</a>
</p>
</div>
<script src="//apps.bdimg.com/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="//apps.bdimg.com/libs/bootstrap/3.3.0/js/bootstrap.min.js"></script>