It is better to store sprites in some container, vector is an obvious option.
Then you can change sprite properties if needed. If you need a link to the exact sprite, you can store ID of sprite as it is not invalidated if the reallocation of the vector occurs.
If your number of sprites is not big, you will not mention the difference.