Best Free Favicon Generator
Kuita yakazara favicon seti -.ico, PNG mavara uye apple-touch-icon - kubva mumwe vhidhiyo. Free, ne HTML.
Maitiro ekushanda
- Upload. Choose a logo kana vhidhiyo, ideally square (up to 100 MB).
- Kugadzira. Tinya Kugadzira - a yakazara seti ye icon mavara pamwe.ico uye apple-touch-icon inobva yavakwa.
- Dhawunirodha ZIP. Get a ZIP with every icon and the HTML snippet to drop into your site.
Nezve iyi chirongwa
Favicon Generator anoshandura vhidhiyo mufavicon set yewebsite. Kubva pakutanga, inogadzira favicon.ico ine akawanda mavara, mavara ePNG (16px kusvika 512px), uye apple-touch icon yeIOS home screens, zvese zvakabatanidzwa muZIP. A README muZIP inokupa iwe zvakajeka zvinyorwa zvefavicon.ico. <link> Tags kuti uite mu site yako <head>. A square source image works best. No watermark, no signup, processed in memory and discarded.
Chii vanhu vanoshandisa kuti
- Kuwedzera favicon kune imwe nyowani website
- Kugadzira zvese zviratidzo zvemavara zvinotarisirwa nebrowser dzemazuva ano
- Create an apple-touch-icon for iOS home screens
- Refresh favicon wewebsite kubva kutsva logo
Developer API
Automatize iyi chirongwa kubva yako pachako code. Send a POST request to the endpoint below and get the same result the web tool produces. It is rate-limited per IP and needs no signup - API keys for higher limits are coming.
https://best.free/api/tools/favicon-maker/
| Parameter | Mufananidzo | Anodarika | Nhoroondo |
|---|---|---|---|
file (faira) |
logo.png |
Yes | Square image works best, ≤25 MB. |
curl -X POST https://best.free/api/tools/favicon-maker/ \
-F 'file=@logo.png' \
-o favicons.zip
import requests
files = {"file": open("logo.png", "rb")}
r = requests.post("https://best.free/api/tools/favicon-maker/", files=files)
with open("favicons.zip", "wb") as out:
out.write(r.content)
const fd = new FormData();
fd.append("file", fileInput.files[0]);
const r = await fetch("https://best.free/api/tools/favicon-maker/", { method: "POST", body: fd });
const blob = await r.blob(); // the favicons.zip
Kutenda: A ZIP of favicon PNGs, an .ico and apple-touch-icon.