Hi
Just like the icon to indicate an external link (http://fontawesome.io/icon/external-link/), could we have an icon to indicate a link in a new window/tab/pop-up? Typically seen as a square overlapping another square, eg, see attachment.
Thanks
Neil
+1
Something similar makes sense for representing 'open in new window' scenario. https://www.iconfinder.com/icons/105291/new_open_out_pop_up_window_icon
+1
+1
+1
+1
+1
+1
for a while... not perfect, but as a workaround (the styles should be moved to a CSS). I will rather to have the real thing with the proper transparencies and rectangles instead of squares.
<span class="fa-stack">
<i class="fa fa-square-o" style="position:absolute;left:0;bottom:-12%;font-size:1.7em"></i>
<i class="fa fa-square fa-inverse" style="position:absolute;right:0;top:-6%;font-size:1.7em"></i>
<i class="fa fa-external-link-square" style="position:absolute;right:0;top:-6%;font-size:1.7em"></i>
</span>
+1 for the icon request
+1
+1
Alright!!! 4.4 comes with the new icon "fa-clone". It is a very good alternative for this request.
+1
+1
+1
As @cherrador already mentioned, there is a icon quite close to this. And if you mix it with the fa-flip-horizontal
-class you already are very close to your icon @hw-nf.
The html:
<i class="fa fa-clone fa-flip-horizontal" aria-hidden="true"></i>
+1
+1
+1
+1
This (from a competing icon library) gives a better impression of something popping up, IMHO, and less like a copy icon:
@rogercoder What library is that from? Do you have a link?
Fontello / Entypo
As far as using the Fontawesome "copy" icon, I think vertical flip looks more like a popup then horizontal flip:
<i class="fa fa-clone fa-flip-vertical" aria-hidden="true"></i>
Most helpful comment
+1
Something similar makes sense for representing 'open in new window' scenario. https://www.iconfinder.com/icons/105291/new_open_out_pop_up_window_icon