#Android_vectror_drawable_code
#developed by Kusha bk
#About Android vector drawable icon code for marshmallow and higher version check the image folder for the images.
#Get the code
please Clone the git repository available here on github link.
https://github.com/kusha-b-k/Android_vectror_drawable_code
#sample code
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
tools:targetApi="21"
android:width="216dp"
android:height="146dp"
android:viewportWidth="216"
app:vc_viewportWidth="216"
android:viewportHeight="146"
app:vc_viewportHeight="146">
<path
android:fillColor="#000000"
app:vc_fillColor="#000000"
android:pathData="M151.874,93.938 C148.126,88.561,146.253,82.503,146.253,75.77
C146.253,69.632,148.02,64.009,151.548,58.904
C153.449,56.134,156.546,52.93,160.837,49.29
C158.012,45.815,155.188,43.099,152.363,41.143
C147.257,37.613,141.472,35.848,135.009,35.848
C131.153,35.848,126.454,36.771,120.915,38.619
C115.592,40.466,111.708,41.39,109.264,41.39
C107.417,41.39,103.67,40.576,98.021,38.946
C92.318,37.316,87.511,36.502,83.6,36.502
C74.258,36.502,66.545,40.413,60.462,48.234
C54.324,56.164,51.255,66.321,51.255,78.705
C51.255,91.849,55.248,105.509,63.232,119.686
C71.324,133.753,79.499,140.788,87.755,140.788
C90.525,140.788,94.11,139.864,98.509,138.017
C102.909,136.226,106.765,135.329,110.079,135.329
C113.609,135.329,117.71,136.198,122.381,137.936
C127.323,139.672,131.126,140.541,133.787,140.541
C140.739,140.541,147.719,135.218,154.725,124.572
C159.287,117.783,162.628,110.994,164.746,104.204
C159.912,102.737,155.622,99.314,151.874,93.938 Z"
app:vc_pathData="M151.874,93.938 C148.126,88.561,146.253,82.503,146.253,75.77
C146.253,69.632,148.02,64.009,151.548,58.904
C153.449,56.134,156.546,52.93,160.837,49.29
C158.012,45.815,155.188,43.099,152.363,41.143
C147.257,37.613,141.472,35.848,135.009,35.848
C131.153,35.848,126.454,36.771,120.915,38.619
C115.592,40.466,111.708,41.39,109.264,41.39
C107.417,41.39,103.67,40.576,98.021,38.946
C92.318,37.316,87.511,36.502,83.6,36.502
C74.258,36.502,66.545,40.413,60.462,48.234
C54.324,56.164,51.255,66.321,51.255,78.705
C51.255,91.849,55.248,105.509,63.232,119.686
C71.324,133.753,79.499,140.788,87.755,140.788
C90.525,140.788,94.11,139.864,98.509,138.017
C102.909,136.226,106.765,135.329,110.079,135.329
C113.609,135.329,117.71,136.198,122.381,137.936
C127.323,139.672,131.126,140.541,133.787,140.541
C140.739,140.541,147.719,135.218,154.725,124.572
C159.287,117.783,162.628,110.994,164.746,104.204
C159.912,102.737,155.622,99.314,151.874,93.938 Z" />
<path
android:fillColor="#000000"
app:vc_fillColor="#000000"
android:pathData="M124.172,30.96 C127.594,27.538,130.12,23.79,131.75,19.717
C133.324,15.643,134.111,11.949,134.111,8.636
C134.111,8.419,134.099,8.147,134.07,7.821
C134.045,7.495,134.031,7.224,134.031,7.007
C133.976,6.844,133.908,6.545,133.827,6.111
C133.746,5.677,133.678,5.378,133.623,5.215
C124.064,7.443,117.275,11.462,113.255,17.274
C109.182,23.14,107.063,30.119,106.9,38.212
C110.539,37.886,113.363,37.425,115.373,36.827
C118.307,35.849,121.238,33.893,124.172,30.96 Z"
app:vc_pathData="M124.172,30.96 C127.594,27.538,130.12,23.79,131.75,19.717
C133.324,15.643,134.111,11.949,134.111,8.636
C134.111,8.419,134.099,8.147,134.07,7.821
C134.045,7.495,134.031,7.224,134.031,7.007
C133.976,6.844,133.908,6.545,133.827,6.111
C133.746,5.677,133.678,5.378,133.623,5.215
C124.064,7.443,117.275,11.462,113.255,17.274
C109.182,23.14,107.063,30.119,106.9,38.212
C110.539,37.886,113.363,37.425,115.373,36.827
C118.307,35.849,121.238,33.893,124.172,30.96 Z" />
</vector>
#Permited commercial-use - This code may be used for commercial purposes.
modifications - This code may be modified.
distribution - You may distribute this code.
sublicense - You may grant a sublicense to modify and distribute this code to third parties not included in the license.
private-use - You may use and modify the code without distributing it.
patent-use - This license provides an express grant of patent rights from the contributor to the recipient.
#License
Android_vectror_drawable_code by KUSHA B K is licensed under a Creative Commons Attribution 4.0 International License.