Skip to main content
GET
Render an SVG icon

Path Parameters

prefix
string
required

Lowercase kebab-case icon collection prefix.

Pattern: ^[a-z0-9]+(?:-[a-z0-9]+)*$
name
string
required

Lowercase kebab-case icon name.

Pattern: ^[a-z0-9]+(?:-[a-z0-9]+)*$

Response

SVG icon markup.

The response is of type string.