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