ic_open_with_24dp.xml
1<vector xmlns:android="http://schemas.android.com/apk/res/android"
2 android:width="24dp"
3 android:height="24dp"
4 android:tint="?colorControlNormal"
5 android:viewportWidth="24"
6 android:viewportHeight="24">
7
8 <path
9 android:fillColor="@android:color/white"
10 android:pathData="M10,9h4L14,6h3l-5,-5 -5,5h3v3zM9,10L6,10L6,7l-5,5 5,5v-3h3v-4zM23,12l-5,-5v3h-3v4h3v3l5,-5zM14,15h-4v3L7,18l5,5 5,-5h-3v-3z" />
11
12</vector>