Last active
November 4, 2016 17:22
-
-
Save kdarty/7827f00c113246c550591b2992701b6c to your computer and use it in GitHub Desktop.
This is a list of Font Icons that can be used in Web Window/Dialogs for standard Window Controls such as Window Maximize/Restore, Minimize and Close. The examples below are standard Bootstrap Glyph Icons and Font Awesome Icons. While I may add other Window Control styles here, the ones listed below are all intended to mimic what Google uses for …
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Google Style Window/Dialog Controls | |
Expand to full-screen (Maximize) | |
fa-expand | |
http://fontawesome.io/icon/expand/ | |
glyphicon glyphicon-resize-full | |
Exit full-screen (Restore) | |
fa-compress | |
http://fontawesome.io/icon/compress/ | |
glyphicon glyphicon-resize-small | |
Minimize | |
fa-window-minimize | |
http://fontawesome.io/icon/window-minimize/ | |
Close | |
fa-times or fa-close | |
http://fontawesome.io/icon/times/ | |
glyphicon glyphicon-remove | |
Probably a better solution would just be to use a lowercase "x" as it isn't as thick as the Font Awesome or Glyphicons Icons. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment