# Creating SVGs 

Many online services exist to convert images from various formats, such as JPG or PNG, to SVGs. However, I want to create original SVG images from scratch.

Years ago, I created the logo for my site brand in Excel using a variety of shapes that ultimately formed an image. Over time, I created images to scale as needed.

![](https://cdn.hashnode.com/uploads/covers/61abac4ba375fb2266f3d33c/f4d47ad1-2b7d-49a0-949e-3fbdb2f14afc.jpg align="center")

SVGs, on the other hand, can scale dynamically and, as an added bonus, can be animated.

After a short time searching the internet, I settled on [SVGator.com](https://svgstudio.org/). Alternatives such as Adobe Animate or Vectr offer similar features and flexibility, but I'm not about to make a career creating or generating SVGs.

I'm working with SVGator now and, after a little learning, I'll post an update.
