Skip to main content

Convert SVG code created by AI to a PNG

These instructions assume that you have already had AI create the SVG code for an image.

  1. In Microsoft Notepad, begin a new document.
  2. Paste the SVG code into the new, empty document. It should begin with <svg> and end with </svg>.
  3. File -> Save As
  4. Give the file a name with .svg at the end. Example: room_drawing.svg
  5. Under Save as type, choose All Files.
  6. Set Encoding as UTF-8.