Skip to main content

Brandmark

Logos/Brandmarks for Optum brands.

Submit feedback
github
import { Brandmark } from '@uhg-abyss/mobile';
        // Disclaimer: not all affiliate variant/color combinations are applicable, and inapplicable combinations will display as empty
        <Box color="$semantic.color.surface.container.emphasis.2" style={{ justifyContent: 'center', alignItems: 'center' }}>
        <Brandmark
        brand="optum"
        size="$lg"
        affiliate="optum"
        variant="lockup"
        color="orange"
        />
        </Box>

        Brand

        Use the brand property to adjust which brand is being selected.

        Size

        Use the size property to adjust the size of the brandmark.

        Affiliate

        Use the affiliate property to select the required brandmark affiliates.

        Variant

        Use the variant property to select the required brandmark variants.

        Color

        Use the color property to select available brandmark colors.

        Brandmark Props

        Prop NameTypeDefaultDescription
        affiliateoptum | optum_financial | optum_frontier_therapies | optum_health-education | optum_now | optum_perks | optum_prescription | optum_serve | optum_store-Indicates the brandmark affiliate
        brandoptum-Indicates which brand you want your brandmark from
        colorstring-Set color option of the brandmark
        sizenumber | string100%Set the size of the brandmark
        variantlockup-Indicates the brandmark variant

        Brandmark Classes

        Class NameDescription
        abyss-brandmarkBrandmark root element

        The source for these brandmarks can be found in the Brandmark Library.

        You can use the search functionality to find the required brandmark. Brandmarks can be searched using their affiliates, variants or colors.

        Search

        Brandmark Tokens

        Token NameValue
        brandmark.sizing.sm
        100
        brandmark.sizing.md
        150
        brandmark.sizing.lg
        200
        Table of Contents