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