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