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
7 <!-- Hamburger menu icon -->
8 <path
9 android:fillColor="?attr/colorControlNormal"
10 android:pathData="M120,720L120,640L840,640L840,720L120,720ZM120,520L120,440L840,440L840,520L120,520ZM120,320L120,240L840,240L840,320L120,320Z"/>
11
12 <!-- Notification badge (dot) - radius 160, moved up -->
13 <path
14 android:fillColor="?colorPrimary"
15 android:pathData="M820,100
16 A160,160 0 1,1 819.9,100
17 Z"/>
18</vector>