---
title: "intrinsicSize"
description: "Return the intrinsic size of the [Painter]."
type: "property"
---
## API Reference

> Source set: Common

```kotlin
public abstract val intrinsicSize: Size
```

Return the intrinsic size of the [Painter](/jetpack-compose/androidx.compose.ui/ui-graphics/classes/Painter/api). If the there is no intrinsic size (i.e. filling
bounds with an arbitrary color) return `Size.Unspecified`. If there is no intrinsic size in a
single dimension, return `Size` with `Float.NaN` in the desired dimension. If a [Painter](/jetpack-compose/androidx.compose.ui/ui-graphics/classes/Painter/api)
does not have an intrinsic size, it will always draw within the full bounds of the
destination
