Upload an icon with the subject you want and restyle it into a target icon set, like SF Symbols, Material Symbols, Phosphor, Unicons, Lucide, and a bunch of others. After about 2 minutes, you get up to six candidate icons in SVG.
Get one free icon by logging in with your GitHub account (no data collection, just to reduce bots). Pricing beyond that is per icon (no subscription) because the AI model costs are significant.
Under the hood, it’s a 15 step pipeline including 8 steps calling AI models (plus retry on failure by an AI judge) and some traditional image processing. The raw image generation in the middle of the pipeline is both Google’s Nano Banana Pro and OpenAI’s GPT Image 1. I’ve been sitting on the project for a couple of months because gpt-image-1 had too many failures, but Nano Banana Pro fills in most of those gaps, so it runs both models simultaneously. None of the cheaper models had useful results.
You can try it here: https://universymbols.com
- Would you choose more niche/interesting icon sets, if you were sure that you could add any icon your UI needs in the future?
- How do you choose an icon set for your apps currently?
- Should I implement custom/private styles?