Powered by x402 micropayments

Instant SVG Icons
via API

Professional vector icons in seconds. Choose from 8 hand-crafted styles — pixel art, neon glow, FUI, glassmorphism, and more. Pay per request with x402 micropayments.

8 styles available
Neon Solid
Hand-crafted by Tam — 8 unique icon styles

Three Steps to Your Icon

No accounts. No waiting. Just icons.

01

Choose a Style

Browse 8 hand-crafted icon styles — from retro pixel art to futuristic HUD interfaces.

02

Describe Your Icon

Tell us what you need — a rocket, a shield, a brain. Our AI generates it in your chosen style.

03

Get Your SVG

Receive a production-ready SVG icon instantly. Scales infinitely, works everywhere.

8 Hand-Crafted Styles

Each style has its own personality and system prompt. Pick the vibe that fits your brand.

Pixel Icons

$0.30

Chunky, retro pixel-art icons with vivid diagonal gradients on a black canvas.

Neon Solid

$0.30

Bold gradient-filled icons with negative-space details on solid black.

Minimalist Two-Tone

$0.30

Bold circles with graphic cutout symbols in a single saturated color on black.

FUI

$0.30

Sci-fi HUD-style icons with technical arcs, crosshairs, and angular stroke geometry.

Dotmatrix

$0.30

Retro LED-style icons built entirely from uniform dot grids on dark charcoal.

Colorblock Badge

$0.30

Bold flat icons on vivid color-blocked square backgrounds with strong contrast.

Glassmorphism

$0.30

Frosted-glass layered icons with translucent panels and soft rounded strokes.

Neon Glow / Cyberpunk

$0.30

Vivid neon-tube stroke icons with glowing halos on deep black backgrounds.

Pay Per Icon. That's It.

No subscriptions. No credits to buy. Just pay for each icon with x402 micropayments and get instant access.

What is x402?

x402 is an open protocol for HTTP-native micropayments. Instead of API keys and billing, you pay per request with crypto — instantly, programmatically, and without accounts.

  • No signup or API keys required
  • Pay exactly what you use
  • Instant settlement on every request
  • Works with any HTTP client

Simple Flat Pricing

$0.30
per icon, any style

We pay for your opinion

Leave a review and get up to 30% back on your spend.

BEST VALUE

Batch — 10 Icons

$2.40
for 10 icons ($0.24/each)

Save 20% on bulk

Generate 10 variations in one API call. Same quality, lower price.

Dead Simple API

Four endpoints. Here's everything you need.

GET/styles

List all styles

POST/generate

Generate an icon

GET/asset/:token

Re-download SVG

POST/rate

Review & earn reward

example.ts
// 1. List available styles
const styles = await fetch("https://api.pimpmysvg.xyz/styles");

// 2. Generate your SVG icon
const res = await fetch("https://api.pimpmysvg.xyz/generate", {
  method: "POST",
  headers: {
    "Content-Type": "application/json",
    "X-402-Payment": payment_token
  },
  body: JSON.stringify({
    style: "fui",
    brand: "My Startup",
    voice: "modern, bold, tech-forward"
  })
});

const { svg, token } = await res.json();
// token lets you re-download or leave a review later

// 3. Re-download anytime
const asset = await fetch(`https://api.pimpmysvg.xyz/asset/${token}`);

// 4. Review & earn up to 30% back
await fetch("https://api.pimpmysvg.xyz/rate", {
  method: "POST",
  body: JSON.stringify({ token, rating: 5, feedback: "Perfect!" })
});

We Pay for Your Opinion

Your feedback makes our icons better. Leave a review on any icon you generate and get up to 30% back on your spend. Every review helps us improve — and puts money back in your pocket.

1Generate an icon
2Leave a review (1-5 stars)
3Get up to 30% back

Your Next Icon is One
API Call Away

No signup. No credit card. Just x402 and your creativity.

Get Your Icon Now