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


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


<h2 id="vectorresource-theme-res-resid">vectorResource</h2>

<div class='sourceset sourceset-android'>Android</div>


```kotlin
@Throws(XmlPullParserException::class)
fun ImageVector.Companion.vectorResource(
    theme: Resources.Theme? = null,
    res: Resources,
    resId: Int,
): ImageVector
```