# Icon Search – Inline SVG Icon by Set & Name

> Icon Search – Inline SVG Icon by Set & Name is a paid API for AI agents from x402.professorsausages.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Returns a single icon from a named icon set as render-ready inline SVG, data-URI, or JSX, parameterized by size, stroke width, and color

## Facts

- Endpoint: GET https://x402.professorsausages.com/icons/get/:set/:name
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/icon-search-inline-svg-icon-by-set-name-1004d86e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_j9p65TTzsMX5mmZFF_nY3

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability icon-search-inline-svg-icon-by-set-name-1004d86e
```

Example prompt: Can you fetch me the 'heart' icon from the Lucide set as an inline SVG, size 24, stroke width 2, in color #FF5733?

## When to prefer this

Use this endpoint when you need a single, render-ready icon from a named icon set (e.g. Lucide, Heroicons) and want to control size, stroke, and color via parameters without bundling an entire icon library. Ideal for dynamic icon delivery in web UIs, emails, or server-side rendering where you cannot import a full icon package.

## Known failure modes

- Icon name not found in the specified set — returns 404 or empty response
- Icon set name is invalid or unsupported — returns error
- Invalid color format supplied — may return default or error
- Size or stroke width out of acceptable range — may return error or clamped value
- Missing required path parameters (set or name) — returns 400 or similar error

## How this service works

One icon as render-ready inline SVG (or data-URI / JSX), parameterized by size, stroke width, and color

## Output

A single icon returned as a render-ready inline SVG string, base64 data-URI, or JSX component, styled according to the requested size, stroke width, and fill/stroke color — ready to embed directly in HTML, CSS, or React code.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/icon-search-inline-svg-icon-by-set-name-1004d86e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.professorsausages.com](https://www.zero.xyz/host/x402.professorsausages.com/llms.txt)
