<!DOCTYPE html>
<html>
    <head>
        <title>Examples</title>
        <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
        <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css">
        <script src="http://code.jquery.com/jquery-2.1.1.min.js"></script>
        <script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
    </head>

    <body>
        <div class="container">
            

<pre>&lt;%= icon &#39;copyright-mark&#39; %&gt;
%= icon &#39;sort-by-attributes-alt&#39;</pre>
<pre>&lt;span class=&quot;glyphicon glyphicon-copyright-mark&quot;&gt;&lt;/span&gt;
&lt;span class=&quot;glyphicon glyphicon-sort-by-attributes-alt&quot;&gt;&lt;/span&gt;</pre>
<div>    <span class="glyphicon glyphicon-copyright-mark"></span>    <span class="glyphicon glyphicon-sort-by-attributes-alt"></span></div>
<hr />
<pre>&lt;%= icon &#39;copyright-mark&#39; %&gt;</pre>
<pre>&lt;span class=&quot;glyphicon glyphicon-copyright-mark&quot;&gt;&lt;/span&gt;</pre>
<div>    <span class="glyphicon glyphicon-copyright-mark"></span></div>
<hr />
<pre>%= icon &#39;sort-by-attributes-alt&#39;</pre>
<pre>&lt;span class=&quot;glyphicon glyphicon-sort-by-attributes-alt&quot;&gt;&lt;/span&gt;</pre>
<div>    <span class="glyphicon glyphicon-sort-by-attributes-alt"></span></div>
        </div>
        <pre style="background-color: #fff; border-width: 0px;">



        </pre>
    </body>
</html>