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