Font-awesome: Icon Request: icon-popup-link (popup window)

Created on 26 Nov 2013  路  23Comments  路  Source: FortAwesome/Font-Awesome

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.

icon-popup

Thanks

Neil

new icon web application icons

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

All 23 comments

+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.

capture

<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:
image

@rogercoder What library is that from? Do you have a link?

Fontello / Entypo
image

As far as using the Fontawesome "copy" icon, I think vertical flip looks more like a popup then horizontal flip:
image

<i class="fa fa-clone fa-flip-vertical" aria-hidden="true"></i>

Was this page helpful?
0 / 5 - 0 ratings

Related issues

omnimint picture omnimint  路  3Comments

daneren2005 picture daneren2005  路  3Comments

desspro picture desspro  路  3Comments

lickmydesign picture lickmydesign  路  3Comments

jakuuub picture jakuuub  路  3Comments