Font-awesome: Icon Request: icon-minimize, icon-maximize, icon-restore

Created on 16 Jul 2013  路  158Comments  路  Source: FortAwesome/Font-Awesome

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)

new icon web application icons

Most helpful comment

added to 4.7.0-wip branch. Closing.

All 158 comments

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/

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"

@MrGeneric thanks

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

Thanks again!

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!

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

+1

:+1: These would be very useful.

+1

+1

+1

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

+1

+1

+1 :)

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

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

+1

+1 I'm finding them too

+1

+1

+1

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

+1

+1

+1 looking for this set of icons

+1

+1

+1

+1

+1

+1

+1

+1

+1

+1

+1

+1

+1 Please

+1

+1

+1

+1

+1 on the maximize

+1

how many +1's do we need here ? :)

+1

+1

+1

+1

+1

+1

+1

+1 - and preferably flat / material design style.

+1

+1

+1

+1

+1

+1

+1

+1

+1

+1

+1

+1

+1

+1

Can we expect getting these soon? It would be really useful for desktop JS apps :)

+1

++1

+1 wow, how can this be missing?

hello greate plugin/ font +1 this idea
is there an ETA on this ?

+1

+1

+1

+1

+1

+1

+1

+1

+1 !!!

+1

+1

+1

+1, pretty please

It's a request from 2 years ago and a lot of people would enjoy to have these icons. Can we have some news ?

+1

+1

Here are some icons I've quickly thrown together
https://gist.github.com/gnail/a71ed035ae03bd39c2c8

They're loosely inspired by Github's desktop app's icons and Windows icons, but with rounded edges to fit in better with other fa icons.

@tagliala any progress after 2 years?

+1

+1

+1

+1

+1

+1

+1

+1

That's around +90 if I counted well, any news @tagliala ?

+1

+1

+1

+1

+1

It's a must!
Just to go deeper...maybe this kind set (window controls) should include a proper "icon-close", something different from "fa-times".
I mean...something like this:
http://fa2png.io/r/ionicons/close-round/?color=919191&margin=17&background=ffffff&size=256

+1

+1
A must have!

Sad eyes, salty tears, when this will be ready please? :,( @tagliala What's holding this up? If someone external needs to make these icons, I'll make them, just let us now the status, please.

+1

+1

+1

+1

+1

+1

+1 +1 +1 +1 +1 please!!!

http://imgur.com/4Y4SU6Z

+1

+1

+1

+1

+1
I very need these icons please!

+1
Yes, agreed. This collection is great!

+1

+1

+1

+1

+1

+1

+1

+1

+1

+1

+1

+1

+1

+1

+1

+1

+1

+10000

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

+1

+1

+1

+1

+1

+1

+1

+1 ?!

+1

+1

+1 PLS

+1

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

+1

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.

+1

added to 4.7.0-wip branch. Closing.

hi, fa-windows-* became really unproportional thick:

image

any plans to fix this ?

@gbaumgart please open a new issue

Was this page helpful?
0 / 5 - 0 ratings

Related issues

joshuabarney picture joshuabarney  路  163Comments

mitch621 picture mitch621  路  180Comments

davegandy picture davegandy  路  284Comments

Vilscon picture Vilscon  路  178Comments

quxiaofeng picture quxiaofeng  路  160Comments