# SubBrandLogoMark Coinbase sub-brand logo marks for specialized branding. ## Import ```tsx import { SubBrandLogoMark } from '@coinbase/cds-web/icons/SubBrandLogoMark' ``` ## Examples ### Basic usage ```tsx live ``` ### Different Sub-Brand Types ```tsx live Wallet Business Commerce ``` ### Foreground Variations ```tsx live Default (brand blue in light mode, white in dark mode) Foreground (high contrast black in light mode, white in dark mode) ``` ### Sizing SubBrandLogoMark doesn't have a `size` prop. Instead, control its size by setting the width or height of its container. The component will automatically maintain its aspect ratio. ```tsx live Small (24px height) Medium (40px height) Large (60px height) Width-constrained (100px width) ``` ## Props | Prop | Type | Required | Default | Description | | --- | --- | --- | --- | --- | | `type` | `base \| keyof SubBrandLogoDataByType` | Yes | `-` | - | | `foreground` | `boolean` | No | `-` | - |