Welcome to OneSVG Studio
A free suite for converting PNG/JPG/WebP images to high-quality pure SVG. VTracer for color, Potrace for mono logos, SVGO for optimization. No signup, no watermark.
Pick your tool
Four specialized engines, one ecosystem.
Color Vectorize (VTracer)
Convert color PNG/JPG to pure SVG with the VTracer algorithm — preserves gradients and fine detail.
Mono Vectorize (Potrace)
Vectorize logos, icons, and black-and-white line art with Potrace — smooth curves, clean paths, minimal size.
SVG Optimizer (SVGO)
Shrink existing SVG files by up to 70% with zero visual loss: strip metadata, round coordinates, merge paths.
Batch Convert
Upload many images at once, pick a single engine (color or mono), download them all as a ZIP of SVGs.
Why OneSVG
Fully private
Files are deleted immediately after processing.
No install
Open browser, use, done. No account, no software.
100% free
All core features free, no daily limits.
Pure SVG quality
Real vector paths — no embedded raster, scales cleanly.
Phần Mềm Tổng Hợp ecosystem
OneSVG is part of a free SaaS toolkit for SEO, Content, Social and Developer workflows.
Pure SVG — what 90% of free converters get wrong
Not every .svg file is actually vector. Open it in a text editor: if you see data:image/png;base64 or data:image/jpeg;base64, that's just a raster image wrapped in an .svg shell. OneSVG always outputs pure SVG — real <path>, <polygon>, <circle> primitives.
Fake SVG (most free converters)
<svg>
<image xlink:href="data:image/png;base64,
iVBORw0KGgoAAAANSUhEUg..." />
</svg>- A raster image wrapped in a .svg shell
- Zoom 300% and it pixelates
- Can't edit paths in Illustrator/Figma
- File 1-5 MB — heavier than the source PNG
- Can't animate with CSS or GSAP
Pure SVG (OneSVG always)
<svg viewBox="0 0 100 100">
<path d="M12 2L2 22h20z" fill="#e11"/>
<circle cx="50" cy="50" r="20"/>
</svg>- Real vector paths — mathematical curves
- Infinite zoom, always sharp
- Edit every anchor point in AI/Figma
- File 2-500 KB — much lighter
- Animate path, morph, draw-on effects
Quick test: download an SVG from any converter and open it in Notepad or VSCode. If you see 'base64' — it's a fake. If you see 'M10 10L20 20' or 'd=' — it's a pure SVG.
3 steps to a high-quality pure SVG
- 1
Pick the right tool
Full-color images and illustrations → Color Vectorize (VTracer). Black-and-white logos and icons → Mono Vectorize (Potrace). Existing SVG you want to shrink → SVG Optimizer. Many images at once → Batch Convert.
- 2
Upload and tweak
Drag-drop your PNG/JPG/WebP. Adjust preset, threshold, color precision, or filter speckle as needed. Anything over 2048px is auto-resized to avoid memory issues.
- 3
Download your pure SVG
Output is real vector paths — drop it into the web, print at A0, animate with CSS/GSAP, send to a laser cutter. SVGO multipass is applied automatically so the file is as light as it can be.
Free online raster-to-pure-SVG toolkit
OneSVG Studio is a focused suite of four tools that convert raster images (PNG, JPG, WebP, GIF, BMP) to pure SVG — meaning files with actual <path> elements, not raster images embedded in <image> tags. Perfect for UI design, large-format printing, animation, and infinitely scalable logos.
Under the hood we use VTracer (Rust) for color and Potrace for black-and-white — the two leading open-source tracers. After tracing, each SVG is automatically optimized with SVGO: strip Inkscape metadata, round coordinates, merge duplicate paths. Everything runs on our own server (Intel i5, 8GB RAM, BullMQ queue) so your machine stays free.
Every uploaded file is deleted immediately after the result is produced. No logging of image content, no third-party sharing, no watermarks. 100% free — there's just a 30/hour/IP rate limit to prevent abuse.
OneSVG vs the usual image-to-SVG tools
Compared April 2026 through real-world testing. May change as other tools update.
| Criterion | OneSVG | Convertio | CloudConvert | Vectorizer.AI |
|---|---|---|---|---|
| Pure SVG (real paths, no base64) | ✅ Always | ❌ Raster wrapped by default | ❌ Raster wrapped by default | ✅ (paid tier required) |
| Tracing engine | VTracer + Potrace + SVGO | Generic converter | Generic converter | Proprietary |
| Free, no quota | ✅ (30/hour/IP abuse guard) | ❌ (10 files/day) | ❌ (25 files/day) | ❌ ($9.99/month) |
| Signup required | No | Yes (free tier) | Yes | Yes |
| Watermark on free tier | No | No | No | Yes |
| Batch convert | ✅ 20 files/run | ✅ Paid | ✅ Paid | ✅ |
| Built-in SVG optimization | ✅ Auto SVGO | ❌ | ❌ | ❌ |
| Localized (Vietnamese) | ✅ | ❌ | ❌ | ❌ |
| Auto-delete after processing | ✅ < 1 hour | 24 hours | 24 hours | N/A |