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