Skip to main content

Brandmark

Logos/Brandmarks for UHC 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.tertiary" style={{ justifyContent: 'center', alignItems: 'center' }}>
        <Brandmark
        brand="uhc"
        size={400}
        affiliate="uhc"
        variant="lockup"
        color="blue"
        />
        </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
        affiliateaarp_extra_assurance_benefits | aarp_medicare_advantage_walgreens | aarp_medicare_plans | aarp_medicare_prescription | aarp_medicare_prescription_walgreens | aarp_medicare_supplement | aarp_supplemental_personal_health | community_plan | dental | dual_complete | global | hearing | medicare_advantage | group_medicare_advantage | medicare_plans | medicare_solutions | oxford | student_resources | uhc | vision-Indicates the brandmark affiliate
        branduhc-Indicates which brand you want your brandmark from
        colorstring-Set color option of the brandmark
        sizenumber | string$brandmark.sizing.lgSet the size of the brandmark
        sizesRecord{sm: 100, md: 150, lg: 200}Pre programmed sizes for the brandmark
        titlestring-Set title for the brandmark
        variantlockup | lockup_horizontal | u_mark | u_mark_horizontal | monogram | stacked_wordmark | wordmark-Indicates the brandmark variant

        Brandmark Classes

        Class NameDescription
        abyss-brandmark-rootBrandmark root element

        Brandmark Translations

        Translation KeyValue
        Brandmark.fromUHCfrom UnitedHealthcare

        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