Go to the image URL and upload it.
Open the image in GIMP or Illustrator somewhere where you can get the SVG code.
Get this code and paste it into your html.
Then play with the viewport attribute until you get the correct scaling.
You can also change anything in your SVG.
If you use SVG inside a container div, itβs useful to use
svg{ width:100%; height:auto; }
in CSS.
Because with this rule, SVG sizes are connected to their div containers.
In my experience, it is always better to use simple SVG XML for any SVG operation.
source share