When using this particular method
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" />
The icon is visible with this reference:
<button type="reset" class="btn btn-warning cancel">
<i class="glyphicon glyphicon-ban-circle"></i>
<span>Cancel upload</span>
</button>
However, after downloading the file locally (from this link), the icon no longer appears:
<link rel="stylesheet" href="MyFolder/bootstrap.min.css" />