18 lines
594 B
XML
18 lines
594 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="512dp"
|
|
android:height="512dp"
|
|
android:viewportWidth="512"
|
|
android:viewportHeight="512">
|
|
<path
|
|
android:pathData="M0,0h512v512h-512z"
|
|
android:fillColor="#f80"/>
|
|
<path
|
|
android:pathData="M145,367m-35,0a35,35 0,1 1,70 0a35,35 0,1 1,-70 0"
|
|
android:fillColor="#fff"/>
|
|
<path
|
|
android:pathData="M109,241c89,0 162,73 162,162m114,0c0,-152 -124,-276 -276,-276"
|
|
android:strokeWidth="60"
|
|
android:fillColor="#00000000"
|
|
android:strokeColor="#fff"/>
|
|
</vector>
|