Convert SVG to Word
Convert SVG images to Word free, in your browser. No upload, no account, no watermark.
Runs in your browser. Nothing is uploaded.Change the format. Drop an image, a PDF or a Word document.
- JPG · PNG · WebP · Text · Word
- Word
- PDF · Text
Your files are processed by your own browser and never sent to a server. Open your browser's network tab and convert one, there is no upload to see.
How to convert SVG to Word
- Drop your SVG files onto the box above, or paste them with Ctrl+V.
- Your browser does the work on your own machine.
- Save each file from its tile, or take them all at once.
What changes, and what does not
Animation is lost
A SVG can hold many frames and a Word holds one, so you get the first frame as a still image. A browser canvas cannot write animation back out, and a converter that claims to is doing it on a server with your file.
SVG and Word side by side
| SVG | Word | |
|---|---|---|
| Where it came from | 2001, as a W3C standard | 2007, when Office moved to an XML format |
| Where it opens | Every browser. Not an option where a real pixel image is required. | Word, Google Docs, LibreOffice and Pages |
| Best at | Logos, icons and diagrams that must stay sharp at any size | A document still being written, where the structure has to stay editable |
About SVG
Vector graphics that scale to any size without blurring.
Worth knowing: Converting to a pixel format fixes the size. Set a width first if you need it large.
About Word
A .docx describes a document rather than a page: this is a heading, this is a list. That is what makes it editable.
Worth knowing: Only .docx is read. The older .doc format is a different, undocumented binary.
Read this before you use it
This places your picture inside a Word document, sized to fit the page. It does not read the words out of the image. If your SVG is a photo of a receipt, a scanned letter or a screenshot of text and you want that text back as something you can edit, you want OCR, and this is not it. Nothing here does OCR: it needs a trained model, and running one honestly in your browser is a different project from this one.
Sites that promise to turn a photograph of text into an editable document are running OCR on their servers, with your image. That may be exactly what you want. It is worth knowing which of the two things you are being sold, because both are called "SVG to Word".
What you get
A .docx with your image on the first page, scaled down if it was wider than the page and left alone if it was not. Word, Google Docs, LibreOffice and Pages all open it. The image goes in as a PNG whatever it started as, because Word will not embed HEIC, AVIF or SVG.
Other conversions
SVG also converts to JPG, PNG, WebP, AVIF and PDF.
Word also comes from HEIC, PNG, JPG, WebP and AVIF.