This is the xml code for my floating action button
<com.google.android.material.floatingactionbutton.FloatingActionButton
android:id="@+id/setWallpaper"
app:fabCustomSize="65dp"
app:maxImageSize="50dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:srcCompat="@drawable/ic_camera_lens"
app:backgroundTint="@color/disabled_background"
app:elevation="0dp"
app:layout_anchor="@id/bottomAppBar"/>
On some devices the image getting distorted like this
whereas when i see the page in preview and on some other devices it looks perfectly fine
SVG i am using has no problem, its 2000*2000