Skip to main content
This quickstart uses React. If you use another framework or language, choose its page from the Integrations section.
1

Install Pictum

Add the React package with your preferred package manager.
2

Render an icon

Import Icon and identify an icon with its collection and name.
3

Render an avatar

Import Avatar, then choose a seed, style, and output format.
4

Render a QR code

Import QrCode and provide the text or URL to encode.
5

Render a placeholder

Import Placeholder and provide a square size. Use width and height when you need a custom aspect ratio.
Your application now renders icons, deterministic avatars, QR codes, and placeholders through Pictum components.

Other integrations

Use the same asset concepts with Vue, Laravel, Svelte, Astro, PHP, or Web Components.

Next steps