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