Scalable vector icon representing Bootstrap referenced by class icon-bootstrap
included in Font Mfizz. After you get up and running, you can place Font Mfizz icons nearly anywhere in your HTML by simply using the <i>
tag.
- Name: Bootstrap
- Class: icon-bootstrap
- Category: Frameworks
- Created: v2.4.0
Usage
Basic
icon-bootstrap
<i class="icon-bootstrap"></i> icon-bootstrap
Underlined
icon-bootstrap
<span style="text-decoration:underline;"><i class="icon-bootstrap"></i> icon-bootstrap</span>
Color
icon-bootstrap
<i class="icon-bootstrap" style="color:red"></i> <i class="icon-bootstrap" style="color:green"></i> <i class="icon-bootstrap" style="color:blue"></i> <i class="icon-bootstrap" style="color:purple"></i> icon-bootstrap
Hover
icon-bootstrap
<style type="text/css" scoped> .glyph-sample:hover { color:blue; } </style> <span class="glyph-sample"><i class="icon-bootstrap"></i> icon-bootstrap</span>