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