The short answer is yes
But your question is a bit double, it wont use more memory as the new objects are just copies of the one already there, so it doesn't use more memory for graphics at least. But if you want the sprite to do something, example collisions, if you have 10000 objects on the screen it would require more checks to test for collisions compared to if you have 10 objects. So it would reduce performance.