Is it possible to wrap a SVG image inside a border (that is - putting a border from CSS around that image) ?
Draw a <rect> around the image using fill="none". You can use the stroke property to set a border.
<rect>
fill="none"
stroke