Skip to main content
Pictogram
@coinbase/cds-web@8.13.6
Displays elevated product icons.
Import
import { Pictogram } from '@coinbase/cds-web/illustratations/Pictogram'
ChangelogView changelogSourceView source codeStorybookView StorybookFigmaView Figma
Related components

Illustrations

dimension prop:
48x48
64x64

Basic example

Loading...
Live Code
<Pictogram name="shield" dimension="64x64" />

scaleMultiplier prop

If no predefined dimensions fit your use case, you can use the scaleMultiplier prop to scale the illustration.

Use scaleMultiplier sparingly and with caution. We have predefined dimensions to ensure that illustrations scale elegantly.

Loading...
Live Code
<Pictogram name="shield" scaleMultiplier={1.5} />

Scaling with dimension

If dimension and scaleMultiplier are both provided the component will scale based on the provided dimension.

Loading...
Live Code
<Pictogram name="shield" dimension="48x48" scaleMultiplier={2.5} />

Is this page useful?

Coinbase Design is an open-source, adaptable system of guidelines, components, and tools that aid the best practices of user interface design for crypto products.