When implementing an SVG sprite, an element is created and svg elements are referenced via the element. The containing
In my case, using only "width" and "height" equals to zero, left a void area where should be the image. However, using display:content; instead display:none; works fine, no void area and no image.
display:content;
display:none;