# LogoMark The Coinbase logo mark for branding. ## Import ```tsx import { LogoMark } from '@coinbase/cds-web/icons/LogoMark' ``` ## Examples ### Basic usage ```tsx live ``` ### Different Sizes ```tsx live Size 16 Size 24 Size 32 ``` ### 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) ``` ## Props | Prop | Type | Required | Default | Description | | --- | --- | --- | --- | --- | | `foreground` | `boolean` | No | `-` | - | | `size` | `16 \| 24 \| 32` | No | `-` | - |