The symbol element defines graphics objects that can be used later in the SVG document by using the use element. A symbol element itself is not rendered onscreen. It is the instance of the symbol element, created using the use element that is rendered.
A symbol element can contain one or multiple graphics shapes.