<vector xmlns:android="http://schemas.android.com/apk/res/android">
    <path android:pathData="M100,200 C100,100 450,100 250,200 C50,300 400,300 400,200"/>
    <path android:pathData="M100,200 S250,100 250,200 C250,300 300,250 400,200"/>
    <path android:pathData="M100,200 C100,200 250,100 250,200"/>
    <path android:pathData="M200,300 Q400,50 600,300 Q 800,550 1000,300"/>
    <path android:pathData="M200,300 Q400,50 600,300 T1000,300 Q1200,50 1400,300"/>
</vector>

@@@

<vector xmlns:android="http://schemas.android.com/apk/res/android">
    <path android:pathData="M100 200c0-100 350-100 150 0s150 100 150 0"/>
    <path android:pathData="M100 200s150-100 150 0 50 50 150 0"/>
    <path android:pathData="M100 200s150-100 150 0"/>
    <path android:pathData="M200 300q200-250 400 0t400 0"/>
    <path android:pathData="M200 300q200-250 400 0t400 0 400 0"/>
</vector>
