get_icon_image
Retrieve cloud technology icons in SVG or PNG format with customizable output options like raw data, base64, or data URI for integration into presentations and diagrams.
Instructions
Get icon image content in a specified format and image type (SVG or PNG).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Icon ID (e.g., aws/compute/lambda) | |
| format | No | Output format | raw |
| image_type | No | Image format to serve (svg or png, default: svg). Falls back to available format. | svg |