element-android/vector/src/main/res/drawable/ic_user.xml

25 lines
974 B
XML
Raw Normal View History

2019-05-29 15:19:40 +03:00
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2020-06-26 12:49:23 +03:00
xmlns:tools="http://schemas.android.com/tools"
2020-04-02 17:51:03 +03:00
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
2020-06-26 12:49:23 +03:00
<path
android:fillColor="#00000000"
android:pathData="M20,21V19C20,16.7909 18.2091,15 16,15H8C5.7909,15 4,16.7909 4,19V21"
android:strokeWidth="2"
android:strokeColor="#2E2F32"
android:strokeLineCap="round"
android:strokeLineJoin="round"
tools:strokeColor="#FF0000" />
<path
android:fillColor="#00000000"
android:fillType="evenOdd"
android:pathData="M12,11C14.2091,11 16,9.2091 16,7C16,4.7909 14.2091,3 12,3C9.7909,3 8,4.7909 8,7C8,9.2091 9.7909,11 12,11Z"
android:strokeWidth="2"
android:strokeColor="#2E2F32"
android:strokeLineCap="round"
android:strokeLineJoin="round"
tools:strokeColor="#FF0000" />
2019-05-24 12:35:46 +03:00
</vector>