Bootstrap Home
Getting Started
File Structure
BOOTSTRAP CSS
Grid System
Bootstrap Typography
Bootstrap Code
Bootstrap Table
Bootstrap Forms
Bootstrap Input
Bootstrap Button
Bootstrap Images
COMPONENTS
Bootstrap Glyphicons
BS Glyphicon List
Bootstrap Alert
Bootstrap Badges
Bootstrap Breadcrumb
Bootstrap Cards
Bootstrap has icon service it's called Glyphicons. Bootstrap has 250 over Glyphicon icons from Glyphicon. You can use Glyphicons icon in the line of text, buttons, toolbars, nav menu, forms, input elements etc.
This is most common question that How to use Bootstrap Glyphicons Icon? You can use Bootstrap Glyphicons Icon in <i>, <span>, <div>, <h1> to <h6> and more HTML tag with a class attribute. Below basic structure of Bootstrap Glyphicons Icon: The structure of Glyphicon we use with a span you can use it another HTML tag with an class attribute:
<span class="glyphicons glyphicons-heart"></span>
In the line of the text:
Lorem ipsum dolor sit amet, <span class="glyphicons glyphicons-heart"></span> consectetur adipisicing elit.
Lorem ipsum dolor sit amet, consectetur adipisicing elit.
With a Search Button:
<button type="button" class="btn btn-success"><span class="glyphicon glyphicon-search"></span> Search</button>
Output: