Exporting SVG icon from Sketch without the "?xml" tag

99 views Asked by At

Is it somehow possible to export SVG icon from the Sketch without the "?xml" tag?

Thank you.

1

There are 1 answers

0
Michael Kay On

Probably not; but if the XML declaration causes problems (for example because you want to concatenate multiple XML documents into a single one) then there are easy ways to solve that (for example by using XML-aware tools, such as XSLT, to do the concatenation).