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