← Logo

Favicon — real sizes

Pixel-rendered PNG at 16 / 32 / 48 (in favicon/), the SVG for everything larger · historia wersji

Browser tab preview (16 px)

Ontimax — Broker Ubezpieczeniowy
Ontimax — Kontakt
Ontimax — Broker Ubezpieczeniowy

Small sizes — pixel PNG

16 — browser tab
32 — bookmark / retina tab
48 — Windows taskbar

Larger sizes — the SVG scales

64 — svg
180 — svg (touch icon)
192 — svg (Android)

Same on dark

16 png
32 png
48 png
64 svg
180 svg

App-ready snippet

<!-- browsers pick the PNG at small sizes, the SVG everywhere else -->
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16.png?v=7">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32.png?v=3">
<link rel="icon" type="image/png" sizes="48x48" href="/favicon/favicon-48.png?v=3">
<link rel="icon" type="image/svg+xml" sizes="any" href="/favicon/logo-emblem.svg">
<link rel="apple-touch-icon" href="/favicon/logo-emblem.svg">