---
title: "Vectorize Image"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/nodetool/image/vectorizeimage
markdown: https://docs.nodetool.ai/nodes/nodetool/image/vectorizeimage.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/nodetool/image/vectorizeimage.md
---

# Vectorize Image

**Type:** `nodetool.image.Vectorize`

**Namespace:** `nodetool.image`

## Description

Convert a raster image into a scalable vector (SVG) using any supported vectorization provider.
    image, vector, svg, vectorize, trace, AI

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| model | `image_model` | The vectorization model to use | `{"type":"image_model","provider":"fal_ai","id":...` |
| image | `image` | Input image to vectorize | `{"type":"image","uri":"","asset_id":null,"data"...` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `svg_element` |  |

## Related Nodes

Browse other nodes in the [nodetool.image](./) namespace.
