Get Cisco Icon Image
cisco_get_iconFetch a specific Cisco network icon by ID, returning a ready-to-use RGB PNG with metadata, avoiding blank or wrong-color renders from original CMYK JPEGs. Use after searching to place directly into Miro, Figma, or documents.
Instructions
Fetch one Cisco network icon by id: its full metadata plus the actual image (PNG, RGB — pre-converted from Cisco's original CMYK JPEGs, which render blank or with wrong colors in most web/collaborative tools like Miro or Figma/FigJam).
Use this after cisco_search_icons or cisco_list_icons has told you the exact id you need. The image is returned as an embedded PNG you can place directly into a Miro board, Figma/FigJam file, or document.
Args:
id (string, required): exact icon id (case-sensitive), e.g. "router", "cisco_asa_5500"
Returns:
An image content block (PNG, RGB) — pass its dimensions to a 'FIT' scale mode when placing on a canvas; the icons are NOT square (e.g. "router" is ~77x52), so a 'FILL' scale mode will crop or distort it.
A text block with the icon's metadata (name, category, curated flag, description, and — for curated icons — glossary_name/function/when_to_use).
Error Handling:
Returns "Error: icon '' not found" if the id doesn't exist. Call cisco_search_icons first to find the correct id — don't retry with guessed variations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The icon id, e.g. 'router', 'cisco_asa_5500', 'multilayer_switch'. Get this from cisco_search_icons or cisco_list_icons — do not guess ids. |