Skip to content
Harness Design System

Logos

The Logo component renders brand icons from the simple-icons package.

Usage

import { Logo } from '@harnessio/ui/components'
//...
return <Logo name="github" size={48} />

API Reference

Props

NameTypeDefaultDescription

original

booleanfalseIf true, the logo will use its brand-specific color. Defaults to false.
name

keyof typeof LogoNameMap

N/AThe name of the brand icon to render (must match a key in LogoNameMap).
sizenumber24The size (in pixels) of the logo.