menu_with_dot_24dp.xml

 1<vector xmlns:android="http://schemas.android.com/apk/res/android"
 2    android:width="24dp"
 3    android:height="24dp"
 4    android:viewportWidth="960"
 5    android:viewportHeight="960"
 6    android:tint="?attr/colorControlNormal">
 7
 8    <!-- Hamburger menu icon -->
 9    <path
10        android:fillColor="@android:color/white"
11        android:pathData="M120,720L120,640L840,640L840,720L120,720ZM120,520L120,440L840,440L840,520L120,520ZM120,320L120,240L840,240L840,320L120,320Z"/>
12
13    <!-- Notification badge (dot) - radius 160, moved up -->
14    <path
15        android:fillColor="@color/perpy"
16        android:pathData="M820,100
17                          A160,160 0 1,1 819.9,100
18                          Z"/>
19</vector>