Logo

A logo is a visual representation of a brand or app. It can be a word, an image, or a combination of both.

Installation

Package installation information
Installyarn add @atlaskit/logo
SourceBitbucket.org, (opens new window)
npm@atlaskit/logo, (opens new window)
Bundleunpkg.com, (opens new window)

Props

The following props are deprecated and will be removed in a future major release: iconColor and textColor. The appearance prop should be used instead.

appearance

Description

Choice of logo appearance between 3 brand-approved color combinations that will be hooked up to design tokens and theming.

Type"brand" | "neutral" | "inverse"

iconColor

Deprecated
Description

{@link https://hello.atlassian.net/browse/ENGHEALTH-172 Internal documentation for deprecation (no external access)} CSS color to be applied to the non-gradient icon portion of the logo SVG. The use of this prop is not recommended as it is not compatible with design tokens; use the appearance prop instead.

DefaultdefaultLogoParams.iconColor
Typestring

label

Description

Accessible text to be used for screen readers (it's optional since the default props provide a label that matches the logo).

Default"Atlassian"
Typestring

size

Description

The size of the icon. Defaults to "medium".

DefaultdefaultLogoParams.size
Type"xxsmall" | "xsmall" | "small" | "medium" | "large" | "xlarge"

testId

Description

A testId prop is provided for specified elements, which is a unique string that appears as a data attribute data-testid in the rendered code, serving as a hook for automated tests.

  • {testId}--wrapper to access the svg element's wrapper
Typestring

textColor

Deprecated
Description

{@link https://hello.atlassian.net/browse/ENGHEALTH-171 Internal documentation for deprecation (no external access)} CSS color to be applied to the wordmark portion of the logo SVG. The use of this prop is not recommended as it is not compatible with design tokens; use the appearance prop instead.

DefaultdefaultLogoParams.textColor
Typestring
Was this page helpful?
We use this feedback to improve our documentation.
© 2026 AtlassianTrademark, (opens new window)Privacy, (opens new window)License