Font-awesome: Icon Request: fa-imac

Created on 19 Sep 2016  路  2Comments  路  Source: FortAwesome/Font-Awesome

Hi FontAwesome!

My name is Zeeshaan, I need iMac LCD icon for my bootstrap theme demo...
imac

waiting for feedback

Most helpful comment

All 2 comments

You can stack icons to produce the following effect:

imac

<span class="fa-stack fa-imac fa-1x">
  <i class="fa fa-desktop fa-stack-2x"></i>
  <i class="fa fa-apple fa-stack-1x"></i>
</span>
<span class="fa-stack fa-imac fa-2x">
  <i class="fa fa-desktop fa-stack-2x"></i>
  <i class="fa fa-apple fa-stack-1x"></i>
</span>
<span class="fa-stack fa-imac fa-3x">
  <i class="fa fa-desktop fa-stack-2x"></i>
  <i class="fa fa-apple fa-stack-1x"></i>
</span>
<span class="fa-stack fa-imac fa-4x">
  <i class="fa fa-desktop fa-stack-2x"></i>
  <i class="fa fa-apple fa-stack-1x"></i>
</span>
<span class="fa-stack fa-imac fa-5x">
  <i class="fa fa-desktop fa-stack-2x"></i>
  <i class="fa fa-apple fa-stack-1x"></i>
</span>
.fa-imac {
  margin-right: 0.25em;
}

.fa-imac .fa-apple {
  left: 0.09375em;
  font-size: 0.75em;
  line-height: 1.67em;
}

Here is a link to a working demo.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

lickmydesign picture lickmydesign  路  3Comments

AndersDK12 picture AndersDK12  路  3Comments

sezeresen picture sezeresen  路  3Comments

tdolph picture tdolph  路  3Comments

huuphat picture huuphat  路  3Comments