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