Logos
Official UiPath brand logos for use across marketing and product surfaces. For the full logo library visit the UiPath Brand Center .
Using These Assets
These logos are served as static SVG files from the Apollo Vertex docs site. To use them in your product:
In a Next.js app, import via next/image or directly as a URL:
import Image from 'next/image';
<Image src="/uipath-full-light.svg" alt="UiPath" width={180} height={56} />In any HTML or React app, reference the file path relative to your public directory. Copy the SVG files you need into your project’s public/ folder and reference them by filename.
In CSS, use as a background image:
.logo {
background-image: url('/uipath-full-light.svg');
}Download: Right-click any logo preview above and select Save image as… to download the SVG directly. For the full brand asset library including print-ready formats, visit the UiPath Brand Center .
UiPath Wordmark
Logo Full — Light
uipath-full-light.svgUse on light backgroundsLogo Full — Dark
uipath-full-dark.svgUse on dark backgroundsUiPath Mark
App Icon — Light
uipath-app-icon.svgMark only, light backgroundsApp Icon — Dark
uipath-app-icon.svgMark only, dark backgroundsFavicon
uipath-favicon-brand.svgBrowser tab & app icon, orange backgroundAutopilot
Autopilot — Light
uipath-autopilot-logo.svgLight background variantAutopilot — Dark
uipath-autopilot-dark.svgDark background variant