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