use this side to create icon by uploading the image (use image button)
https://romannurik.github.io/AndroidAssetStudio/icons-launcher.html#foreground.space.trim=1&foreground.space.pad=0&foreColor=607d8b%2C0&crop=0&backgroundShape=square&backColor=ffffff%2C100&effects=none
and then download and save this in drawable folder of your app and then use
<application
android:icon="@drawable/myIcon" >
</application>
in manifests file.