> On May 26, 2026, at 2:14 PM, Julian Gilbey <[email protected]> wrote: > > Would you know: does > Figma store the icons (the source of truth) in a Figma-specific > format, which are then exported as SVGs? If it is Figma-specific, is > it stored in a vector-graphics format that is interchangeable with the > published SVG format (meaning that you could recreate the Figma format > of the icons from the SVGs)?
It is very Figma-specific. We’re using lots features in our system that only work in Figma (like symbols) and it would be very lossy to export to SVG and then re-import to Figma. For example, our individual shapes are not combined into a single compound path until the SVG export. That’s not something you can reverse.

