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