Bootstrap Icons

<pre><code>&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css&quot;&gt;
&lt;/head&gt;
&lt;body&gt;

&lt;i class=&quot;glyphicon glyphicon-cloud&quot;&gt;&lt;/i&gt;
&lt;i class=&quot;glyphicon glyphicon-remove&quot;&gt;&lt;/i&gt;
&lt;i class=&quot;glyphicon glyphicon-user&quot;&gt;&lt;/i&gt;
&lt;i class=&quot;glyphicon glyphicon-envelope&quot;&gt;&lt;/i&gt;
&lt;i class=&quot;glyphicon glyphicon-thumbs-up&quot;&gt;&lt;/i&gt;

&lt;/body&gt;
&lt;/html&gt;</code></pre>

To use the Bootstrap glyphicons, add the following line inside the <head> section of your HTML page: <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">.

No downloading or installation is required!.

Related concepts

Bootstrap Icons

Bootstrap Icons — Structure map

Clickable & Draggable!

Bootstrap Icons — Related pages: