Skip to main content

Convert SVG code created by AI to another image type (JPG, GIF, PNG, etc.)

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 then click Save.

    screenshot of Save As window


  7. In Adobe PhotoShop, open the image.
  8. You will be asked to Rasterize the image and you can make edits or just continue.
  9. File -> Export -> Save for Web.
  10. Choose whichever image type you would like then save accordingly.