Edit This Code:
See Result »
<!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.bootcss.com/bootstrap/3.3.6/css/bootstrap.min.css"> <script src="https://ajax.googleapis.bootcss.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script> <script src="http://maxcdn.bootstrapcdn.bootcss.com/bootstrap/3.3.6/js/bootstrap.min.js"></script> <script> var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "//hm.baidu.com/hm.js?73c27e26f610eb3c9f3feb0c75b03925"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); </script> </head> <body> <div class="container"> <h2>Screenshot Glyph</h2> <p>Screenshot icon: <span class="glyphicon glyphicon-screenshot"></span></p> <p>Screenshot icon as a link: <a href="#"> <span class="glyphicon glyphicon-screenshot"></span> </a> </p> <p>Screenshot icon on a button: <button type="button" class="btn btn-default btn-sm"> <span class="glyphicon glyphicon-screenshot"></span> Screenshot </button> </p> <p>Screenshot icon on a styled link button: <a href="#" class="btn btn-info btn-lg"> <span class="glyphicon glyphicon-screenshot"></span> Screenshot </a> </p> </div> </body> </html>
Result: