Get an iconographic symbol by name
Assets
Get an iconographic symbol by name
Attempts to retrieve an iconographic symbol by its name from the Noun Project API.
This endpoint supports both JSON and PNG responses.
If the icon is not found and a PNG response is requested, it will return a fallback icon in form of a magnifying glass.
GET
Get an iconographic symbol by name
Documentation Index
Fetch the complete documentation index at: https://docs.forestreet.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Pass a static API key for every request, provided by your customer support.
Path Parameters
Name of the icon to retrieve.
Required string length:
1 - 100Query Parameters
Fallback icon name to use if the requested icon is not found.
Required string length:
1 - 100Content type for the image endpoint. Defaults to 'image/png'. Use 'application/json' to get base64 encoded image.
Available options:
image/png, application/json