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