I have created a mini website that generates dynamic SVG icons that can be used wherever you want.<p>The origin was that when using a Dashboard like "homarr" or "homepage" not all applications have an "automatic" icon (using favicon in homarr, "Dashboard icons" in homepage, etc.).<p>I started looking for a website that offered this functionality but I couldn't find it (maybe I searched wrong or it really doesn't exist).
This is how this website was born where with a request it returns a simple but personalized icon.<p>Ex: /generate_svg?font_size=30&text=Hello+World&text_length=5&fill_color=%23ff0000&text_color=%23ffffff&shape=circle<p>This request would generate an SVG image with the text "HW" (short for "Hello World") in a font size of 30, with a red fill color and a white text color, and a circle shape.<p>More information about the configuration parameters on the web.<p>PS: English is not my native language, so please forgive my mistakes.