How to Crop & Convert HEIC to SVG: Step-by-Step Tutorial
🚀 Follow along with the tool open. HEIC to SVG Crop Converter — free, in your browser.
Open Tool →Overview
This tutorial walks through every step of cropping a HEIC photo and converting it to a valid SVG file using the Data Conversion Center HEIC to SVG Crop Converter. The entire process takes under two minutes and requires no software installation. Your image never leaves your device — HEIC decoding, cropping, and SVG encoding all happen in your browser. The output SVG embeds the cropped photo as a PNG inside a standards-compliant SVG wrapper — it is not traced vector artwork.
Step 1: Open the Tool
Navigate to dataconversioncenter.com/image-tools/heic-to-svg-crop/ in any modern browser. The tool works in Chrome, Firefox, Edge, and Safari on both desktop and mobile. No sign-in, no extension, and no download required. Chrome 105+ and Safari support HEIC natively; Firefox uses the built-in heic2any fallback automatically.
Step 2: Load Your HEIC File
You have two options for loading your HEIC photo:
- Drag and drop. Drag a .heic or .heif file from your file manager directly onto the drop zone in the tool. The file begins decoding the moment you release it.
- Browse. Click anywhere on the drop zone (or the "Browse Files" link) to open your operating system's file picker. Select your HEIC file and click Open.
After you select the file, a brief "Decoding HEIC file…" status message appears while the tool processes the compressed HEIC data. On a modern desktop, this typically takes under a second for a standard iPhone photo. Once decoding completes, the image appears in the source panel and the blue crop handles become active. If decoding fails, an error message describes what went wrong — the most common cause is selecting a file that is not actually HEIC/HEIF format.
Step 3: Adjust the Crop Area
The crop overlay has eight handles: four at the corners and four at the midpoints of each edge. Here is how each type behaves:
- Corner handles (NW, NE, SW, SE). Dragging a corner handle resizes the crop in both dimensions simultaneously. Drag the bottom-right corner inward to shrink from that corner, outward to expand.
- Edge handles (N, S, W, E). Dragging an edge handle moves only that edge, constraining the resize to a single axis. Drag the top edge down to trim from the top without affecting the left or right boundaries.
- Interior pan. Click and drag anywhere inside the crop rectangle (not on a handle) to reposition the entire selection without changing its dimensions.
As you drag, the crop dimensions badge in the panel header updates in real time to show the output pixel dimensions at full image resolution (not the display size). The info bar below the source image shows the exact pixel coordinates of the crop rectangle's origin and extent.
Step 4: Preview the Crop
Before committing to a download, click Preview Crop. A pop-up window opens showing the cropped region rendered at full browser width. The pop-up title displays the exact output dimensions (e.g., "Crop Preview — 3000 × 2000 px"). Use this to verify your framing — check that you have not clipped important detail at the edges, and confirm the dimensions are correct for your intended use.
Close the preview with the × button or by clicking outside the modal. Return to the source panel and adjust the handles if needed. You can preview as many times as you like before downloading.
Step 5: Convert & Download the SVG
When you are satisfied with the crop, click Convert & Download SVG. The button briefly shows "⏳ Converting…" while the tool:
- Draws the selected pixel region onto an off-screen canvas at the full original HEIC pixel dimensions.
- Converts that canvas to a PNG blob using
canvas.toBlob()with MIME typeimage/png. - Reads the PNG blob as a base64 data URL using
FileReader.readAsDataURL(). - Constructs a valid SVG string with an
<svg>root element (width, height, viewBox set to the crop dimensions) and an<image>element referencing the base64 PNG. - Creates a Blob URL for the SVG string and triggers a browser download.
The file downloads as [original-filename]_crop.svg. For a source file named IMG_4521.heic, the output is IMG_4521_crop.svg. The download is immediate — there is no server round-trip.
Step 6: Start Over (Optional)
To crop and convert a different HEIC photo, click ↺ Start Over. This clears the current image, resets the crop handles, and returns the tool to its initial drop zone state ready for a new file.
Tips for Best Results
- Use the Preview before downloading. It is much faster to adjust a handle and re-preview than to open a downloaded SVG in Figma and discover the crop is off by a few pixels.
- Watch the dimensions badge. If your design workflow requires specific dimensions (e.g., a 1200×630 social card), keep an eye on the badge as you drag handles to hit the correct values.
- The SVG output is not vector-traced. Do not expect the output to contain path data or scalable vector shapes derived from the image content. The photo remains raster inside the SVG container. Enlarging the SVG beyond 100% will reveal the pixel resolution of the original HEIC.
- Large output files are expected. The embedded PNG grows with crop dimensions. A 3000×2000 crop will produce a PNG of several megabytes embedded in the SVG. This is normal. If file size is a concern, use the Image Compressor to reduce the PNG before embedding, or crop to a smaller region.
- iPhone Live Photos. HEIC files from Live Photos contain both a still image and embedded video data. The tool decodes and crops the still image; the Live Photo motion component is not included in the SVG output.
✍ Ready to crop and convert your HEIC photo to SVG?
Open HEIC to SVG Crop Converter →