Is there a way to duplicate this SVG five times without having to repeat the code multiple times in my HTML file? I want to avoid something like <img src="SVG"/>
being included multiple times. For instance, if I have an SVG of one star and I need five stars, all identical, within the same SVG, how can I achieve this?