Vector icon for HTML (icon-html)

Scalable vector icon representing HTML referenced by class icon-html 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: HTML
  • Class: icon-html
  • Category: Programming languages
  • Created: v1.0
  • Design: Original artwork designed by Joe Lauer

Usage

Basic

icon-html

<i class="icon-html"></i> icon-html

Underlined

icon-html

<span style="text-decoration:underline;"><i class="icon-html"></i> icon-html</span>

Color

icon-html

<i class="icon-html" style="color:red"></i> <i class="icon-html" style="color:green"></i> <i class="icon-html" style="color:blue"></i> <i class="icon-html" style="color:purple"></i> icon-html

Hover

icon-html

<style type="text/css" scoped>
.glyph-sample:hover { color:blue; }
</style>
<span class="glyph-sample"><i class="icon-html"></i> icon-html</span>

Tags