I have the following SVG graphic:
You can alter the origin to center:
.scaled-path-svg { svg { path { transform-origin: center; transform: scale(1.1); } } }