Paste SVG code, download an .svg file
SVG travels as text, which means copying an icon usually leaves you with a wall of markup rather than a usable asset. Paste it here and it is recognised as an image, rendered, and saved with the right extension.
Press ⌘V to paste
A screenshot, an image, text, JSON, a PDF, a whole file — anything on your clipboard becomes a download.
or drop a file anywhere on this page
Steps
- 01Copy the SVG markup — Figma's Copy as SVG, or the source from an icon library.
- 02Press ⌘V here to see it drawn.
- 03Download the .svg.
Good to know
Detected by its markup
Anything starting with an <svg> root element is treated as an image rather than as text, so the preview shows the artwork instead of the code.
Nothing is minified or rewritten
The markup is saved exactly as pasted, including IDs and classes that other files may reference.
Questions
Can I convert the SVG to PNG here?
No — SuperPaste saves what you paste rather than converting between formats. Copy the rendered image itself if you want a PNG.
Why does my SVG look blank in the preview?
Usually because it has no explicit fill or its shapes are white. It still downloads correctly.