<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://www.fmpq.com/jscss/bootstrap/bootstrap.min.css">
</head>
<body>
<div class="container">
<h2>Sd-video Glyph</h2>
<p>Sd-video icon: <span class="glyphicon glyphicon-sd-video"></span></p>
<p>Sd-video icon as a link:
<a href="#">
<span class="glyphicon glyphicon-sd-video"></span>
</a>
</p>
<p>Sd-video icon on a button:
<button type="button" class="btn btn-default btn-sm">
<span class="glyphicon glyphicon-sd-video"></span> Sd-video
</button>
</p>
<p>Sd-video icon on a styled link button:
<a href="#" class="btn btn-info btn-lg">
<span class="glyphicon glyphicon-sd-video"></span> Sd-video
</a>
</p>
</div>
<script src="http://www.fmpq.com/jscss/bootstrap/jquery.min.js"></script>
<script src="http://www.fmpq.com/jscss/bootstrap/bootstrap.min.js"></script>
</body>
</html>