In the following code
<html>
<head>
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css" rel="stylesheet">
</head>
<body>
<span class="glyphicon glyphicon-glass"></span>
<span class="glyphicon glyphicon-cutlery"></span>
<span class="glyphicon glyphicon-wrench"></span>
</body>
</html>
The first two icons display perfectly but there is some error with the wrench. Based on the documentation here:
http://getbootstrap.com/components/
'wrench' should be a valid icon. How can I get the wrench to display?