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