---
title: "AnimatedImageVector"
description: "Animated vector graphics object that is generated as a result of
[androidx.compose.animation.graphics.res.loadAnimatedVectorResource]. It can be composed and
rendered by `rememberAnimatedVectorPainter`."
type: "class"
---

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


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

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


```kotlin
public class AnimatedImageVector
internal constructor(
    public val imageVector: ImageVector,
    internal val targets: List<AnimatedVectorTarget>,
)
```


Animated vector graphics object that is generated as a result of
`androidx.compose.animation.graphics.res.loadAnimatedVectorResource`. It can be composed and
rendered by `rememberAnimatedVectorPainter`.

#### Parameters

| | |
| --- | --- |
| imageVector | The `ImageVector` to be animated. This is represented with the `android:drawable` parameter of an `<animated-vector>` element. |



## Companion Object



