> ## Documentation Index
> Fetch the complete documentation index at: https://docs.orisu.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Vectorize image

> Convert a raster image into an SVG vector file.

The Vectorize Image node converts a raster image into an SVG vector file.

## When to use

* Logos and icons
* Print-ready outlines
* Scalable brand marks

Common patterns: `upload_image → vectorize_image`, or `generate_image → vectorize_image`.

## Inputs

<ParamField body="Image" type="image" required>
  The raster image to convert. Required.
</ParamField>

## Outputs

<ParamField body="SVG Image" type="image">
  The vectorized image as an SVG file.
</ParamField>

## Configuration

This node has no configuration fields.

<Note>
  Runs on Recraft Vectorize; see [Image models](/models/image). Runs consume credits.
</Note>
