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