Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Icon Request: icon-minimize, icon-maximize, icon-restore #1582

Closed
kabramcs opened this issue Jul 16, 2013 · 158 comments
Closed

Icon Request: icon-minimize, icon-maximize, icon-restore #1582

kabramcs opened this issue Jul 16, 2013 · 158 comments
Labels
Milestone

Comments

@kabramcs
Copy link

First off, thanks for a great icon-font collection. Here are some icons I'd like to see supported to help with building web-apps that contains child-windows:

minimize, maximize and restore icons (minimalistic like the windows 8 ones)

@MrGeneric
Copy link

For 2, there is a sign out icon you may have missed, unless you are looking for a different style.

http://fontawesome.io/icon/signout/

@tagliala
Copy link
Member

logout is already here: http://fontawesome.io/icon/signout/

charts is a dup of #171

please +1 that request

Leaving this open as "icon-minimize, icon-maximize, icon-restore"

@tagliala
Copy link
Member

@MrGeneric thanks

@kabramcs
Copy link
Author

Sorry. I missed sign-out in my search. I did a +1 to charts. Lets leave this as minimize, maximize and restore.

Thanks again!

@david-driscoll
Copy link

I would like to add my name here and say I'd love to see icons for these, I'm currently trying to make an interface layer between Kendo UI and FA, these would help keep the icons looking fairly similar.

Also keep up in the amazing work, love the icon set!

@NetzwergX
Copy link

I'd very much like to see those...

@oriadam
Copy link

oriadam commented Mar 22, 2014

+1

@sarus
Copy link

sarus commented Mar 25, 2014

👍 These would be very useful.

@kelden
Copy link

kelden commented Mar 25, 2014

+1

2 similar comments
@macdonaldr93
Copy link

+1

@ghost
Copy link

ghost commented Mar 28, 2014

+1

@kelden
Copy link

kelden commented Mar 29, 2014

Any innovative ideas on representing these actions without mimicking existing solutions too closely but keeping the existing associations and usability?

@ghost
Copy link

ghost commented Apr 12, 2014

+1

1 similar comment
@TimApplepie
Copy link

+1

@alesnav
Copy link

alesnav commented Apr 18, 2014

+1 :)

@nverba
Copy link

nverba commented Apr 24, 2014

I was really surprised to see that the 'Web Application Icons' category, didn't have these already.
This is a must for frameless desktop apps, à la Chrome.

+1

@RaraituL
Copy link

RaraituL commented Jun 2, 2014

+1 definitely needed with all this Ajax pop-ups used everywhere now

@bhanuc
Copy link

bhanuc commented Jun 6, 2014

+1

@yanxi123-com
Copy link

+1 I'm finding them too

@longwar
Copy link

longwar commented Sep 3, 2014

+1

2 similar comments
@mravindrarao
Copy link

+1

@probakowski
Copy link

+1

@ClamProject
Copy link

+1, Seems to be a no-brainer; and an awesome addition to an awesome font-icon set.

@msand
Copy link

msand commented Oct 7, 2014

+1

1 similar comment
@SpookyCY
Copy link

+1

@dvelmurugannr
Copy link

+1 looking for this set of icons

@davhdavh
Copy link

davhdavh commented Dec 4, 2014

+1

1 similar comment
@Aaike
Copy link

Aaike commented Dec 7, 2014

+1

@PeterShaggyNoble
Copy link

+1

7 similar comments
@304NotModified
Copy link

+1

@d-amit
Copy link

d-amit commented May 16, 2016

+1

@waynephipps
Copy link

+1

@z38
Copy link

z38 commented Jun 7, 2016

+1

@jddxf
Copy link

jddxf commented Jun 15, 2016

+1

@Diazbesjorge
Copy link

+1

@CallumCarmicheal
Copy link

+1

@PhilLehmann
Copy link

+10000

@ghost
Copy link

ghost commented Jul 16, 2016

+1, but seriously guys! It's been 3 years!!! Its just too bad I'm going to have to abandon my favorite icon font for some weird one in the outernet, just because that ONE icon isn't there....

@PanAeon
Copy link

PanAeon commented Jul 20, 2016

+1

6 similar comments
@villith
Copy link

villith commented Aug 8, 2016

+1

@ghost
Copy link

ghost commented Aug 16, 2016

+1

@Guichaguri
Copy link

+1

@plumpNation
Copy link

+1

@dartmann
Copy link

+1

@haroldrv
Copy link

+1

@kbrandwijk
Copy link

+1 ?!

@granteagon
Copy link

+1

1 similar comment
@DutchKevv
Copy link

+1

@rcdjasmin
Copy link

+1 PLS

@Zamiell
Copy link

Zamiell commented Oct 3, 2016

+1

@jhernandis
Copy link

Since 2013. One of the most requested icons. Please.

+1

@Zamiell
Copy link

Zamiell commented Oct 5, 2016

For those out there looking for a solution in the meantime, I've been able to do an emulation using existing font-awesome icons fa-minus, fa-square-o, and fa-times:

The HTML:

<ul id="top-right-corner-buttons">
    <li>
        <a id="minimize-button" style="button">
             <i id="header-minimize-icon" class="fa fa-minus" aria-hidden="true"></i>
        </a>
    </li>
    <li>
        <a id="maximize-button" style="button">
            <i id="header-maximize-icon" class="fa fa-square-o" aria-hidden="true"></i>
        </a>
    </li>
    <li>
        <a id="close-button" style="button">
            <i class="fa fa-times" aria-hidden="true"></i>
        </a>
    </li>
    <li>
</ul>

The CSS:

    #header-minimize-icon {
        position: relative;
        top: 6px;
    }

    #header-maximize-icon {
        position: relative;
        top: 1px;
    }

It's kind of ghetto, but good enough for now.

@davegandy davegandy added this to the 4.7.0 milestone Oct 5, 2016
@atraban
Copy link

atraban commented Oct 10, 2016

+1

@davegandy
Copy link
Member

added to 4.7.0-wip branch. Closing.

@tagliala
Copy link
Member

tagliala commented Nov 30, 2016

@gbaumgart please open a new issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests