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