Scalable vector icon representing Google Code referenced by class icon-google-code
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: Google Code
- Class: icon-google-code
- Category: Brands
- Created: v1.1
- Design: Original artwork designed by Joe Lauer derived from Google Code logo
Usage
Basic
icon-google-code
<i class="icon-google-code"></i> icon-google-code
Underlined
icon-google-code
<span style="text-decoration:underline;"><i class="icon-google-code"></i> icon-google-code</span>
Color
icon-google-code
<i class="icon-google-code" style="color:red"></i> <i class="icon-google-code" style="color:green"></i> <i class="icon-google-code" style="color:blue"></i> <i class="icon-google-code" style="color:purple"></i> icon-google-code
Hover
icon-google-code
<style type="text/css" scoped> .glyph-sample:hover { color:blue; } </style> <span class="glyph-sample"><i class="icon-google-code"></i> icon-google-code</span>