Hi FontAwesome!
My name is Zeeshaan, I need iMac LCD icon for my bootstrap theme demo...
Maybe http://fontawesome.io/icon/desktop/ does the job
You can stack icons to produce the following effect:
<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.
Most helpful comment
Maybe http://fontawesome.io/icon/desktop/ does the job