---
title: "VectorPainter"
description: "[Painter] implementation that abstracts the drawing of a Vector graphic. This can be represented
by either a [ImageVector] or a programmatic composition of a vector"
type: "class"
---

<div class='type'>Class</div>


<a id='references'></a>

<div class='sourceset sourceset-common'>Common</div>


```kotlin
class VectorPainter internal constructor(root: GroupComponent = GroupComponent()) : Painter()
```


`Painter` implementation that abstracts the drawing of a Vector graphic. This can be represented
by either a `ImageVector` or a programmatic composition of a vector



