Loop get_theme_mod

There is get_them_mods() which will…

Retrieve all theme modification values for the current theme.

If no theme mods have been set, will return boolean false.

https://codex.wordpress.org/Function_Reference/get_theme_mods

It should return an array that you can loop over.