Nintex brand icons

This origin serves the canonical Nintex icon set at fixed root paths, so any consumer that resolves an icon from the host name alone finds the right mark. Everything here is static, cacheable, and unauthenticated.

Theme behaviour

Nintex mark, purple

favicon-light.svgFixed purple. Brand colour on light surfaces.

Nintex mark, off-white

favicon-dark.svgFixed off-white. For dark surfaces.

Nintex mark, follows the OS theme

favicon.svgFollows your OS theme right now. Recolours live.

Head block

<link rel="icon" href="/favicon.ico" sizes="32x32">
<link rel="icon" href="/favicon.svg" type="image/svg+xml" sizes="any">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<link rel="manifest" href="/site.webmanifest">
<meta name="theme-color" content="#8439a6" media="(prefers-color-scheme: light)">
<meta name="theme-color" content="#1c1420" media="(prefers-color-scheme: dark)">
<script src="/nintex-favicon.js" defer></script>

Paths

PathTypePurpose
/favicon.icoimage/x-icon16, 32 and 48px, opaque white backdrop. The path every crawler tries first, whether or not the HTML declares it.
/favicon.svgimage/svg+xmlTheme-adaptive via prefers-color-scheme inside the file.
/favicon-light.svgimage/svg+xmlFixed purple.
/favicon-dark.svgimage/svg+xmlFixed off-white.
/favicon-16x16.pngimage/pngOpaque raster fallback.
/favicon-32x32.pngimage/pngOpaque raster fallback.
/apple-touch-icon.pngimage/png180px, opaque. iOS composites a transparent touch icon onto black, so this one carries its own background.
/android-chrome-192x192.pngimage/pngManifest icon.
/android-chrome-512x512.pngimage/pngManifest icon, also the largest square for cards and previews.
/site.webmanifestapplication/manifest+jsonDeclares the icon set and brand colours.
/nintex-favicon.jstext/javascriptSwaps the SVG on theme change for Chrome and Edge.

What honours what

ConsumerSVG faviconprefers-color-scheme inside itResult
FirefoxYesYesfavicon.svg adapts on its own.
Safari 16.4+YesYesfavicon.svg adapts on its own.
Chrome, EdgeYesNo, light scheme onlyNeeds nintex-favicon.js to swap files.
Older SafariNon/aFalls back to the PNG and ICO.
Crawlers and icon servicesVariesUsually noMost fetch /favicon.ico and composite it onto a background of their own choosing, which the asset cannot influence.

Palette

TokenHexUse
Nintex purple#8439a6The mark on light surfaces. theme_color.
Warm off-white#fff9f4The mark on dark surfaces.
Nintex orange #ff6600The corner square. Constant in both themes.