Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ericwbailey/favicon
🖼 An attempt to capture all possible favicons for a web project.
https://github.com/ericwbailey/favicon
favicon icons illustrator photoshop sketch
Last synced: 12 days ago
JSON representation
🖼 An attempt to capture all possible favicons for a web project.
- Host: GitHub
- URL: https://github.com/ericwbailey/favicon
- Owner: ericwbailey
- License: mit
- Created: 2016-04-22T21:16:38.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2020-09-05T18:51:39.000Z (over 4 years ago)
- Last Synced: 2024-12-09T13:56:29.064Z (14 days ago)
- Topics: favicon, icons, illustrator, photoshop, sketch
- Homepage:
- Size: 9.82 MB
- Stars: 18
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
![Favicon](https://raw.githubusercontent.com/ericwbailey/favicon/readme-assets/project-logo.png)
This is an attempt to capture [all possible favicons](https://github.com/ericwbailey/favicon/tree/master/demo) for a web project, allowing designers to execute pixel-perfect designs for every possible device. This includes considerations for mobile homescreen icons, social media preview images, and pinned operating system tiles, etc.
## Table of Contents
1. [Motivation](#motivation)
- [Installation](#installation)
- [Working](#working)
- [Contributing](#contributing)
- [Additional Resources](#additional-resources)
- [FAQ](#faq)
- [License](#license)## Motivation
This project arose from working with the excellent [Real Favicon Generator.net](http://realfavicongenerator.net/). Although it is incredibly well-researched and comprehensive, there are certain situations where automatic image scaling and processing does not produce optimal results.
This is especially evident for smaller icons, where the fidelity does not scale well, or when the artboard's width does not allow for a clean, even alignment.
The web may not be pixel-perfect, but icons are. Your icon is integral to recognition of your project, and the best icon your end user will see will be the one their device installs.
![Example demonstrating the difference between an automatically resized image and an optimized one](https://raw.githubusercontent.com/ericwbailey/favicon/readme-assets/example.png)
## Installation
Either clone or download a copy of this repo:
- `git clone https://github.com/https://github.com/ericwbailey/favicon.git`
-## Working
The included artboards pair with Real Favicon Generator's output, plus [some additional formats that are left off for performance reasons](http://realfavicongenerator.net/faq/#why_some_png_sizes_are_missing). Include these icons only if they are applicable to your project.
### Sketch
`favicons.sketch` contains all artboards for use with [Sketch](http://sketchapp.com/), organized by pages. A Symbols page used to quickly and consistently update background colors (if applicable).
Use the empty `container` rectangle to proportionately scale an icon's size when copying it to a new artboard.
### Illustrator
`favicons.ai` contains all artboards for use with [Illustrator CC](http://www.adobe.com/products/illustrator.html). Symbols are used to reference the different general sizes of icons you may need, although they should be tweaked on a per-artboard level.
Layers prefixed with "NO EXPORT" should have their visibility toggled off before export.
### Photoshop
`favicons.psd` contains all artboards for use with [Photoshop CC](http://www.adobe.com/products/photoshop). Vector-based Smart Objects are used to reference the different general sizes of icons you may need, although they should be tweaked on a per-artboard level.
Layers prefixed with "NO EXPORT" should have their visibility toggled off before export. You can use Photoshop's layer filtering capabilities to make this less tedious.
### Icon Slate
The `.iconsproj` files contain templates for creating `.ico` files with [Icon Slate](http://www.kodlian.com/apps/icon-slate) via the exported PNGs.
### General tips
- Be sure to work with pixel view and zoom to 100% after doing detail work to get a better idea of how the final image will render.
- The grids are sourced from the vendor's recommended grid systems. When I couldn't find a grid template, I defaulted to using the [Chrome Webstore grid](https://developer.chrome.com/webstore/images), since it's pretty flexible—anything that complies with Apple and Android's icon template system will probably work with it as well.
- [Mathematical center is different than optical center](http://javier.xyz/visual-center/). Use artboard alignment tools first, then nudge to get your icon into the proper position.
- Some icons don't technically require a transparent background, feel free to add a colored background back in if your logo demands it.
- Remember to hide the grid layer before exporting!## Contributing
Help and feedback is appreciated! Feel free to [submit a Pull Request](https://github.com/ericwbailey/favicon/pulls) or raise an [Issue](https://github.com/ericwbailey/favicon/issues) here on the repo, or [contact me](https://github.com/ericwbailey/favicon/blob/master/AUTHORS) directly.
## Additional Resources
Proper icon design is *a lot* of work. Here are some links to provide some more guidance with the process:
### Reference
#### Apple
-
-
--
-#### Microsoft
-
-
-
-#### Social
-
-
-
-
-
-#### Optional
-
-
-### Approach
-
-
-
-
-
-
-
-
-## FAQ
### Why don't you use just a single vector file?
I wish I could!
### What about pixel grids?
I'm purposely trying to leave the pixel grids loose for this project, and leave that up to the designer's discretion. I figure the the various vendor grids are a good enough starting point.
### What is the circle grid on the logo and avatar artboards?
Certain apps and services will mask the corners of your avatar to make it look like a circle. This grid helps ensures that your favicon looks good in those contexts.
### What's up with the Microsoft icons?
The favicon for pinned sites should have a 1 color treatment to match the Windows Metro style. Ensuring your logo can hold up at one color is also a good practice to make sure it will hold up for things like being printing on merchandise.
### Why are the artboard's image sixes different size than their filenames or specifications?
There are two reasons: 1) Microsoft inexplicably recommends [using a larger image size](https://msdn.microsoft.com/library/dn455106%28v=vs.85%29.aspx) than what their filenames suggest. 2) Social media icons are double the maximum size to ensure only high quality art is used.
### Why don't you reuse the Facebook image for Twitter and Google+?
Each social network requires a slightly different aspect ratio. This ensures your social images aren't improperly cropped or distorted.
### How do I implement this on my site?
Check the [`demo/`](https://github.com/ericwbailey/favicon/tree/master/demo) directory for example images and markup.
### I don't see the icon I'm looking for. What gives?
According to [Real Favicon Generator.net](http://realfavicongenerator.net/), this is the minimum range of icons needed for the maximum amount of support. If you feel like something is missing, feel free to [contribute](#contributing).
## License
[MIT License](https://raw.githubusercontent.com/ericwbailey/favicon/master/LICENSE).