← svgslid.es

SVG vs PNG in Google Slides

Drop an SVG onto a Slides canvas the normal way and Google flattens it into a raster image on paste. Here's what that costs you, and how to avoid it.

What you lose when Slides flattens your SVG

Pasted as PNG (default)Inserted as vector (svgslid.es)
Blurs or pixelates when resizedResizes at any size, always crisp
One flattened image, single objectEvery path is its own selectable shape
Can't recolor without re-exportingRecolor any shape directly in Slides
Can't animate individual elementsAnimate each shape independently
Can't edit points/pathsRight-click → Edit points, like any native shape

How svgslid.es keeps it a vector

Every <path> in your SVG is converted directly into Google Slides' own native shape format — not re-rendered as an image and not a third-party embed. The result behaves exactly like a shape you drew in Slides yourself: resizable, recolorable, editable.

Web app

Upload one or more SVGs at svgslid.es, get back a Google Drive link to a ready-made Slides deck — one slide per file. Best for bulk conversion or building an icon library.

Google Slides add-on

Insert SVGs into a presentation you're already editing, from a dialog inside Slides itself, without leaving the tab.

Chrome extension

Drag an SVG file straight onto an open Slides tab and drop it in place — no dialog, no upload step.

Frequently asked

Does Google Slides support SVG natively?

Not as an editable format. Slides will accept a pasted or inserted SVG, but it rasterizes it into a flattened image on the way in — you lose the ability to edit individual paths or recolor parts of it. svgslid.es converts it into Slides' native shape format instead, so it stays fully editable.

What happens to gradients and complex curves?

Solid fills and strokes convert cleanly. Gradients currently collapse to a solid approximate color, and arc commands (A/a) in paths are approximated as straight line segments. Re-exporting with more path segments avoids visibly angular curves.

Is my file uploaded anywhere?

Depends on the surface. The Chrome extension converts entirely on your device using an embedded WebAssembly engine — your file usually never leaves the browser. The web app and add-on send the file to our backend for conversion, which discards it immediately afterward. See the privacy policy for specifics per surface.

Is it free?

Yes, all three surfaces are free.

Try it on your own SVG — no account needed for the web app.

Open svgslid.es →