Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Challenges

Post History

60%
+1 −0
Challenges Recreate the Stack Overflow logo

Vector, 893 Bytes <vector xmlns:android="http://schemas.android.com/apk/res/android"android:width="474dp"android:height="355dp"android:viewportWidth="474" android:viewportHeight="355"><pa...

posted 2y ago by Anonymous‭  ·  edited 2y ago by Anonymous‭

Answer
#4: Post edited by user avatar Anonymous‭ · 2021-09-27T15:15:45Z (over 2 years ago)
Oops! I had removed the name to decrease bytes.
  • # Vector, 893 Bytes
  • ```xml
  • <vector xmlns:android="http://schemas.android.com/apk/res/android"android:width="474dp"android:height="355dp"android:viewportWidth="474" android:viewportHeight="355"><path android:fillColor="#bcbbbb"android:pathData="m187 227h59v9h-59v-9z"/><path android:fillColor="#bcbbbb"android:pathData="m187 210h7v26h-7v-26z"/><path android:fillColor="#bcbbbb"android:pathData="m239 210h7v26h-7v-26z"/><path android:fillColor="#f48024"android:pathData="m197 221h40v3h-40v-3z"/><path android:fillColor="#f48024"android:pathData="m197.4 206 39.6 9.3 -0.3 2.6 -39.6 -9.3 0.3 -2.6z"/><path android:fillColor="#f48024"android:pathData="m200.9 192 36.1 17.2 -0.8 1.8 -36.1 -17.2 0.8 -1.8z"/><path android:fillColor="#f48024"android:pathData="m207.3 176 30.7 27.4 -1.3 1.6 -30.7 -27.4 1.3 -1.6z"/><path android:fillColor="#f48024"android:pathData="m217.5 165 25.5 32.6 -1.5 1.4 -25.5 -32.6 1.5 -1.4z"/></vector>
  • ```
  • I don't have any idea where you can use the code. I usually used the code in Android Studio XML. See the code better way..
  • ```xml
  • <vector xmlns:android="http://schemas.android.com/apk/res/android"
  • android:width="474dp"
  • android:height="355dp"
  • android:viewportWidth="474"
  • android:viewportHeight="355">
  • <path
  • android:fillColor="#bcbbbb"
  • android:name="Rectangle 1"
  • android:pathData="m187 227h59v9h-59v-9z" />
  • <path
  • android:fillColor="#bcbbbb"
  • android:name="Rectangle 2"
  • android:pathData="m187 210h7v26h-7v-26z" />
  • <path
  • android:fillColor="#bcbbbb"
  • android:name="Rectangle 2 copy"
  • android:pathData="m239 210h7v26h-7v-26z" />
  • <path
  • android:fillColor="#f48024"
  • android:name="Rectangle 3"
  • android:pathData="m197 221h40v3h-40v-3z" />
  • <path
  • android:fillColor="#f48024"
  • android:name="Rectangle 3 copy"
  • android:pathData="m197.4 206 39.6 9.3 -0.3 2.6 -39.6 -9.3 0.3 -2.6z" />
  • <path
  • android:fillColor="#f48024"
  • android:name="Rectangle 3 copy 2"
  • android:pathData="m200.9 192 36.1 17.2 -0.8 1.8 -36.1 -17.2 0.8 -1.8z" />
  • <path
  • android:fillColor="#f48024"
  • android:name="Rectangle 3 copy 3"
  • android:pathData="m207.3 176 30.7 27.4 -1.3 1.6 -30.7 -27.4 1.3 -1.6z" />
  • <path
  • android:fillColor="#f48024"
  • android:name="Rectangle 3 copy 4"
  • android:pathData="m217.5 165 25.5 32.6 -1.5 1.4 -25.5 -32.6 1.5 -1.4z" />
  • </vector>
  • ```
  • ![image](https://imgur.com/8b2fJrM.png)
  • # Vector, 893 Bytes
  • ```xml
  • <vector xmlns:android="http://schemas.android.com/apk/res/android"android:width="474dp"android:height="355dp"android:viewportWidth="474" android:viewportHeight="355"><path android:fillColor="#bcbbbb"android:pathData="m187 227h59v9h-59v-9z"/><path android:fillColor="#bcbbbb"android:pathData="m187 210h7v26h-7v-26z"/><path android:fillColor="#bcbbbb"android:pathData="m239 210h7v26h-7v-26z"/><path android:fillColor="#f48024"android:pathData="m197 221h40v3h-40v-3z"/><path android:fillColor="#f48024"android:pathData="m197.4 206 39.6 9.3 -0.3 2.6 -39.6 -9.3 0.3 -2.6z"/><path android:fillColor="#f48024"android:pathData="m200.9 192 36.1 17.2 -0.8 1.8 -36.1 -17.2 0.8 -1.8z"/><path android:fillColor="#f48024"android:pathData="m207.3 176 30.7 27.4 -1.3 1.6 -30.7 -27.4 1.3 -1.6z"/><path android:fillColor="#f48024"android:pathData="m217.5 165 25.5 32.6 -1.5 1.4 -25.5 -32.6 1.5 -1.4z"/></vector>
  • ```
  • I don't have any idea where you can use the code. I usually used the code in Android Studio XML. See the code better way..
  • ```xml
  • <vector xmlns:android="http://schemas.android.com/apk/res/android"
  • android:width="474dp"
  • android:height="355dp"
  • android:viewportWidth="474"
  • android:viewportHeight="355">
  • <path
  • android:fillColor="#bcbbbb"
  • android:pathData="m187 227h59v9h-59v-9z" />
  • <path
  • android:fillColor="#bcbbbb"
  • android:pathData="m187 210h7v26h-7v-26z" />
  • <path
  • android:fillColor="#bcbbbb"
  • android:pathData="m239 210h7v26h-7v-26z" />
  • <path
  • android:fillColor="#f48024"
  • android:pathData="m197 221h40v3h-40v-3z" />
  • <path
  • android:fillColor="#f48024"
  • android:pathData="m197.4 206 39.6 9.3 -0.3 2.6 -39.6 -9.3 0.3 -2.6z" />
  • <path
  • android:fillColor="#f48024"
  • android:pathData="m200.9 192 36.1 17.2 -0.8 1.8 -36.1 -17.2 0.8 -1.8z" />
  • <path
  • android:fillColor="#f48024"
  • android:pathData="m207.3 176 30.7 27.4 -1.3 1.6 -30.7 -27.4 1.3 -1.6z" />
  • <path
  • android:fillColor="#f48024"
  • android:pathData="m217.5 165 25.5 32.6 -1.5 1.4 -25.5 -32.6 1.5 -1.4z" />
  • </vector>
  • ```
  • ![image](https://imgur.com/8b2fJrM.png)
#3: Post edited by user avatar Anonymous‭ · 2021-09-27T10:17:12Z (over 2 years ago)
  • # XML, 893 Bytes
  • ```xml
  • <vector xmlns:android="http://schemas.android.com/apk/res/android"android:width="474dp"android:height="355dp"android:viewportWidth="474" android:viewportHeight="355"><path android:fillColor="#bcbbbb"android:pathData="m187 227h59v9h-59v-9z"/><path android:fillColor="#bcbbbb"android:pathData="m187 210h7v26h-7v-26z"/><path android:fillColor="#bcbbbb"android:pathData="m239 210h7v26h-7v-26z"/><path android:fillColor="#f48024"android:pathData="m197 221h40v3h-40v-3z"/><path android:fillColor="#f48024"android:pathData="m197.4 206 39.6 9.3 -0.3 2.6 -39.6 -9.3 0.3 -2.6z"/><path android:fillColor="#f48024"android:pathData="m200.9 192 36.1 17.2 -0.8 1.8 -36.1 -17.2 0.8 -1.8z"/><path android:fillColor="#f48024"android:pathData="m207.3 176 30.7 27.4 -1.3 1.6 -30.7 -27.4 1.3 -1.6z"/><path android:fillColor="#f48024"android:pathData="m217.5 165 25.5 32.6 -1.5 1.4 -25.5 -32.6 1.5 -1.4z"/></vector>
  • ```
  • I don't have any idea where you can use the code. I usually used the code in Android Studio XML. See the code better way..
  • ```xml
  • <vector xmlns:android="http://schemas.android.com/apk/res/android"
  • android:width="474dp"
  • android:height="355dp"
  • android:viewportWidth="474"
  • android:viewportHeight="355">
  • <path
  • android:fillColor="#bcbbbb"
  • android:name="Rectangle 1"
  • android:pathData="m187 227h59v9h-59v-9z" />
  • <path
  • android:fillColor="#bcbbbb"
  • android:name="Rectangle 2"
  • android:pathData="m187 210h7v26h-7v-26z" />
  • <path
  • android:fillColor="#bcbbbb"
  • android:name="Rectangle 2 copy"
  • android:pathData="m239 210h7v26h-7v-26z" />
  • <path
  • android:fillColor="#f48024"
  • android:name="Rectangle 3"
  • android:pathData="m197 221h40v3h-40v-3z" />
  • <path
  • android:fillColor="#f48024"
  • android:name="Rectangle 3 copy"
  • android:pathData="m197.4 206 39.6 9.3 -0.3 2.6 -39.6 -9.3 0.3 -2.6z" />
  • <path
  • android:fillColor="#f48024"
  • android:name="Rectangle 3 copy 2"
  • android:pathData="m200.9 192 36.1 17.2 -0.8 1.8 -36.1 -17.2 0.8 -1.8z" />
  • <path
  • android:fillColor="#f48024"
  • android:name="Rectangle 3 copy 3"
  • android:pathData="m207.3 176 30.7 27.4 -1.3 1.6 -30.7 -27.4 1.3 -1.6z" />
  • <path
  • android:fillColor="#f48024"
  • android:name="Rectangle 3 copy 4"
  • android:pathData="m217.5 165 25.5 32.6 -1.5 1.4 -25.5 -32.6 1.5 -1.4z" />
  • </vector>
  • ```
  • ![image](https://imgur.com/8b2fJrM.png)
  • # Vector, 893 Bytes
  • ```xml
  • <vector xmlns:android="http://schemas.android.com/apk/res/android"android:width="474dp"android:height="355dp"android:viewportWidth="474" android:viewportHeight="355"><path android:fillColor="#bcbbbb"android:pathData="m187 227h59v9h-59v-9z"/><path android:fillColor="#bcbbbb"android:pathData="m187 210h7v26h-7v-26z"/><path android:fillColor="#bcbbbb"android:pathData="m239 210h7v26h-7v-26z"/><path android:fillColor="#f48024"android:pathData="m197 221h40v3h-40v-3z"/><path android:fillColor="#f48024"android:pathData="m197.4 206 39.6 9.3 -0.3 2.6 -39.6 -9.3 0.3 -2.6z"/><path android:fillColor="#f48024"android:pathData="m200.9 192 36.1 17.2 -0.8 1.8 -36.1 -17.2 0.8 -1.8z"/><path android:fillColor="#f48024"android:pathData="m207.3 176 30.7 27.4 -1.3 1.6 -30.7 -27.4 1.3 -1.6z"/><path android:fillColor="#f48024"android:pathData="m217.5 165 25.5 32.6 -1.5 1.4 -25.5 -32.6 1.5 -1.4z"/></vector>
  • ```
  • I don't have any idea where you can use the code. I usually used the code in Android Studio XML. See the code better way..
  • ```xml
  • <vector xmlns:android="http://schemas.android.com/apk/res/android"
  • android:width="474dp"
  • android:height="355dp"
  • android:viewportWidth="474"
  • android:viewportHeight="355">
  • <path
  • android:fillColor="#bcbbbb"
  • android:name="Rectangle 1"
  • android:pathData="m187 227h59v9h-59v-9z" />
  • <path
  • android:fillColor="#bcbbbb"
  • android:name="Rectangle 2"
  • android:pathData="m187 210h7v26h-7v-26z" />
  • <path
  • android:fillColor="#bcbbbb"
  • android:name="Rectangle 2 copy"
  • android:pathData="m239 210h7v26h-7v-26z" />
  • <path
  • android:fillColor="#f48024"
  • android:name="Rectangle 3"
  • android:pathData="m197 221h40v3h-40v-3z" />
  • <path
  • android:fillColor="#f48024"
  • android:name="Rectangle 3 copy"
  • android:pathData="m197.4 206 39.6 9.3 -0.3 2.6 -39.6 -9.3 0.3 -2.6z" />
  • <path
  • android:fillColor="#f48024"
  • android:name="Rectangle 3 copy 2"
  • android:pathData="m200.9 192 36.1 17.2 -0.8 1.8 -36.1 -17.2 0.8 -1.8z" />
  • <path
  • android:fillColor="#f48024"
  • android:name="Rectangle 3 copy 3"
  • android:pathData="m207.3 176 30.7 27.4 -1.3 1.6 -30.7 -27.4 1.3 -1.6z" />
  • <path
  • android:fillColor="#f48024"
  • android:name="Rectangle 3 copy 4"
  • android:pathData="m217.5 165 25.5 32.6 -1.5 1.4 -25.5 -32.6 1.5 -1.4z" />
  • </vector>
  • ```
  • ![image](https://imgur.com/8b2fJrM.png)
#2: Post edited by user avatar Anonymous‭ · 2021-09-27T09:41:31Z (over 2 years ago)
  • # Vector🤔, 893 Bytes
  • ```xml
  • <vector xmlns:android="http://schemas.android.com/apk/res/android"android:width="474dp"android:height="355dp"android:viewportWidth="474" android:viewportHeight="355"><path android:fillColor="#bcbbbb"android:pathData="m187 227h59v9h-59v-9z"/><path android:fillColor="#bcbbbb"android:pathData="m187 210h7v26h-7v-26z"/><path android:fillColor="#bcbbbb"android:pathData="m239 210h7v26h-7v-26z"/><path android:fillColor="#f48024"android:pathData="m197 221h40v3h-40v-3z"/><path android:fillColor="#f48024"android:pathData="m197.4 206 39.6 9.3 -0.3 2.6 -39.6 -9.3 0.3 -2.6z"/><path android:fillColor="#f48024"android:pathData="m200.9 192 36.1 17.2 -0.8 1.8 -36.1 -17.2 0.8 -1.8z"/><path android:fillColor="#f48024"android:pathData="m207.3 176 30.7 27.4 -1.3 1.6 -30.7 -27.4 1.3 -1.6z"/><path android:fillColor="#f48024"android:pathData="m217.5 165 25.5 32.6 -1.5 1.4 -25.5 -32.6 1.5 -1.4z"/></vector>
  • ```
  • I don't have any idea where you can use the code. I usually used the code in Android Studio XML.
  • ![image](https://imgur.com/8b2fJrM.png)
  • # XML, 893 Bytes
  • ```xml
  • <vector xmlns:android="http://schemas.android.com/apk/res/android"android:width="474dp"android:height="355dp"android:viewportWidth="474" android:viewportHeight="355"><path android:fillColor="#bcbbbb"android:pathData="m187 227h59v9h-59v-9z"/><path android:fillColor="#bcbbbb"android:pathData="m187 210h7v26h-7v-26z"/><path android:fillColor="#bcbbbb"android:pathData="m239 210h7v26h-7v-26z"/><path android:fillColor="#f48024"android:pathData="m197 221h40v3h-40v-3z"/><path android:fillColor="#f48024"android:pathData="m197.4 206 39.6 9.3 -0.3 2.6 -39.6 -9.3 0.3 -2.6z"/><path android:fillColor="#f48024"android:pathData="m200.9 192 36.1 17.2 -0.8 1.8 -36.1 -17.2 0.8 -1.8z"/><path android:fillColor="#f48024"android:pathData="m207.3 176 30.7 27.4 -1.3 1.6 -30.7 -27.4 1.3 -1.6z"/><path android:fillColor="#f48024"android:pathData="m217.5 165 25.5 32.6 -1.5 1.4 -25.5 -32.6 1.5 -1.4z"/></vector>
  • ```
  • I don't have any idea where you can use the code. I usually used the code in Android Studio XML. See the code better way..
  • ```xml
  • <vector xmlns:android="http://schemas.android.com/apk/res/android"
  • android:width="474dp"
  • android:height="355dp"
  • android:viewportWidth="474"
  • android:viewportHeight="355">
  • <path
  • android:fillColor="#bcbbbb"
  • android:name="Rectangle 1"
  • android:pathData="m187 227h59v9h-59v-9z" />
  • <path
  • android:fillColor="#bcbbbb"
  • android:name="Rectangle 2"
  • android:pathData="m187 210h7v26h-7v-26z" />
  • <path
  • android:fillColor="#bcbbbb"
  • android:name="Rectangle 2 copy"
  • android:pathData="m239 210h7v26h-7v-26z" />
  • <path
  • android:fillColor="#f48024"
  • android:name="Rectangle 3"
  • android:pathData="m197 221h40v3h-40v-3z" />
  • <path
  • android:fillColor="#f48024"
  • android:name="Rectangle 3 copy"
  • android:pathData="m197.4 206 39.6 9.3 -0.3 2.6 -39.6 -9.3 0.3 -2.6z" />
  • <path
  • android:fillColor="#f48024"
  • android:name="Rectangle 3 copy 2"
  • android:pathData="m200.9 192 36.1 17.2 -0.8 1.8 -36.1 -17.2 0.8 -1.8z" />
  • <path
  • android:fillColor="#f48024"
  • android:name="Rectangle 3 copy 3"
  • android:pathData="m207.3 176 30.7 27.4 -1.3 1.6 -30.7 -27.4 1.3 -1.6z" />
  • <path
  • android:fillColor="#f48024"
  • android:name="Rectangle 3 copy 4"
  • android:pathData="m217.5 165 25.5 32.6 -1.5 1.4 -25.5 -32.6 1.5 -1.4z" />
  • </vector>
  • ```
  • ![image](https://imgur.com/8b2fJrM.png)
#1: Initial revision by user avatar Anonymous‭ · 2021-09-27T09:38:55Z (over 2 years ago)
# Vector🤔, 893 Bytes
```xml
<vector xmlns:android="http://schemas.android.com/apk/res/android"android:width="474dp"android:height="355dp"android:viewportWidth="474" android:viewportHeight="355"><path android:fillColor="#bcbbbb"android:pathData="m187 227h59v9h-59v-9z"/><path android:fillColor="#bcbbbb"android:pathData="m187 210h7v26h-7v-26z"/><path android:fillColor="#bcbbbb"android:pathData="m239 210h7v26h-7v-26z"/><path android:fillColor="#f48024"android:pathData="m197 221h40v3h-40v-3z"/><path android:fillColor="#f48024"android:pathData="m197.4 206 39.6 9.3 -0.3 2.6 -39.6 -9.3 0.3 -2.6z"/><path android:fillColor="#f48024"android:pathData="m200.9 192 36.1 17.2 -0.8 1.8 -36.1 -17.2 0.8 -1.8z"/><path android:fillColor="#f48024"android:pathData="m207.3 176 30.7 27.4 -1.3 1.6 -30.7 -27.4 1.3 -1.6z"/><path android:fillColor="#f48024"android:pathData="m217.5 165 25.5 32.6 -1.5 1.4 -25.5 -32.6 1.5 -1.4z"/></vector>
```

I don't have any idea where you can use the code. I usually used the code in Android Studio XML. 
![image](https://imgur.com/8b2fJrM.png)