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?

1 Like

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:

4 Likes

There is also prerender :smiley:

1 Like

Thanks. It seems better to use such scraping tools.

1 Like

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