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