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