13 releases
Uses new Rust 2024
| 0.1.12 | Jul 28, 2025 |
|---|---|
| 0.1.10 | Mar 24, 2025 |
| 0.1.8 | Oct 29, 2024 |
| 0.1.5 | Jul 3, 2024 |
| 0.1.0 | Mar 26, 2024 |
#1341 in Command line utilities
741 downloads per month
48KB
500 lines
favico
favico is a command-line utility for creating favicons.

Installation
From source
cargo install favico
From binaries
The release page contains pre-built binaries for Linux, macOS and Windows.
How to build
Please see BUILD.adoc.
Usage
Basic usage
favico input.png
The following files will be generated in the current directory:
.
├── android-chrome-192x192.png
├── android-chrome-512x512.png
├── apple-touch-icon.png
├── favicon-16x16.png
├── favicon-32x32.png
├── favicon.ico
└── site.webmanifest
Generate shell completion
--generate-completion option generates shell completions to standard output.
The following shells are supported:
bashelvishfishnushellpowershellzsh
Example:
favico --generate-completion bash > favico.bash
Command-line options
Please see the following:
Source code
The upstream repository is available at https://github.com/sorairolake/favico.git.
Changelog
Please see CHANGELOG.adoc.
Contributing
Please see CONTRIBUTING.adoc.
Home page
https://sorairolake.github.io/favico/
License
Copyright (C) 2024 Shun Sakai (see AUTHORS.adoc)
- This program is distributed under the terms of the GNU General Public License v3.0 or later.
- Some files are distributed under the terms of the Creative Commons Attribution 4.0 International Public License.
This project is compliant with version 3.3 of the REUSE Specification. See copyright notices of individual files for more details on copyright and licensing information.
Dependencies
~45–78MB
~1.5M SLoC