import Svg, { Image } from 'react-native-svg';
<Marker
coordinate={coordinates}
title="Title"
>
<Svg width={60} height={60} style={styles.image}>>
<Image
href={imageUrl ?? undefined}
width={60}
height={60}
/>
</Svg>
</Marker>