Rhino 8 icon set

I’m Developing a plugin and want to maintain visual consistency was wondering if I could somehow get a complete set of tool-based icons

Seen this site yet?

Rhino Toolbar Images [McNeel Wiki]

You can also run the command _TestDumpSvgs in R8 or the WIP to create a folder on your desktop with all the icon SVG files. If you want both, rename the first folder before you run the second as they use the same name.

3 Likes

I managed to extract the Rhino commands as a text file and save all the icons in .svg format. It was a lucky accident, and I haven’t been able to replicate it, but I have them now.
Thank you for your reply’s.