.svg

What is a .svg file?

SVG is a vector image format defined by mathematical instructions — it scales to any size without losing quality.

Use caution
Type Image
By W3C
MIME image/svg+xml

Drop any file to identify it

No upload. No signup. No sending your file halfway across the internet.
We tell you what it is, right here in your browser.

What is it

Your company logo is probably an SVG. You just never see the file. While JPGs and PNGs are grids of coloured pixels, an SVG is a set of mathematical instructions — draw a circle here, a curve there, fill it with this colour. The result scales from a favicon to a billboard without a single blurry edge.

SVG files are tiny (a logo that would be 50 KB as PNG might be 2 KB as SVG), searchable by screen readers, and style-able with CSS. They're XML under the hood, which means they're technically text files you can open in a code editor and modify by hand. That same openness is also a security consideration: SVG can contain embedded JavaScript, so opening files from unknown sources in a browser context deserves the same caution you'd give any script.

Every modern browser renders SVG natively. For editing, Inkscape is free and remarkably capable. Affinity Designer ($70) and Illustrator (subscription) are the professional options. SVG is the right format for logos, icons, illustrations, charts, and anything geometric. For photographs, it's the wrong tool entirely — use JPG or WebP instead.

Technical details
Full Name
Scalable Vector Graphics
MIME Type
image/svg+xml
Developer
W3C
Magic Bytes
N/A
Safety
.svg requires caution. SVG files can contain embedded scripts. Only open SVGs from trusted sources.
What opens it
Any web browser
FREE All
Inkscape
FREE All
Adobe Illustrator
Subscription All
Affinity Designer
$70 All
Convert with fwip

Convert .svg files instantly in your browser. No upload, no signup, no subscription. Your files never leave your device.

Free in your browser. Batch processing & offline mode in the desktop bundle.

FAQ
Can I use SVG for photos?
Technically yes, but it's a terrible idea. SVG is designed for shapes, lines and text — not photographic images. Use JPG or WebP for photos.
Should I use SVG or PNG for my website?
For logos, icons, and illustrations: SVG. It's resolution-independent, tiny in file size, and looks perfect on retina displays. For photographs or complex raster images: PNG (or JPG). Use fwip if you need to convert between the two.
How do I edit an SVG file?
Inkscape (free) is the best open-source SVG editor. Adobe Illustrator and Affinity Designer handle SVGs professionally. For quick text edits, you can open an SVG in any text editor — it's just XML — and change colours, text, or coordinates directly.
Can SVGs be animated?
Yes. SVG supports animation natively through SMIL or CSS animations, and libraries like GSAP and Lottie make complex SVG animation straightforward. Animated SVGs are far smaller and sharper than GIFs, which is why modern websites increasingly prefer them.
Learn more about .svg
Related formats