If you need to design an svg, a good place to go is https://boxy-svg.com/app/ It creates SVGs with the least amount of crap possible (as opposed to illustator or inkscape) However, you cannot download or copy your svg with a (eventually) paid account. However, there is a cool workaround as of August 2023. In boxy-svg, when you are finished with your svg (or anytime during its creation), in the boxy-svg app in the file men u accross the top go to "Panels > Elements" This will open the code source window at the bottom of the screen. The app will NOT let you copy things from this screen (although you can change them). However, if you take a screen shot of your computer screen, including the elmeents panel, crop the resulting image so only the codein the elments panel is showing, you can grab the actual code by using a image to text app on the web like this one: https://www.imagetotext.info/ Take the resulting code and put it in a text editor of choice. NOTE, HOWEVER, THAT THE BOXY SVG APP DOES NOT CLOSE MANY OF THE TAGS. SO, YOU WILL HAVE TO ADD /> (NOT NOT NOT ) AT THE END OF ALL PATHS, ADD TO THE END OF ALL TEXT TAGS AND TO ANY TAGS, AMONG OTHERS, PERHAPS LIKE THE TAG.