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