Scalable vector icon representing HTML5 referenced by class icon-html5
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: HTML5
- Class: icon-html5
- Category: Programming languages
- Created: v2.4.0
Usage
Basic
icon-html5
<i class="icon-html5"></i> icon-html5
Underlined
icon-html5
<span style="text-decoration:underline;"><i class="icon-html5"></i> icon-html5</span>
Color
icon-html5
<i class="icon-html5" style="color:red"></i> <i class="icon-html5" style="color:green"></i> <i class="icon-html5" style="color:blue"></i> <i class="icon-html5" style="color:purple"></i> icon-html5
Hover
icon-html5
<style type="text/css" scoped> .glyph-sample:hover { color:blue; } </style> <span class="glyph-sample"><i class="icon-html5"></i> icon-html5</span>