How to download multiple SVGs at once

I am making tiny SVG icons based on data.
I am wondering how to download them at once.

A possible way would be rendering them on one big image and downloading it, then splitting and modifying the image (text in fact) using other tools.

But is there any way to download them as multiple files at once on Observable?

I don’t believe there’s an easy way to do that via that via the User Interface. You could certainly do it programmatically, though. Here’s an example:

There is also prerender :smiley:

Thanks. It seems better to use such scraping tools.

Thanks, Mark.
I appreciate your suggestion.
I guess I could do it that way in my notebook too.