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.
No accounts. No waiting. Just icons.
Browse 8 hand-crafted icon styles — from retro pixel art to futuristic HUD interfaces.
Tell us what you need — a rocket, a shield, a brain. Our AI generates it in your chosen style.
Receive a production-ready SVG icon instantly. Scales infinitely, works everywhere.
Each style has its own personality and system prompt. Pick the vibe that fits your brand.
Chunky, retro pixel-art icons with vivid diagonal gradients on a black canvas.
Bold gradient-filled icons with negative-space details on solid black.
Bold circles with graphic cutout symbols in a single saturated color on black.
Sci-fi HUD-style icons with technical arcs, crosshairs, and angular stroke geometry.
Retro LED-style icons built entirely from uniform dot grids on dark charcoal.
Bold flat icons on vivid color-blocked square backgrounds with strong contrast.
Frosted-glass layered icons with translucent panels and soft rounded strokes.
Vivid neon-tube stroke icons with glowing halos on deep black backgrounds.
No subscriptions. No credits to buy. Just pay for each icon with x402 micropayments and get instant access.
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.
We pay for your opinion
Leave a review and get up to 30% back on your spend.
Save 20% on bulk
Generate 10 variations in one API call. Same quality, lower price.
Four endpoints. Here's everything you need.
Browse the drip
Mint your icon
Grab it again
Rate it, get paid
// 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!" })
});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.
No signup. No credit card. Just x402 and your creativity.
Pimp My Icons Now