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. Zero Hassle. All Drip.

No accounts. No waiting. Just icons.

01

Pick Your Flavor

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

02

Tell Us What You Want

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

03

Grab Your SVG

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

8 Styles. All Heat.

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.

No Subscriptions. No BS.

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.

  • Zero signup — just pay and go
  • Only pay for what you actually use
  • Instant settlement, every single time
  • Works with any HTTP client on earth

Straight-Up 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.

The API is Stupid Simple

Four endpoints. Here's everything you need.

GET/styles

Browse the drip

POST/generate

Mint your icon

GET/asset/:token

Grab it again

POST/rate

Rate it, get paid

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!" })
});

Get Paid to Have Opinions

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.

1Get your icon
2Drop a rating (be honest)
3Collect up to 30% back

Your Next Icon is One
API Call Away

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

Pimp My Icons Now