HexaConverter
svgtiff

Convert SVG to TIFF

Free online converter for SVG files. High-fidelity format used in print and archival work. Nothing to install, no watermark, and every file is deleted automatically.

Drag and drop your files

or

Upload a SVG file to convert it to TIFF. Up to 3 files at once, 100 MB each.

Free · up to 3 files · 100 MB each · files deleted automatically after 1 hour.

About SVG and TIFF

SVG .svg

Not pixels at all — an XML text file describing shapes, paths and text. A renderer draws it fresh at whatever size is asked for, so it is sharp at every scale.

Good for

  • Resolution independent — identical on a watch and a billboard
  • Tiny for logos, icons and diagrams
  • Editable as text, and styleable with CSS

Trade-offs

  • Cannot represent a photograph in any useful way
  • Complex artwork can render slowly
  • Converting a photo *to* SVG does not vectorise it

image/svg+xml

TIFF .tiff

A flexible container used wherever image fidelity matters more than file size — scanning, publishing and archives. A single TIFF can hold multiple pages.

Good for

  • Lossless storage suitable for archival masters
  • Multi-page, which suits scanned documents
  • Standard in print, publishing and document capture

Trade-offs

  • Very large files
  • Poor support in browsers — effectively unusable on the web
  • So flexible that not every reader supports every variant

image/tiff

SVG and TIFF side by side

SVG compared with TIFF
SVGTIFF
CompressionVector — text, not pixelsLossless (usually)
TransparencyYesYes
AnimationYes — via CSS or SMILNo — but multi-page
Typically used forLogos, icons, diagrams, illustrationsScanning, print production, archival masters

What changes when you convert SVG to TIFF

Scalability is lost here

SVG describes shapes, so it is sharp at any size. TIFF is a fixed grid of pixels. Once converted, enlarging the result will blur it — so choose the output size before converting, not after, and pick the largest size you will ever need.

How the TIFF is written

Our default is quality 90 with LZW compression, which every print and scanning tool reads. The quality control on the converter moves this if you need to — the default aims to be indistinguishable from the source at a sensible file size, rather than to win a compression benchmark.

Something has to choose the size

An SVG has no pixel dimensions of its own — it is a description of shapes that can be drawn at any scale. Rendering it to TIFF means picking one. We use the size declared in the file, and fall back to 1024 pixels wide when it declares none. Set the width explicitly if the result is destined for print or a high-density screen.

Fonts and linked files are not fetched

An SVG that names a font it does not embed relies on the renderer having that font, and an SVG that links to an external image relies on that link resolving. Neither is fetched from the network during conversion — for safety, since it would mean a converted file could make requests on your behalf. If the artwork depends on either, convert the text to outlines and embed the images before uploading.

SVG to TIFF questions