Merge pull request #20 from edent/master

Merge from edent repo
This commit is contained in:
Jude Gibbons
2020-03-03 22:19:21 +00:00
committed by GitHub
407 changed files with 5605 additions and 1585 deletions

2
.github/FUNDING.yml vendored
View File

@@ -1,6 +1,6 @@
# These are supported funding model platforms
github: [edent, judeGibbons, baybal, RazrFalcon] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
github: [edent] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: edent # Replace with a single Patreon username
open_collective: edent # Replace with a single Open Collective username
ko_fi: edent # Replace with a single Ko-fi username

View File

@@ -1,6 +1,6 @@
Thanks for submitting or fixing an icon! Here is a helpful guide to what you need to include.
- [ ] New file
- [ ] New file which is *under* 1,024 bytes
- [ ] Edit Readme
- [ ] Add reference image
- [ ] Edit reference page
@@ -9,33 +9,48 @@ Thanks for submitting or fixing an icon! Here is a helpful guide to what you nee
## New File
Filename should be `nameofservice.svg` - all in lower-case.
If a special character must be used, please replace it with an underscore (no dot nor a dash).
Place the file in `/images/svg/`
At a minimum, your icon needs these components:
```
<svg
xmlns="http://www.w3.org/2000/svg"
```svg
<svg xmlns="http://www.w3.org/2000/svg"
aria-label="..." role="img"
viewBox="0 0 512 512">
<rect
viewBox="0 0 512 512"><rect
width="512" height="512"
rx="15%"
fill="#fff"/>
...
</svg>
fill="#fff"/>...</svg>
```
Please keep the whitespace as-is. This makes viewing diffs easier.
Please keep the whitespace as-is. This makes viewing diffs easier. Please use UNIX line-endings `LF` rather than Windows-style `CRLF`.
If you can, remove the end of line at the end of the file:
* VIm: `:set noeol` (optionally `:set nofixendofline`)
* perl: `perl -pi -e 'chomp if eof' $filename`
* shell: `printf %s "$(cat $filename)" > filename-without-nl.svg`
### Guidelines
This is the standard guideline. Use this to help with sizing your icons and they will look good no matter what border radius is chosen.
<img src="https://edent.github.io/SuperTinyIcons/images/guidelines/guideline.svg" width="256" alt="A template for logos" />
- **Green** is the safe zone, where the main body of the icon should be.
- **Yellow** is like a road shoulder, it is there if more space is needed. It should be used for protruding elements, like corners or ornaments.
- **Red** is off limits. It should not be touched by the icons. Red is also how a circular icon would look.
## Edit Readme
Add a table cell to README.md - it must be in this format:
```html
<td>Name of Service<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/nameofservice.svg" width="125" title="Name Of Service"/><br>123 Bytes</td>
```
<td><img src="images/svg/nameofservice.svg" width="125" title="Name Of Service" /><br>229 Bytes</td>
```
Please add the correct file size.
## Reference Image
@@ -44,7 +59,7 @@ Add a table cell to README.md - it must be in this format:
## Reference Page
* Edit the file `/images/reference/index.md`
* Edit the file [`images/reference/index.md`](images/reference/index.md)
* Add a link to the *official* style guide or brand guidelines.
* For example `| <img src="/images/svg/nameofservice.svg" width="256" /> | <img src="/images/reference/nameofservice.jpg" width="256" /> | https://example.com/press |`

264
README.md
View File

@@ -1,4 +1,4 @@
# Super Tiny Social Icons
# Super Tiny Icons
Under 1KB each! Super Tiny Web Icons are minuscule SVG versions of your favourite logos. The average size is _under_ 465 bytes!
@@ -21,7 +21,7 @@ Say thanks!
<table>
<tr>
<td>flickr<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/flickr.svg" width="125" title="Flickr" /><br>250 Bytes</td>
<td>Facebook<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/facebook.svg" width="125" title="Facebook" /><br>312 Bytes</td>
<td>Facebook<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/facebook.svg" width="125" title="Facebook" /><br>311 Bytes</td>
<td>Tumblr<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/tumblr.svg" width="125" title="Tumblr" /><br>422 Bytes</td>
<td>Twitter<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/twitter.svg" width="125" title="Twitter" /><br>433 Bytes</td>
<td>LinkedIn<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/linkedin.svg" width="125" title="LinkedIn" /><br>370 Bytes</td>
@@ -33,7 +33,11 @@ Say thanks!
<td>VK<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/vk.svg" width="125" title="VK" /><br>534 Bytes</td>
<td>Mastodon<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/mastodon.svg" width="125" title="Mastodon" /><br>550 Bytes</td>
<td>imgur<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/imgur.svg" width="125" title="imgur" /><br>356 Bytes</td>
<td>Slack<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/slack.svg" width="125" title="Slack" /><br>518 Bytes</td>
<td>Slack<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/slack.svg" width="125" title="Slack" /><br>533 Bytes</td>
</tr>
<tr>
<td>dev.to<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/dev_to.svg" width="125" title="dev.to"/><br>735 Bytes</td>
<td>Goodreads<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/goodreads.svg" width="125" title="Goodreads"/><br>684 Bytes</td>
</tr>
</table>
@@ -45,8 +49,12 @@ Say thanks!
<td>Vimeo<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/vimeo.svg" width="125" title="Vimeo" /><br>376 Bytes</td>
<td>Spotify<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/spotify.svg" width="125" title="Spotify" /><br>436 Bytes</td>
<td>YouTube<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/youtube.svg" width="125" title="YouTube" /><br>359 Bytes</td>
<td>Apple Music<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/apple_music.svg" width="125" title="Apple Music" /><br>781 Bytes</td>
<td>Bandcamp<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/bandcamp.svg" width="125" title="Bandcamp" /><br>205 Bytes</td>
<td>Apple Music<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/apple_music.svg" width="125" title="Apple Music" /><br>780 Bytes</td>
<td>Bandcamp<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/bandcamp.svg" width="125" title="Bandcamp" /><br>204 Bytes</td>
</tr>
<tr>
<td>Deezer<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/deezer.svg" width="125" title="Deezer"/><br>920 Bytes</td>
<td>iHeartRadio<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/iheartradio.svg" width="125" title="iHeartRadio" /><br>911 Bytes</td>
</tr>
</table>
@@ -56,10 +64,13 @@ Say thanks!
<tr>
<td>Google<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/google.svg" width="125" title="Google" /><br>484 Bytes</td>
<td>Google+<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/google_plus.svg" width="125" title="Google+" /><br>397 Bytes</td>
<td>Google Play<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/google_play.svg" width="125" title="Google Play" /><br>403 Bytes</td>
<td>Google Play<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/google_play.svg" width="125" title="Google Play" /><br>402 Bytes</td>
<td>Gmail<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/gmail.svg" width="125" title="Gmail" /><br>641 Bytes</td>
<td>Google Maps<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/google_maps.svg" width="125" title="Google Maps" /><br>706 Bytes</td>
<td>Google Scholar<br><img src="images/svg/google_scholar.svg" width="125" title="Google Scholar" /><br>525 Bytes</td>
<td>Google Maps<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/google_maps.svg" width="125" title="Google Maps" /><br>713 Bytes</td>
<td>Google Scholar<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/google_scholar.svg" width="125" title="Google Scholar" /><br>533 Bytes</td>
</tr>
<tr>
<td>Google Drive<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/google_drive.svg" width="125" title="Google Drive" /><br>467 Bytes</td>
</tr>
</table>
@@ -72,13 +83,22 @@ Say thanks!
<td>Skype<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/skype.svg" width="125" title="Skype" /><br>487 Bytes</td>
<td>Snapchat<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/snapchat.svg" width="125" title="Snapchat" /><br>649 Bytes</td>
<td>WeChat<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/wechat.svg" width="125" title="WeChat" /><br>639 Bytes</td>
<td>Wire<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/wire.svg" width="125" title="Wire" /><br>277 Bytes</td>
<td>Wire<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/wire.svg" width="125" title="Wire" /><br>276 Bytes</td>
</tr>
<tr>
<td>Phone<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/phone.svg" width="125" title="Phone" /><br>591 Bytes</td>
<td>LINE<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/line.svg" width="125" title="LINE" /><br>478 Bytes</td>
<td>Viber<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/viber.svg" width="125" title="Viber" /><br>719 Bytes</td>
<td>Viber<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/viber.svg" width="125" title="Viber" /><br>713 Bytes</td>
<td>Mailchimp<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/mailchimp.svg" width="125" title="Mailchimp" /><br>1010 Bytes</td>
<td>Threema<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/threema.svg" width="125" title="Threema" /><br>768 Bytes</td>
<td>Mattermost<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/mattermost.svg" width="125" title="Mattermost"/><br>617 Bytes</td>
</tr>
<tr>
<td>Protonmail<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/protonmail.svg" width="125" title="Protonmail" /><br>437 Bytes</td>
<td>XMPP/Jabber<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/xmpp.svg" width="125" title="XMPP" /><br>989 Bytes</td>
<td>Tutanota<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/tutanota.svg" width="125" title="Tutanota" /><br>627 Bytes</td>
<td>Messenger<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/messenger.svg" width="125" title="Messenger" /><br>833 Bytes</td> 
<td>Discord<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/discord.svg" width="125" title="Discord" /><br>505 Bytes</td>
</tr>
</table>
@@ -87,8 +107,8 @@ Say thanks!
<table>
<tr>
<td>Hacker News<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/hackernews.svg" width="125" title="Hacker News" /><br>229 Bytes</td>
<td>StackOverflow<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/stackoverflow.svg" width="125" title="StackOverflow" /><br>310 Bytes</td>
<td>StackExchange<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/stackexchange.svg" width="125" title="Stack Exchange" /><br>407 Bytes</td>
<td>StackOverflow<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/stackoverflow.svg" width="125" title="StackOverflow" /><br>309 Bytes</td>
<td>StackExchange<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/stackexchange.svg" width="125" title="Stack Exchange" /><br>406 Bytes</td>
<td>WordPress<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/wordpress.svg" width="125" title="WordPress" /><br>513 Bytes</td>
<td>GitHub<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/github.svg" width="125" title="GitHub" /><br>542 Bytes</td>
<td>Wikipedia<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/wikipedia.svg" width="125" title="Wikipedia" /><br>595 Bytes</td>
@@ -106,62 +126,64 @@ Say thanks!
<td>Blogger<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/blogger.svg" width="125" title="Blogger" /><br>354 Bytes</td>
<td>Cloudflare<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/cloudflare.svg" width="125" title="Cloudflare" /><br>500 Bytes</td>
<td>Amazon<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/amazon.svg" width="125" title="Amazon" /><br>673 Bytes</td>
<td>Strava<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/strava.svg" width="125" title="Strava" /><br>290 Bytes</td>
<td>Strava<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/strava.svg" width="125" title="Strava" /><br>286 Bytes</td>
<td>Dribbble<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/dribbble.svg" width="125" title="Dribbble" /><br>641 Bytes</td>
</tr>
<tr>
<td>CodePen<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/codepen.svg" width="125" title="CodePen" /><br>375 Bytes</td>
<td>DigitalOcean<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/digitalocean.svg" width="125" title="DigitalOcean" /><br>263 Bytes</td>
<td>Discord<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/discord.svg" width="125" title="Discord" /><br>505 Bytes</td>
<td>Medium<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/medium.svg" width="125" title="Medium" /><br>379 Bytes</td>
<td>AirBnB<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/airbnb.svg" width="125" title="Airbnb" /><br>428 Bytes</td>
<td>AirBnB<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/airbnb.svg" width="125" title="Airbnb" /><br>427 Bytes</td>
<td>Delicious<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/delicious.svg" width="125" title="Delicious" /><br>270 Bytes</td>
</tr>
<tr>
<td>Disqus<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/disqus.svg" width="125" title="Disqus" /><br>281 Bytes</td>
<td>Ghost<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/ghost.svg" width="125" title="Ghost" /><br>259 Bytes</td>
<td>Sketch<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/sketch.svg" width="125" title="Sketch" /><br>409 Bytes</td>
<td>Trello<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/trello.svg" width="125" title="Trello" /><br>276 Bytes</td>
<td>QQ<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/qq.svg" width="125" title="QQ" /><br>994 Bytes</td>
<td>GOG.com<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/gogcom.svg" width="125" title="GOG.com" /><br>708 Bytes</td>
</tr>
<tr>
<td>Ghost<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/ghost.svg" width="125" title="Ghost" /><br>259 Bytes</td>
<td>Sketch<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/sketch.svg" width="125" title="Sketch" /><br>408 Bytes</td>
<td>Trello<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/trello.svg" width="125" title="Trello" /><br>276 Bytes</td>
<td>QQ<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/qq.svg" width="125" title="QQ" /><br>993 Bytes</td>
<td>Badoo<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/badoo.svg" width="125" title="Badoo" /><br>297 Bytes</td>
<td>Yelp<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/yelp.svg" width="125" title="Yelp" /><br>463 Bytes</td>
<td>Workato<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/workato.svg" width="125" title="Workato" /><br>446 Bytes</td>
<td>Untappd<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/untappd.svg" width="125" title="Untappd" /><br>411 Bytes</td>
<td>Vivino<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/vivino.svg" width="125" title="Vivino" /><br>296 Bytes</td>
<td>Apereo<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/apereo.svg" width="125" title="Apereo" /><br>474 Bytes</td>
</tr>
<tr>
<td>Twilio<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/twilio.svg" width="125" title="Twilio" /><br>423 Bytes</td>
<td>Workato<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/workato.svg" width="125" title="Workato" /><br>445 Bytes</td>
<td>Untappd<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/untappd.svg" width="125" title="Untappd" /><br>410 Bytes</td>
<td>Vivino<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/vivino.svg" width="125" title="Vivino" /><br>296 Bytes</td>
<td>Apereo<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/apereo.svg" width="125" title="Apereo" /><br>473 Bytes</td>
<td>Twilio<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/twilio.svg" width="125" title="Twilio" /><br>438 Bytes</td>
<td>Plex<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/plex.svg" width="125" title="Plex" /><br>221 Bytes</td>
</tr>
<tr>
<td>XING<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/xing.svg" width="125" title="XING" /><br>362 Bytes</td>
<td>Pinboard<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/pinboard.svg" width="125" title="Pinboard" /><br>258 Bytes</td>
<td>Internet Archive<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/internet_archive.svg" width="125" title="Internet Archive" /><br>846 Bytes</td>
<td>Access<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/access.svg" width="125" title="Access" /><br>399 Bytes</td>
</tr>
<tr>
<td>Baidu<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/baidu.svg" width="125" title="baidu" /><br>799 Bytes</td>
<td>Twitch<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/twitch.svg" width="125" title="Twitch" /><br>308 Bytes</td>
</tr>
<tr>
<td>OK.ru<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/ok.svg" width="125" title="OK.ru" /><br>652 Bytes</td>
<td>Pocket<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/pocket.svg" width="125" title="Pocket" /><br>517 Bytes</td>
<td>StumbleUpon<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/stumbleupon.svg" width="125" title="StumbleUpon" /><br>599 Bytes</td>
<td>Opencast<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/opencast.svg" width="125" title="Opencast" /><br>313 Bytes</td>
<td>StumbleUpon<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/stumbleupon.svg" width="125" title="StumbleUpon" /><br>598 Bytes</td>
<td>Opencast<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/opencast.svg" width="125" title="Opencast" /><br>312 Bytes</td>
<td>Buffer<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/buffer.svg" width="125" title="buffer" /><br>489 Bytes</td>
<td>Upwork<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/upwork.svg" width="125" title="Upwork" /><br>670 Bytes</td>
</tr>
<tr>
<td>Buffer<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/buffer.svg" width="125" title="buffer" /><br>482 Bytes</td>
<td>Upwork<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/upwork.svg" width="125" title="Upwork" /><br>670 Bytes</td>
<td>Duck Duck Go<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/duckduckgo.svg" width="125" title="Duck Duck Go" /><br>926 Bytes</td>
<td>Duck Duck Go<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/duckduckgo.svg" width="125" title="Duck Duck Go" /><br>925 Bytes</td>
<td>Bing<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/bing.svg" width="125" title="Bing" /><br>241 Bytes</td>
<td>IMDb<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/imdb.svg" width="125" title="IMDb" /><br>526 Bytes</td>
<td>Heroku<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/heroku.svg" width="125" title="Heroku" /><br>453 Bytes</td>
<td>Heroku<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/heroku.svg" width="125" title="Heroku" /><br>450 Bytes</td>
<td>Research Gate<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/researchgate.svg" width="125" title="Research Gate" /><br>913 Bytes</td>
<td>OpenCores<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/opencores.svg" width="125" title="OpenCores" /><br>309 Bytes</td>
</tr>
<tr>
<td>Research Gate<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/researchgate.svg" width="125" title="Research Gate" /><br>914 Bytes</td>
<td>OpenCores<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/opencores.svg" width="125" title="OpenCores" /><br>310 Bytes</td>
<td>OpenBenches<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/openbenches.svg" width="125" title="OpenBenches" /><br>797 Bytes</td>
<td>TripAdvisor<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/tripadvisor.svg" width="125" title="TripAdvisor" /><br>704 Bytes</td>
<td>OpenBenches<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/openbenches.svg" width="125" title="OpenBenches" /><br>796 Bytes</td>
<td>TripAdvisor<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/tripadvisor.svg" width="125" title="TripAdvisor" /><br>712 Bytes</td>
<td>Sentry<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/sentry.svg" width="125" title="Sentry" /><br>506 Bytes</td>
<td>Behance<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/behance.svg" width="125" title="Behance" /><br>873 Bytes</td>
<td>Taiga.io<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/taiga.svg" width="125" title="Taiga.io" /><br>759 Bytes</td>
<td>Coil.com<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/coil.svg" width="125" title="Coil.com" /><br>515 Bytes</td>
</tr>
</table>
@@ -170,14 +192,16 @@ Say thanks!
<table>
<tr>
<td>RSS<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/rss.svg" width="125" title="RSS" /><br>309 Bytes</td>
<td>Mail<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/mail.svg" width="125" title="mail" /><br>572 Bytes</td>
<td>Email<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/email.svg" width="125" title="email" /><br>343 Bytes</td>
<td>Mail<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/mail.svg" width="125" title="Mail" /><br>572 Bytes</td>
<td>Email<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/email.svg" width="125" title="E-mail" /><br>342 Bytes</td>
<td>HTML5<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/html5.svg" width="125" title="HTML5" /><br>399 Bytes</td>
<td>WiFi<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/wifi.svg" width="125" title="Wi-Fi" /><br>603 Bytes</td>
<td>W3C<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/w3c.svg" width="125" title="World Wide Web Consortium (W3C)" /><br>637 Bytes</td>
<td>WiFi<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/wifi.svg" width="125" title="Wi-Fi" /><br>602 Bytes</td>
<td>W3C<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/w3c.svg" width="125" title="World Wide Web Consortium (W3C)" /><br>634 Bytes</td>
</tr>
<tr>
<td>Unicode<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/unicode.svg" width="125" title="The Unicode Consortium" /><br>879 Bytes</td>
<td>Unicode<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/unicode.svg" width="125" title="The Unicode Consortium" /><br>878 Bytes</td>
<td>Markdown<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/markdown.svg" width="125" title="markdown" /><br>458 Bytes</td>
<td>HAML<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/haml.svg" width="125" title="HAML"/><br>937 Bytes</td>
</tr>
</table>
@@ -186,11 +210,11 @@ Say thanks!
<table>
<tr>
<td>Chrome<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/chrome.svg" width="125" title="Chrome" /><br>378 Bytes</td>
<td>Firefox<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/firefox.svg" width="125" title="Firefox" /><br>995 Bytes</td>
<td>Firefox<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/firefox.svg" width="125" title="Firefox" /><br>993 Bytes</td>
<td>Samsung Internet<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/samsunginternet.svg" width="125" title="Samsung Internet" /><br>384 Bytes</td>
<td>Edge<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/edge.svg" width="125" title="Edge" /><br>646 Bytes</td>
<td>Opera<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/opera.svg" width="125" title="Opera" /><br>722 Bytes</td>
<td>Safari<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/safari.svg" width="125" title="Safari" /><br>699 Bytes</td>
<td>Edge<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/edge.svg" width="125" title="Edge" /><br>645 Bytes</td>
<td>Opera<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/opera.svg" width="125" title="Opera" /><br>721 Bytes</td>
<td>Safari<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/safari.svg" width="125" title="Safari" /><br>698 Bytes</td>
</tr>
</table>
@@ -199,11 +223,14 @@ Say thanks!
<table>
<tr>
<td>iTunes<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/itunes_podcasts.svg" width="125" title="iTunes" /><br>786 Bytes</td>
<td>Google<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/google_podcasts.svg" width="125" title="Google" /><br>479 Bytes</td>
<td>Pocketcasts<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/pocketcasts.svg" width="125" title="Pocketcasts" /><br>312 Bytes</td>
<td>Google<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/google_podcasts.svg" width="125" title="Google" /><br>478 Bytes</td>
<td>Pocketcasts<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/pocketcasts.svg" width="125" title="Pocketcasts" /><br>311 Bytes</td>
<td>Stitcher<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/stitcher.svg" width="125" title="Stitcher" /><br>387 Bytes</td>
<td>TuneIn<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/tunein.svg" width="125" title="TuneIn" /><br>609 Bytes</td>
<td>acast<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/acast.svg" width="125" title="acast" /><br>528 Bytes</td>
<td>TuneIn<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/tunein.svg" width="125" title="TuneIn" /><br>608 Bytes</td>
<td>acast<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/acast.svg" width="125" title="Acast" /><br>560 Bytes</td>
</tr>
<tr>
<td>Overcast<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/overcast.svg" width="125" title="Overcast" /><br>789 Bytes</td>
</tr>
</table>
@@ -214,17 +241,25 @@ Say thanks!
<td>Apple<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/apple.svg" width="125" title="Apple" /><br>417 Bytes</td>
<td>npm<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/npm.svg" width="125" title="npm" /><br>301 Bytes</td>
<td>Docker<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/docker.svg" width="125" title="Docker" /><br>431 Bytes</td>
<td>Ubuntu<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/ubuntu.svg" width="125" title="Ubuntu" /><br>492 Bytes</td>
<td>IBM<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/ibm.svg" width="125" title="IBM" /><br>504 Bytes</td>
<td>Android<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/android.svg" width="125" title="Android" /><br>551 Bytes</td>
</tr>
<tr>
<td>IBM<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/ibm.svg" width="125" title="IBM" /><br>503 Bytes</td>
<td>Open Source<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/opensource.svg" width="125" title="Open Source" /><br>262 Bytes</td>
<td>Intel<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/intel.svg" width="125" title="Intel" /><br>948 Bytes</td>
</tr>
<tr>
<td>VLC<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/vlc.svg" width="125" title="VLC" /><br>670 Bytes</td>
<td>Vegetarian<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/vegetarian.svg" width="125" title="Vegetarian" /><br>311 Bytes</td>
<td>Espressif<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/espressif.svg" width="125" title="Espressif" /><br>671 Bytes</td>
<td>NHS<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/nhs.svg" width="125" title="NHS" /><br>591 Bytes</td>
<td>Vegetarian<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/vegetarian.svg" width="125" title="Vegetarian" /><br>310 Bytes</td>
<td>Espressif<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/espressif.svg" width="125" title="Espressif" /><br>670 Bytes</td>
<td>NHS<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/nhs.svg" width="125" title="NHS" /><br>491 Bytes</td>
<td>Orcid<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/orcid.svg" width="125" title="Orcid" /><br>421 Bytes</td>
<td>HP<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/hp.svg" width="125" title="HP"/><br>496 Bytes</td>
</tr>
<tr>
<td>RedHat<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/redhat.svg" width="125" title="RedHat"/><br>561 Bytes</td>
<td>CentOS<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/centos.svg" width="125" title="CentOS"/><br>761 Bytes</td>
<td>Git<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/git.svg" width="125" title="git"/><br>480 Bytes</td>
<td>Microsoft<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/microsoft.svg" width="125" title="Microsoft"/><br>407 Bytes</td>
<td>Grafana<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/grafana.svg" width="125" title="Grafana"/><br>961 Bytes</td>
<td>Ubiquiti<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/ubiquiti.svg" width="125" title="Ubiquiti"/><br>916 Bytes</td>
</tr>
</table>
@@ -242,7 +277,10 @@ Say thanks!
<tr>
<td>Authy<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/authy.svg" width="125" title="Authy" /><br>347 Bytes</td>
<td>HackerOne<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/hackerone.svg" width="125" title="HackerOne" /><br>446 Bytes</td>
<td>Bitwarden<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/bitwarden.svg" width="125" title="Bitwarden" /><br>298 Bytes</td>
<td>Bitwarden<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/bitwarden.svg" width="125" title="Bitwarden" /><br>297 Bytes</td>
<td>Auth0<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/auth0.svg" width="125" title="Auth0" /><br>490 Bytes</td>
<td>andOTP<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/andotp.svg" width="125" title="andOTP"/><br>623 Bytes</td>
<td>OpenBugBounty<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/openbugbounty.svg" width="125" title="OpenBugBounty"/><br>507 Bytes</td>
</tr>
</table>
@@ -259,9 +297,10 @@ Say thanks!
</tr>
<tr>
<td>Patreon<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/patreon.svg" width="125" title="Patreon" /><br>250 Bytes</td>
<td>Venmo<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/venmo.svg" width="125" title="Venmo" /><br>344 Bytes</td>
<td>Square Cash<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/square-cash.svg" width="125" title="Square Cash App" /><br>792 Bytes</td>
<td>OpenCollective<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/opencollective.svg" width="125" title="OpenCollective" /><br>475 Bytes</td>
<td>Venmo<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/venmo.svg" width="125" title="Venmo" /><br>343 Bytes</td>
<td>Square Cash<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/square_cash.svg" width="125" title="Square Cash App" /><br>791 Bytes</td>
<td>OpenCollective<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/opencollective.svg" width="125" title="OpenCollective" /><br>474 Bytes</td>
<td>GateHub<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/gatehub.svg" width="125" title="GateHub" /><br>462 Bytes</td>
</tr>
</table>
@@ -269,27 +308,77 @@ Say thanks!
<table>
<tr>
<td>Python<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/python.svg" width="125" title="Python" /><br>552 Bytes</td>
<td>PHP<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/php.svg" width="125" title="PHP" /><br>588 Bytes</td>
<td>Python<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/python.svg" width="125" title="Python" /><br>559 Bytes</td>
<td>Julia<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/julia.svg" width="125" title="Julia" /><br>298 Bytes</td>
<td>PHP<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/php.svg" width="125" title="PHP" /><br>595 Bytes</td>
<td>Laravel<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/laravel.svg" width="125" title="Laravel" /><br>583 Bytes</td>
<td>Drupal<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/drupal.svg" width="125" title="Drupal" /><br>977 Bytes</td>
<td>React<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/react.svg" width="125" title="React" /><br>361 Bytes</td>
<td>Vue<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/vue.svg" width="125" title="Vue" /><br>286 Bytes</td>
<td>Drupal<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/drupal.svg" width="125" title="Drupal" /><br>899 Bytes</td>
<td>React<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/react.svg" width="125" title="React" /><br>360 Bytes</td>
</tr>
<tr>
<td>Angular<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/angular.svg" width="125" title="Angular" /><br>381 Bytes</td>
<td>Angular<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/angular.svg" width="125" title="Angular" /><br>388 Bytes</td>
<td>Sass<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/sass.svg" width="125" title="Sass" /><br>531 Bytes</td>
<td>Linux<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/linux.svg" width="125" title="Linux" /><br>966 Bytes</td>
<td>JSON<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/json.svg" width="125" title="JSON" /><br>557 Bytes</td>
<td>JSON<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/json.svg" width="125" title="JSON" /><br>564 Bytes</td>
<td>Yarn<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/yarn.svg" width="125" title="Yarn" /><br>514 Bytes</td>
<td>Go<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/go.svg" width="125" title="Go" /><br>582 Bytes</td>
<td>Java<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/java.svg" width="125" title="Java" /><br>835 Bytes</td>
</tr>
<tr>
<td>Rust<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/rust.svg" width="125" title="Rust" /><br>1021 Bytes</td>
<td>Clojure<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/clojure.svg" width="125" title="Clojure" /><br>632 Bytes</td>
<td>CoffeeScript<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/coffeescript.svg" width="125" title="CoffeeScript" /><br>534 Bytes</td>
<td>JavaScript<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/javascript.svg" width="125" title="JavaScript" /><br>531 Bytes</td>
<td>Flutter<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/flutter.svg" width="125" title="Flutter" /><br>824 Bytes</td>
<td>Backbone<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/backbone.svg" width="125" title="Backbone" /><br>463 Bytes</td>
</tr>
<tr>
<td>Go<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/go.svg" width="125" title="Go" /><br>582 Bytes</td>
<td>Java<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/java.svg" width="125" title="Java" /><br>874 Bytes</td>
<td>Rust<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/rust.svg" width="125" title="Rust" /><br>1021 Bytes</td>
<td>Clojure<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/clojure.svg" width="125" title="Clojure" /><br>633 Bytes</td>
<td>CoffeeScript<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/coffeescript.svg" width="125" title="CoffeeScript" /><br>534 Bytes</td>
<td>Vue<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/vue.svg" width="125" title="Vue" /><br>286 Bytes</td>
<td>Gradle<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/gradle.svg" width="125" title="Gradle" /><br>738 Bytes</td>
<td>Amber<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/amberframework.svg" width="125" title="Amber Framework" /><br>753 Bytes</td>
<td>Gitea<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/gitea.svg" width="125" title="Gitea" /><br>1006 Bytes</td>
<td>Drone.io<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/drone.svg" width="125" title="Drone.io" /><br>502 Bytes</td>
<td>Ruby Gems<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/rubygems.svg" width="125" title="Ruby Gems" /><br>402 Bytes</td>
</tr>
<tr>
<td>Lucky Framework<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/luckyframework.svg" width="125" title="Lucky Framework" /><br>685 Bytes</td>
<td>Wekan<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/wekan.svg" width="125" title="Wekan" /><br>981 Bytes</td>
<td>Kemal Framework<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/kemal.svg" width="125" title="Kemal Framework" /><br>340 Bytes</td>
<td>Ruby On Rails<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/rubyonrails.svg" width="125" title="Ruby On Rails" /><br>480 Bytes</td>
<td>Kotlin<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/kotlin.svg" width="125" title="Kotlin" /><br>291 Bytes</td>
<td>Crystal<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/crystal.svg" width="125" title="Crystal"/><br>592 Bytes</td>
</tr>
<tr>
<td>Semaphore CI<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/semaphoreci.svg" width="125" title="Semaphore CI" /><br>640 Bytes</td>
<td>Django Project<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/djangoproject.svg" width="125" title="Django Project" /><br>443 Bytes</td>
<td>Ruby<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/ruby.svg" width="125" title="Ruby" /><br>984 Bytes</td>
</tr>
</table>
### Operating Systems / Kernel
<table>
<tr>
<td>Android<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/android.svg" width="125" title="Android" /><br>551 Bytes</td>
<td>Arch Linux<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/archlinux.svg" width="125" title="Arch Linux" /><br>833 Bytes</td>
<td>GNU/Linux<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/linux.svg" width="125" title="Linux" /><br>965 Bytes</td>
<td>Ubuntu<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/ubuntu.svg" width="125" title="Ubuntu" /><br>492 Bytes</td>
<td>Windows<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/windows.svg" width="125" title="Microsoft Windows" /><br>270 Bytes</td>
<td>Elementary OS<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/elementaryos.svg" width="125" title="Elementary OS" /><br>767 Bytes</td>
</tr>
<tr>
<td>Debian<br><img src="images/svg/debian.svg" width="125" title="Debian"/><br>937 Bytes</td>
<td>Linux Mint<br><img src="images/svg/linux_mint.svg" width="125" title="Linux Mint"/><br>1017 Bytes</td>
</tr>
</table>
### Gaming
<table>
<tr>
<td>Steam<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/steam.svg" width="125" title="Steam" /><br>455 Bytes</td>
<td>GOG.com<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/gogcom.svg" width="125" title="GOG.com" /><br>718 Bytes</td>
<td>Ubisoft<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/ubisoft.svg" width="125" title="Ubisoft" /><br>922 Bytes</td>
<td>Electronic Arts<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/ea.svg" width="125" title="Electronic Arts" /><br>462 Bytes</td>
</tr>
</table>
@@ -297,19 +386,25 @@ Say thanks!
<table>
<tr>
<td>Calendar<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/calendar.svg" width="125" title="Calendar" /><br>959 Bytes</td>
<td>Calendar<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/calendar.svg" width="125" title="Calendar" /><br>974 Bytes</td>
<td>SlideShare<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/slideshare.svg" width="125" title="SlideShare" /><br>672 Bytes</td>
<td>Dropbox<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/dropbox.svg" width="125" title="Dropbox" /><br>262 Bytes</td>
<td>Steam<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/steam.svg" width="125" title="Steam" /><br>455 Bytes</td>
<td>PDF<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/pdf.svg" width="125" title="PDF" /><br>674 Bytes</td>
<td>Windows<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/windows.svg" width="125" title="Microsoft Windows" /><br>270 Bytes</td>
<td>Digidentity<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/digidentity.svg" width="125" title="Digidentity" /><br>383 Bytes</td>
<td>Bluetooth<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/bluetooth.svg" width="125" title="Bluetooth" /><br>253 Bytes</td>
</tr>
<tr>
<td>Digidentity<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/digidentity.svg" width="125" title="Digidentity" /><br>384 Bytes</td>
<td>Bluetooth<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/bluetooth.svg" width="125" title="Bluetooth" /><br>253 Bytes</td>
<td>ePub<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/epub.svg" width="125" title="ePub" /><br>323 Bytes</td>
<td>NextCloud<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/nextcloud.svg" width="125" title="NextCloud" /><br>312 Bytes</td>
<td>Raspberry Pi<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/raspberry_pi.svg" width="125" title="Raspberry Pi" /><br>1002 Bytes</td>
<td>NextCloud<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/nextcloud.svg" width="125" title="NextCloud" /><br>311 Bytes</td>
<td>Raspberry Pi<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/raspberry_pi.svg" width="125" title="Raspberry Pi" /><br>1010 Bytes</td>
<td>Printer<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/print.svg" width="125" title="Printer" /><br>567 Bytes</td>
<td>Uber<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/uber.svg" width="125" title="Uber" /><br>864 Bytes</td>
<td>Amazon <abbr title="Simple Storage Service">S3</abbr><br><img src="https://edent.github.io/SuperTinyIcons/images/svg/amazon_s3.svg" width="125" title="Amazon S3"/><br>766 Bytes</td>
</tr>
<tr>
<td>Ansible<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/ansible.svg" width="125" title="Ansible"/><br>430 Bytes</td>
<td>Gojek<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/gojek.svg" width="125" title="Gojek" /><br>376 Bytes</td>
<td>Amazon Alexa<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/amazon_alexa.svg" width="125" title="Amazon Alexa" /><br>393 Bytes</td>
</tr>
</table>
@@ -474,6 +569,7 @@ The majority of these vector logos are based on someone else's work.
- [Samsung Internet](https://github.com/edent/SuperTinyIcons/pull/74/commits/8824bdaf1346a472ab425347f958e8e64c0948ee)
- [Plex](https://github.com/plexinc/plex-media-player/blob/master/resources/images/icon.svg) - GPLv2
- [NHS](https://www.england.nhs.uk/nhsidentity/identity-guidelines/nhs-logo/)
- [Threema.](https://threema.ch/de/press)
From [SVGporn](https://github.com/gilbarbara/logos/) - CC0

View File

@@ -0,0 +1,15 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#000000"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#000000"
android:pathData="M307 508l204 -286A257 257 0 0 0 256 0 255 255 0 0 0 0 256a255 255 0 0 0 307 252z" />
<path
android:fillColor="#FFFFFF"
android:pathData="M271 88c-95 0 -147 39 -147 79 0 33 24 52 63 52 37 0 60 -13 60 -32l-1 -9c-2 -2 -2 -5 -2 -10 0 -4 2 -19 24 -19 25 0 25 21 25 32v56h-6c-126 3 -190 34 -190 92 0 47 42 78 106 78 37 0 76 -19 92 -44l129 -179c0 -46 -50 -96 -153 -96zm22 225c0 16 -14 29 -31 29 -18 0 -29 -10 -29 -27 0 -20 14 -41 54 -44h6z" />
</vector>

View File

@@ -0,0 +1,15 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#155196"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#FFFFFF"
android:pathData="M194 128a36 36 0 1 0 -39 -36c0 6 2 12 4 18l13 180h132l54 126 71 -28 -11 -26 -40 15 -52 -121 -123 1 -1 -23h88v-34h-92l-4 -72z" />
<path
android:fillColor="#FFFFFF"
android:pathData="M327 386a133 133 0 0 1 -251 -59c0 -52 31 -99 77 -120l3 39a96 96 0 0 0 52 177c49 0 90 -37 95 -85z" />
</vector>

16
images/android-vector-drawable/airbnb.xml Executable file → Normal file
View File

@@ -1,19 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#ff5a5f"
android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" />
android:fillColor="#FF5A5F"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:strokeColor="#fff"
android:pathData="M255 84c-29 0 -41 24 -41 24 -36 66 -68 133 -101 203 0 0 -26 51 15 84 57 45 110 -22 127 -39s48 -56 48 -100c0 0 -1 -44 -48 -44s-49 44 -49 44c0 41 32 83 49 100 17 18 71 85 129 39 36 -29 13 -84 13 -84 -31 -68 -67 -143 -100 -203 0 0 -10 -24 -42 -24z"
android:strokeWidth="23"
android:pathData="M255 83.7c-29 .1-40.6 23.9-40.6 23.9-36.2 66.5-70 134.2-101.2 203.2-17.2 38-4.6
68.2 14.8 84.5 36.8 31 82 13.4 126.5-38.7 34.3-40 49.8-73.2
48.3-100.6-1.3-23.9-15.8-43.7-47.9-43.7-47.3-.2-48.3 44.6-48.5 43.7 0 46.6 42.8
93.5 56 108.6 13.3 15.1 70.8 73.4 121.5 30 37.7-32.1 13.1-83.8
13.1-83.8-30.6-67.6-51-111.5-99.9-203.2 0 0-10.6-24-42.2-24v.1z" />
</vector>
android:strokeColor="#FFFFFF" />
</vector>

18
images/android-vector-drawable/amazon.xml Executable file → Normal file
View File

@@ -1,20 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#f90"
android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" />
android:fillColor="#FF9900"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#fff"
android:pathData="M283 187c-62 2-121 19-121 81 0 43 26 64 61 64 31 0 51-12 68-30 8 11 10 16 24 27
3 2 8 2 10-1l31-27c4-3 2-8 0-10-7-11-15-19-15-39v-64c0-27
2-52-18-70-17-16-38-20-62-21-53-1-88 28-93 62-1 6 4 9 7 9l37 5c6 1 9-4 10-8 6-22
29-28 43-23 20 6 18 29 18 45zm-36 105c-15 0-25-13-25-30 1-36 29-42 61-42v18c0
32-17 54-36 54zm168 106c13-11 26-38 25-57 0-7-1-8-8-10-13-4-46-5-62 10-3 3-2 5 1
5 11-2 45-6 50 2 4 7-8 35-12 47-2 5 2 6 6 3zM58 342c96 91 247 94 345 25 7-4
0-12-6-9a376 376 0 0 1-335-21c-4-3-8 2-4 5z" />
</vector>
android:fillColor="#FFFFFF"
android:pathData="M283 187c-62 2 -121 19 -121 81 0 43 26 64 61 64 31 0 51 -12 68 -30 8 11 10 16 24 27 3 2 8 2 10 -1l31 -27c4 -3 2 -8 0 -10 -7 -11 -15 -19 -15 -39v-64c0 -27 2 -52 -18 -70 -17 -16 -38 -20 -62 -21 -53 -1 -88 28 -93 62 -1 6 4 9 7 9l37 5c6 1 9 -4 10 -8 6 -22 29 -28 43 -23 20 6 18 29 18 45zm-36 105c-15 0 -25 -13 -25 -30 1 -36 29 -42 61 -42v18c0 32 -17 54 -36 54zm168 106c13 -11 26 -38 25 -57 0 -7 -1 -8 -8 -10 -13 -4 -46 -5 -62 10 -3 3 -2 5 1 5 11 -2 45 -6 50 2 4 7 -8 35 -12 47 -2 5 2 6 6 3zM58 342c96 91 247 94 345 25 7 -4 0 -12 -6 -9a376 376 0 0 1 -335 -21c-4 -3 -8 2 -4 5z" />
</vector>

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#fff"
android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" />
<path
android:fillColor="#00caff"
android:pathData="M256 64a192 192 0 0 0 -26 382v-39c0 -11 -7 -21 -17 -24a134 134 0 1 1 177 -122v1a141 141 0 0 1 0 5l0 1a126 126 0 0 1 0 3 130 130 0 0 1 0 4l0 2C372 385 231 446 230 446A194 194 0 0 0 256 448a192 192 0 0 0 0 -384" />
</vector>

View File

@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#fff"
android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" />
<path
android:fillColor="#e05243"
android:pathData="M259.7 348.2l-137 32.7V130.6l137 32v185.6" />
<path
android:fillColor="#8c3123"
android:pathData="M256 348.6l133.3 32.3 0.1 -0.3V131l-0.1-0.3L256 163v185.7" />
<path
android:name="a"
android:fillColor="#e05243"
android:pathData="M256 64v96.8l58 14.4V93l-58-29zm133.3 66.6v250.3l25.6-12.8V143.4l-25.6-12.8zM256 207.7v97l58-7.5V215l-58-7.3zm58 129.1l-58 14.4V448l58-29v-82.2z" />
<path
android:fillColor="#5e1f18"
android:pathData="M314 175.2l-58 10.7-58-10.7 57.9-15.1 58.3 15.1" />
<path
android:fillColor="#f2b0a9"
android:pathData="M314 336.8l-58-10.7-58 10.7 57.9 16.1 58.3-16.1" />
</vector>

View File

@@ -0,0 +1,44 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#FFFFFF"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#F3C095"
android:pathData="M87 161l169 -95 -125 206 -44 79z" />
<path
android:fillColor="#FFFEFC"
android:pathData="M256 446L87 351l44 -79L256 66l169 95v190z" />
<path
android:fillColor="#E67E25"
android:pathData="M87 351l44 -79 125 174zM316 358l-185 -86 240 -69z" />
<path
android:fillAlpha="0.9"
android:fillColor="#E57D25"
android:pathData="M256 446L131 272l185 86z" />
<path
android:fillAlpha="0.9"
android:fillColor="#E67E26"
android:pathData="M316 358l55 -155 54 148z" />
<path
android:fillAlpha="0.8"
android:fillColor="#E68025"
android:pathData="M131 272L256 66l115 137z" />
<path
android:fillAlpha="0.8"
android:fillColor="#E47E27"
android:pathData="M87 351V161l44 111z" />
<path
android:fillAlpha="0.8"
android:fillColor="#E68025"
android:pathData="M256 446l60 -88 109 -7z" />
<path
android:fillColor="#E67E25"
android:pathData="M425 351l-54 -148 54 -42z" />
<path
android:fillColor="#E67E24"
android:pathData="M371 203L256 66l169 95z" />
</vector>

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#fff"
android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" />
<path
android:fillColor="#6abf69"
android:pathData="M 256 64 C 362.038671968 64 448 149.961328032 448 256 C 448 362.038671968 362.038671968 448 256 448 C 149.961328032 448 64 362.038671968 64 256 C 64 149.961328032 149.961328032 64 256 64 Z" />
<path
android:fillColor="#fc0"
android:pathData="M256 117a139 139 0 00-139 139 139 139 0 00139 139 139 139 0 00139-139 139 139 0 00-139-139zm0 38c45 0 85 30 97 73H159c12-43 52-73 97-73zm0 115a20 20 0 0120 20 20 20 0 01-12 18l16 36h-48l15-36a20 20 0 01-11-18 20 20 0 0120-20z" />
</vector>

31
images/android-vector-drawable/android.xml Executable file → Normal file
View File

@@ -1,31 +1,30 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#fff"
android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" />
android:fillColor="#FFFFFF"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#000000"
android:strokeColor="#a4c639"
android:pathData="M107 212v106m299 -106v106m-107 66v56m-85 -56v56"
android:strokeWidth="58"
android:pathData="M107 212v106m299-106v106m-107 66v56m-85-56v56" />
android:strokeColor="#A4C639"
android:strokeLineCap="round" />
<path
android:fillColor="#000000"
android:strokeColor="#a4c639"
android:pathData="M203 88l-17 -32m123 32l18 -32"
android:strokeWidth="8"
android:pathData="M203 88l-17-32m123 32l18-32" />
android:strokeColor="#A4C639"
android:strokeLineCap="round" />
<path
android:fillColor="#000000"
android:pathData="M257 76c-76 0-115 60-115 105h229c0-47-42-104-114-105zM142 191v164c0 16 13 29 28
29h172c16 0 29-13 29-29V191z" />
android:fillColor="#A4C639"
android:pathData="M257 76c-76 0 -115 60 -115 105h229c0 -47 -42 -104 -114 -105zM142 191v164c0 16 13 29 28 29h172c16 0 29 -13 29 -29V191z" />
<path
android:fillColor="#fff"
android:pathData="M 204 121 C 208.970562748 121 213 125.029437252 213 130 C 213 134.970562748 208.970562748 139 204 139 C 199.029437252 139 195 134.970562748 195 130 C 195 125.029437252 199.029437252 121 204 121 Z" />
android:fillColor="#FFFFFF"
android:pathData="M213 130A9 9 0 0 1 195 130A9 9 0 0 1 213 130Z" />
<path
android:fillColor="#fff"
android:pathData="M 309 121 C 313.970562748 121 318 125.029437252 318 130 C 318 134.970562748 313.970562748 139 309 139 C 304.029437252 139 300 134.970562748 300 130 C 300 125.029437252 304.029437252 121 309 121 Z" />
</vector>
android:fillColor="#FFFFFF"
android:pathData="M318 130A9 9 0 0 1 300 130A9 9 0 0 1 318 130Z" />
</vector>

View File

@@ -0,0 +1,20 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#FFFFFF"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#C3002F"
android:pathData="M256 65v42l111 249h-42l-22 -55h-47v146l151 -84 27 -235 -178 -63zm0 123v78h33l-33 -78z" />
<group
android:rotation="-0"
android:scaleX="-1"
android:translateX="512">
<path
android:fillColor="#DD0031"
android:pathData="M256 65v42l111 249h-42l-22 -55h-47v146l151 -84 27 -235 -178 -63zm0 123v78h33l-33 -78z" />
</group>
</vector>

View File

@@ -0,0 +1,15 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#FFFFFF"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#1A1918"
android:pathData="M473 256A217 217 0 0 1 39 256A217 217 0 0 1 473 256Z" />
<path
android:fillColor="#FFFFFF"
android:pathData="M259.7 171.4l56.2 138.9 -85 -67 28.8 -72zm100 170.9L273 133.9a14 14 0 0 0 -13.4 -9.2c-6 0 -11.3 3.2 -13.8 9.2l-95 228.6h32.5l37.6 -94.3L333.2 359c4.5 3.7 7.8 5.3 12 5.3 8.5 0 16 -6.3 16 -15.5 0 -1.5 -0.6 -3.9 -1.6 -6.4z" />
</vector>

View File

@@ -0,0 +1,15 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#FFFFFF"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#334444"
android:pathData="M231 96c-97 0 -171 97 -150 203 30 104 162 142 258 80 -15 -32 0 -66 -21 -99 -36 68 -112 93 -165 19 -32 -57 6 -112 36 -125 82 -42 120 13 205 -10 10 -4 23 -30 32 -46 -72 13 -116 -15 -179 -22z" />
<path
android:fillColor="#66BBCC"
android:pathData="M313 191c27 4 57 4 80 -4 10 95 -21 122 40 226 -19 -10 -42 -15 -48 -15 -6 4 -17 11 -23 17 -65 -74 -36 -175 -51 -224z" />
</vector>

15
images/android-vector-drawable/apple.xml Executable file → Normal file
View File

@@ -1,17 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#555"
android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" />
android:fillColor="#555555"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#f2f2f2"
android:pathData="M410 334s-10 29-30 59c-5 9-29 43-58 43-21 0-35-15-62-15-33 0-46 15-67 15-11
1-22-5-34-16-77-73-81-181-52-225 18-29 48-47 81-48 26 0 54 17 65 17 8 0 50-20
74-18 33 3 56 15 73 38-49 24-66 117 10 150zM329 56c8 32-27 93-79 90-3-43 34-87
79-90z" />
</vector>
android:fillColor="#F2F2F2"
android:pathData="M410 334s-10 29 -30 59c-5 9 -29 43 -58 43 -21 0 -35 -15 -62 -15 -33 0 -46 15 -67 15 -11 1 -22 -5 -34 -16 -77 -73 -81 -181 -52 -225 18 -29 48 -47 81 -48 26 0 54 17 65 17 8 0 50 -20 74 -18 33 3 56 15 73 38 -49 24 -66 117 10 150zM329 56c8 32 -27 93 -79 90 -3 -43 34 -87 79 -90z" />
</vector>

View File

@@ -0,0 +1,12 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#FFFFFF"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#1793D1"
android:pathData="M255.97 71.5c-14.288 35.029 -22.905 57.942 -38.812 91.93 9.753 10.338 21.724 22.378 41.166 35.975 -20.902 -8.601 -35.159 -17.236 -45.814 -26.197 -20.358 42.481 -52.254 102.992 -116.98 219.292 50.873 -29.37 90.308 -47.476 127.06 -54.385 -1.578 -6.788 -2.475 -14.13 -2.414 -21.791l0.06 -1.629c0.807 -32.593 17.762 -57.657 37.846 -55.955 20.085 1.702 35.696 29.519 34.889 62.111 -0.152 6.133 -0.843 12.033 -2.052 17.505 36.353 7.111 75.367 25.172 125.551 54.144 -9.896 -18.218 -18.728 -34.64 -27.163 -50.281 -13.286 -10.297 -27.144 -23.7 -55.411 -38.208 19.429 5.048 33.341 10.873 44.184 17.384 -85.757 -159.666 -92.702 -180.882 -122.11 -249.895z" />
</vector>

View File

@@ -0,0 +1,12 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#FFFFFF"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#EB5424"
android:pathData="M358.1 378.8L319.6 260 420.5 186.9H295.7l-38.6 -118.7 -0.01 -0.03h124.8l38.6 118.7v-0.003l0.03 -0.02c22.4 68.8 -0.7 147 -62.4 192zm-201.9 0l-0.036 0.03L257.13 452.2 358.09 378.84 257.17 305.51ZM93.85 186.85c-23.57 72.57 3.79 149.46 62.36 192l0.01 -0.036L194.77 260.17 93.89 186.87H218.6L257.15 68.2 257.2 68.2H132.4Z" />
</vector>

17
images/android-vector-drawable/authy.xml Executable file → Normal file
View File

@@ -1,19 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#ec1c24"
android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" />
android:fillColor="#EC1C24"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:strokeColor="#fff"
android:pathData="M333 131l65 65c35 36 35 96 0 134 -34 34 -99 36 -132 4l-68 -69m-19 116l-65 -65a97 97 0 0 1 0 -134c34 -35 98 -36 131 -4l69 69"
android:strokeWidth="46"
android:pathData="M179 381-65-65a97 97 0 0 1 0-134c34-35 98-36 131-4l69 69" />
<path
android:strokeColor="#fff"
android:strokeWidth="46"
android:pathData="M333 131 65 65c35 36 35 96 0 134-34 34-99 36-132 4l-68-69" />
</vector>
android:strokeColor="#FFFFFF"
android:strokeLineCap="round" />
</vector>

View File

@@ -1,26 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#fff"
android:pathData="M15,0 L497,0 Q512,0,512,15 L512,497 Q512,512,497,512 L15,512 Q0,512,0,497 L0,15 Q0,0,15,0 Z" />
android:fillColor="#FFFFFF"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#000000"
android:strokeColor="#848484"
android:fillColor="#0071B5"
android:pathData="M380 102v167l-124 70v-48l83 -47v-74l-83 47v-44l124 -71"
android:strokeWidth="2"
android:pathData="M380,102 L380,269 L256,339 L256,291 L339,244 L339,170 L256,217 L256,173 L380,102" />
android:strokeColor="#848484" />
<path
android:fillColor="#002a41"
android:strokeColor="#848484"
android:fillColor="#002A41"
android:pathData="M132 102v167l124 70v-48l-83 -47v-74l83 47v-44l-124 -71M380 410V243l-124 -70v48l83 47v71l-83 -48v48l124 71"
android:strokeWidth="2"
android:pathData="M132,102 L132,269 L256,339 L256,291 L173,244 L173,170 L256,217 L256,173 L132,102 M380,410 L380,243 L256,173 L256,221 L339,268 L339,339 L256,291 L256,339 L380,410" />
android:strokeColor="#848484" />
<path
android:fillColor="#000000"
android:strokeColor="#848484"
android:fillColor="#0071B5"
android:pathData="M132 410V243l124 -70v48l-83 47v71l83 -48v48l-124 71"
android:strokeWidth="2"
android:pathData="M132,410 L132,243 L256,173 L256,221 L173,268 L173,339 L256,291 L256,339 L132,410" />
</vector>
android:strokeColor="#848484" />
</vector>

13
images/android-vector-drawable/badoo.xml Executable file → Normal file
View File

@@ -1,15 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#7000e3"
android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" />
android:fillColor="#7000E3"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#ff671b"
android:pathData="M256 160a102 105 0 0 0-183 61c0 92 122 208 183 208s183-116
183-208c0-56-45-102-101-102-33 0-63 15-82 41z" />
</vector>
android:fillColor="#FF671B"
android:pathData="M256 160a102 105 0 0 0 -183 61c0 92 122 208 183 208s183 -116 183 -208c0 -56 -45 -102 -101 -102 -33 0 -63 15 -82 41z" />
</vector>

View File

@@ -0,0 +1,15 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#FFFFFF"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#2319DC"
android:pathData="M131 251c41 -9 35 -58 34 -68 -2 -17 -21 -45 -48 -43 -33 3 -37 50 -37 50 -5 22 10 70 51 61m76 -82c22 0 40 -26 40 -58s-18 -58 -40 -58c-23 0 -41 26 -41 58s18 58 41 58m96 4c31 4 50 -28 54 -53 4 -24 -16 -52 -37 -57s-48 29 -50 52c-3 27 3 54 33 58m120 41c0 -12 -10 -47 -46 -47s-41 33 -41 57c0 22 2 53 47 52s40 -51 40 -62m-46 102s-46 -36 -74 -75c-36 -57 -89 -34 -106 -5 -18 29 -45 48 -49 53 -4 4 -56 33 -44 84 11 52 52 51 52 51s30 3 65 -5 65 2 65 2 81 27 104 -25c22 -53 -13 -80 -13 -80" />
<path
android:fillColor="#FFFFFF"
android:pathData="M214 266v34h-28s-29 3 -39 35c-3 21 4 34 5 36 1 3 10 19 33 23h53v-128zm-1 107h-21s-15 -1 -19 -18c-3 -7 0 -16 1 -20 1 -3 6 -11 17 -14h22zm38 -70v68s1 17 24 23h61v-91h-26v68h-25s-8 -1 -10 -7v-61z" />
</vector>

View File

@@ -0,0 +1,12 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#17A0C4"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#FFFFFF"
android:pathData="M120 336h186l86 -160H216" />
</vector>

View File

@@ -0,0 +1,12 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt"
android:viewportWidth="512"
android:viewportHeight="512"
android:width="512dp"
android:height="512dp">
<path
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z"
android:fillColor="#4175FA" />
<path
android:pathData="M346.12 211.86c-73.376 0 -73.471 73.1 -73.471 73.476 0 0 -5.027 73.191 73.471 73.191 0 0 65.465 3.722 65.465 -50.938h-33.615s1.114 20.578 -30.731 20.578c0 0 -33.616 2.237 -33.616 -33.244h99.081s10.896 -83.063 -66.584 -83.063zm-32.873 57.454s4.099 -29.427 33.62 -29.427c29.613 0 29.146 29.427 29.146 29.427h-62.766zm-83.987 -18.807s29.146 -2.142 29.146 -36.41c0 -34.173 -23.838 -50.938 -54.103 -50.938h-99.551v191.36h99.542s60.81 1.866 60.81 -56.521c0.005 0 2.613 -47.491 -35.844 -47.491zm-80.645 -53.361h55.684s13.504 0 13.504 19.926 -7.916 22.815 -16.95 22.815h-52.238v-42.741zm52.894 123.39h-52.894v-51.218h55.684s20.211 -0.186 20.116 26.352c0 22.353 -14.99 24.68 -22.906 24.866zm103.45 -146.1v23.562h78.969v-23.562h-78.969z"
android:fillColor="#FFFFFF" />
</vector>

View File

@@ -1,14 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#fff"
android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" />
android:fillColor="#FFFFFF"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#008373"
android:pathData="M145,73l73,26V356l103-59-50-24-32-79,162,57v83L218,439l-73-41Z" />
</vector>
android:pathData="M145 73l73 26V356l103 -59 -50 -24 -32 -79 162 57v83L218 439l-73 -41Z" />
</vector>

40
images/android-vector-drawable/bitbucket.xml Executable file → Normal file
View File

@@ -1,18 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:aapt="http://schemas.android.com/aapt"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#fff"
android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" />
android:fillColor="#FFFFFF"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#2684ff"
android:pathData="M422 130a10 10 0 0 0-9.9-11.7H100.5a10 10 0 0 0-10 11.7L136 409a10 10 0 0 0 9.9
8.4h221c5 0 9.2-3.5 10-8.4L422 130zM291 316.8h-69.3l-18.7-98h104.8z" />
<path
android:fillColor="url(#a)"
android:pathData="M59.632 25.2H40.94l-3.1 18.3h-13v18.9H52c1 0 1.7-.7 1.8-1.6l5.8-35.6z" />
</vector>
android:fillColor="#2684FF"
android:pathData="M422 130a10 10 0 0 0 -9.9 -11.7H100.5a10 10 0 0 0 -10 11.7L136 409a10 10 0 0 0 9.9 8.4h221c5 0 9.2 -3.5 10 -8.4L422 130zM291 316.8h-69.3l-18.7 -98h104.8z" />
<group
android:scaleX="5.3285"
android:scaleY="5.3285"
android:translateX="89.8"
android:translateY="85">
<path android:pathData="M59.632 25.2H40.94l-3.1 18.3h-13v18.9H52c1 0 1.7 -0.7 1.8 -1.6l5.8 -35.6z">
<aapt:attr name="android:fillColor">
<gradient
android:endX="29.11502"
android:endY="45.28715"
android:startX="53.51741"
android:startY="25.52649"
android:tileMode="clamp">
<item
android:color="#0052CC"
android:offset="0" />
<item
android:color="#2684FF"
android:offset="1" />
</gradient>
</aapt:attr>
</path>
</group>
</vector>

16
images/android-vector-drawable/bitcoin.xml Executable file → Normal file
View File

@@ -1,18 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#f7931a"
android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" />
android:fillColor="#F7931A"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#000000"
android:pathData="M391 216c6-43-25-64-68-79l14-55-34-9-13 54-28-7 14-54-35-9-13 56-22-5-47-12-8 36
24 6c14 4 17 14 15 21l-15 63 3 1-3-1-22 89c-2 5-6 11-16 8l-24-6-17 39 68 17-13
57 33 8 14-55 26 6-13 55 34 9 14-56c58 11 102 6 120-46 14-42-1-66-32-82 22-5
39-20 44-49zm-77 108c-11 41-82 20-105 14l19-75c23 6 97 17 86 61zm9-110c-9 39-67
20-87 15l17-68c20 5 81 14 70 53z" />
</vector>
android:fillColor="#FFFFFF"
android:pathData="M391 216c6 -43 -25 -64 -68 -79l14 -55 -34 -9 -13 54 -28 -7 14 -54 -35 -9 -13 56 -22 -5 -47 -12 -8 36 24 6c14 4 17 14 15 21l-15 63 3 1 -3 -1 -22 89c-2 5 -6 11 -16 8l-24 -6 -17 39 68 17 -13 57 33 8 14 -55 26 6 -13 55 34 9 14 -56c58 11 102 6 120 -46 14 -42 -1 -66 -32 -82 22 -5 39 -20 44 -49zm-77 108c-11 41 -82 20 -105 14l19 -75c23 6 97 17 86 61zm9 -110c-9 39 -67 20 -87 15l17 -68c20 5 81 14 70 53z" />
</vector>

View File

@@ -0,0 +1,12 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#3C8DBC"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#FFFFFF"
android:pathData="M372 297V131H256v294c47 -28 115 -74 116 -128zm49 -198v198c0 106 -152 181 -165 181S91 403 91 297V99s0 -17 17 -17h296s17 0 17 17z" />
</vector>

18
images/android-vector-drawable/blogger.xml Executable file → Normal file
View File

@@ -1,19 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#FA5A00"
android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" />
android:fillColor="#FF5722"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#FFFFFF"
android:pathData="M95 184c0 -51 41 -93 93 -93h86c64 0 103 61 85 126 0 0 61 -3 66 58v53c0 46 -34 93 -93 93H183c-49 0 -88 -39 -88 -88z" />
<path
android:fillColor="#000000"
android:pathData="M95 184c0-51 41-93 93-93h86c64 0 103 61 85 126 0 0 61-3 66 58v53c0 46-34 93-93
93H183c-49 0-88-39-88-88z" />
<path
android:strokeColor="#FA5A00"
android:pathData="M199 188h68m-74 129h133"
android:strokeWidth="55"
android:pathData="M199 188h68m-74 129h133" />
</vector>
android:strokeColor="#FF5722" />
</vector>

12
images/android-vector-drawable/bluetooth.xml Executable file → Normal file
View File

@@ -1,15 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#0b82fc"
android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" />
android:fillColor="#0082FC"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:strokeColor="#fff"
android:pathData="M151 154l190 191 -87 90V78l87 93 -190 192"
android:strokeWidth="33"
android:pathData="M151 154l190 191-87 90V78l87 93-190 192" />
</vector>
android:strokeColor="#FFFFFF" />
</vector>

View File

@@ -0,0 +1,20 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#000000"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#FFFFFF"
android:pathData="M84 166q-7.5 -4.5 0 -9l162 -75q10 -4.5 20 0l162 75q7.5 4.5 0 9l-162 75q-10 4.5 -20 0z" />
<path
android:fillColor="#FFFFFF"
android:pathData="M84 251q-7.5 5 0 10l162 75q10 3 20 0l162 -75q7.5 -5 0 -10l-32 -14q-10.5 -4.5 -21 0l-109 50q-10 4.5 -20 0l-109 -50q-10.5 -4.5 -21 0z" />
<group android:translateY="94">
<path
android:fillColor="#FFFFFF"
android:pathData="M84 251q-7.5 5 0 10l162 75q10 3 20 0l162 -75q7.5 -5 0 -10l-32 -14q-10.5 -4.5 -21 0l-109 50q-10 4.5 -20 0l-109 -50q-10.5 -4.5 -21 0z" />
</group>
</vector>

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#fff"
android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" />
<path
android:fillColor="#9ccd2a"
android:pathData="M 118 118 H 118 V 118 H 118 V 118 Z" />
<path
android:fillColor="#932279"
android:pathData="M 270 118 H 270 V 118 H 270 V 118 Z" />
<path
android:fillColor="#efa724"
android:pathData="M 270 270 H 270 V 270 H 270 V 270 Z" />
<path
android:fillColor="#262577"
android:pathData="M 118 270 H 118 V 270 H 118 V 270 Z" />
<path
android:strokeColor="#fff"
android:strokeWidth="9"
android:pathData="M118 270h124v124H118zm152 0h124v124H270zm0-152h124v124H270zm-152 0h124v124H118zm245 226l-87-88 87-88 88 88zM256 236l-88-87 88-88 88 88zM149 344l-88-88 88-88 87 88zm107 107l-88-88 88-87 88 87z" />
</vector>

View File

@@ -0,0 +1,20 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#FFCC44"
android:pathData="M256 140h228A256 256 0 0 1 244 511.7" />
<path
android:fillColor="#0F9D58"
android:pathData="M357 314L244 511.7A256 256 0 0 1 40 118" />
<path
android:fillColor="#DB4437"
android:pathData="M256 140h228A256 256 1 0 0 40 118L155 314" />
<path
android:fillColor="#4285F4"
android:pathData="M361 256A105 105 0 0 1 151 256A105 105 0 0 1 361 256Z"
android:strokeWidth="24"
android:strokeColor="#F1F1F1" />
</vector>

View File

@@ -1,23 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#fff"
android:pathData="M15,0 L497,0 Q512,0,512,15 L512,497 Q512,512,497,512 L15,512 Q0,512,0,497 L0,15 Q0,0,15,0 Z" />
android:fillColor="#FFFFFF"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#466acd"
android:pathData="M48,107 A256,256,0,0,1,512,256 C512,391,370,372,370,372 A163,163,0,0,0,191,107 C112,62,48,107,48,107" />
android:fillColor="#466ACD"
android:pathData="M48 107a256 256 0 0 1 464 149c0 135 -142 116 -142 116a163 163 0 0 0 -179 -265c-79 -45 -143 0 -143 0" />
<path
android:fillColor="#53a526"
android:pathData="M465,404 A256,256,0,0,1,1,255 C1,120,143,139,143,139 A163,163,0,0,0,322,404 C401,449,465,404,465,404" />
android:fillColor="#53A526"
android:pathData="M465 404a256 256 0 0 1 -464 -149c0 -135 142 -116 142 -116a163 163 0 0 0 179 265c79 45 143 0 143 0" />
<path
android:fillColor="#71aefd"
android:pathData="M213,128 A135,135,0,0,1,336,365 C299,368,268,257,263,240 S244,161,213,128" />
android:fillColor="#71AEFD"
android:pathData="M213 128a135 135 0 0 1 123 237c-37 3 -68 -108 -73 -125s-19 -79 -50 -112" />
<path
android:fillColor="#81d837"
android:pathData="M176,365 A135,135,0,0,1,178,145 C214,164,237,235,237,235 C237,235,183,337,176,365 M209,383 C209,383,247,401,298,385 C268,360,250,274,245,262 C238,276,202,349,209,383" />
</vector>
android:fillColor="#81D837"
android:pathData="M176 365a135 135 0 0 1 2 -220c36 19 59 90 59 90 0 0 -54 102 -61 130m33 18c0 0 38 18 89 2 -30 -25 -48 -111 -53 -123 -7 14 -43 87 -36 121" />
</vector>

19
images/android-vector-drawable/cloudflare.xml Executable file → Normal file
View File

@@ -1,20 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#fff"
android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" />
android:fillColor="#FFFFFF"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#f38021"
android:pathData="M331 326c11-26-4-38-19-38l-148-2c-4 0-4-6 1-7l150-2c17-1 37-15 43-33 0 0 10-21
9-24a97 97 0 0 0-187-11c-38-25-78 9-69 46-48 3-65 46-60 72 0 1 1 2 3 2h274c1 0
3-1 3-3z" />
android:fillColor="#F38020"
android:pathData="M331 326c11 -26 -4 -38 -19 -38l-148 -2c-4 0 -4 -6 1 -7l150 -2c17 -1 37 -15 43 -33 0 0 10 -21 9 -24a97 97 0 0 0 -187 -11c-38 -25 -78 9 -69 46 -48 3 -65 46 -60 72 0 1 1 2 3 2h274c1 0 3 -1 3 -3z" />
<path
android:fillColor="#faae40"
android:pathData="M381 224c-4 0-6-1-7 1l-5 21c-5 16 3 30 20 31l32 2c4 0 4 6-1 7l-33 1c-36 4-46
39-46 39 0 2 0 3 2 3h113l3-2a81 81 0 0 0-78-103" />
</vector>
android:fillColor="#FAAE40"
android:pathData="M381 224c-4 0 -6 -1 -7 1l-5 21c-5 16 3 30 20 31l32 2c4 0 4 6 -1 7l-33 1c-36 4 -46 39 -46 39 0 2 0 3 2 3h113l3 -2a81 81 0 0 0 -78 -103" />
</vector>

23
images/android-vector-drawable/codepen.xml Executable file → Normal file
View File

@@ -1,23 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#111"
android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" />
android:fillColor="#111111"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:strokeColor="#e6e6e6"
android:pathData="M81 198v116l175 117 175 -117V198L256 81z"
android:strokeWidth="33"
android:pathData="M81 198v116l175 117 175-117V198L256 81z" />
android:strokeColor="#E6E6E6"
android:strokeLineJoin="round" />
<path
android:strokeColor="#e6e6e6"
android:pathData="M81 198l175 116 175 -116M256 81v117"
android:strokeWidth="33"
android:pathData="M81 198l175 116 175-116M256 81v117" />
android:strokeColor="#E6E6E6"
android:strokeLineJoin="round" />
<path
android:strokeColor="#e6e6e6"
android:pathData="M81 314l175 -116 175 116M256 431V314"
android:strokeWidth="33"
android:pathData="M81 314l175-116 175 116M256 431V314" />
</vector>
android:strokeColor="#E6E6E6"
android:strokeLineJoin="round" />
</vector>

View File

@@ -1,14 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#fff"
android:pathData="M15,0 L497,0 Q512,0,512,15 L512,497 Q512,512,497,512 L15,512 Q0,512,0,497 L0,15 Q0,0,15,0 Z" />
android:fillColor="#FFFFFF"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#000000"
android:pathData="M114,137 C29,171,154,201,261,201 S479,174,413,140 C436,167,359,185,261,185 S80,164,114,137 M179,257 C96,199,47,339,151,355 C24,400,47,178,179,257 M87,191 C116,230,371,247,434,191 C412,314,370,305,351,375 C322,420,189,413,171,375 C159,322,114,315,87,191 M208,128 C229,115,161,108,161,132 S207,168,246,143 C266,130,305,120,322,129 S291,159,283,138 C257,142,269,160,301,160 S347,154,348,138 S324,110,295,110 C237,110,230,139,197,142 C181,143,172,140,172,133 S200,124,208,128" />
</vector>
android:pathData="M114 137c-85 34 40 64 147 64s218 -27 152 -61c23 27 -54 45 -152 45s-181 -21 -147 -48m65 120c-83 -58 -132 82 -28 98c-127 40 -99 -152 9 -115m-73 -49c29 39 284 56 347 0c-22 123 -64 114 -83 184c-29 45 -162 38 -180 0c-12 -53 -57 -60 -84 -184m121 -63c21 -13 -47 -20 -47 4s46 36 85 11c20 -13 59 -23 76 -14s-31 30 -39 9c-26 4 -14 22 18 22s46 -6 47 -22s-24 -28 -53 -28c-58 0 -65 29 -98 32c-16 1 -25 -2 -25 -9s28 -9 36 -5" />
</vector>

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#fff"
android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" />
<path
android:fillColor="#000000"
android:pathData="M448.231 308.479L308.661 447.77c-0.559 0.558 -1.396 0.838 -1.955 0.558 l-190.653-51.082c-0.838-0.28-1.396-0.838-1.396-1.396L63.295 205.475c-0.28-0.837 0-1.395 0.558 -1.954L203.424 64.23c0.558-0.558 1.396-0.838 1.954-0.558l190.654 51.082c0.837 0.28 1.395 0.838 1.395 1.396l51.083 190.375c0.559 0.837 0.28 1.395-0.279 1.954zM261.206 156.905L73.902 206.87c-0.279 0-0.558 0.558 -0.279 0.838 l137.059 136.779c0.279 0.279 0.837 0.279 0.837-0.28l50.246-187.024c0.279 0-0.28-0.558-0.559-0.28z" />
<path
android:pathData="M-458.602-458.602H970.602V970.602H-458.602z" />
</vector>

View File

@@ -0,0 +1,36 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#231F20"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#EC2529"
android:pathData="M80 335h64v20H80zM80 309h64v20H80zM80 283h64v20H80z" />
<path
android:fillColor="#F1796E"
android:pathData="M80 257h64v20H80zM80 231h64v20H80z" />
<path
android:fillColor="#F6DD05"
android:pathData="M151 335h64v20h-64zM151 309h64v20h-64zM151 283h64v20h-64z" />
<path
android:fillColor="#D81996"
android:pathData="M224 335h64v20h-64zM224 309h64v20h-64zM224 283h64v20h-64z" />
<path
android:fillColor="#E78DCC"
android:pathData="M224 257h64v20h-64zM224 231h64v20h-64zM224 205h64v20h-64zM224 179h64v20h-64z" />
<path
android:fillColor="#ADDA1A"
android:pathData="M296 335h64v20h-64zM296 309h64v20h-64zM296 283h64v20h-64z" />
<path
android:fillColor="#D6E465"
android:pathData="M296 257h64v20h-64zM296 231h64v20h-64z" />
<path
android:fillColor="#56BBE9"
android:pathData="M368 335h64v20h-64zM368 309h64v20h-64zM368 283h64v20h-64z" />
<path
android:fillColor="#B0D8E6"
android:pathData="M368 257h64v20h-64zM368 231h64v20h-64zM368 205h64v20h-64zM368 179h64v20h-64zM368 153h64v20h-64z" />
</vector>

13
images/android-vector-drawable/delicious.xml Executable file → Normal file
View File

@@ -1,22 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<group>
<clip-path android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#FFF"
android:fillColor="#FFFFFF"
android:pathData="M0 0h256v256H0z" />
<path
android:fillColor="#333"
android:fillColor="#333333"
android:pathData="M0 256h256v256H0z" />
<path
android:fillColor="#EEE"
android:fillColor="#EEEEEE"
android:pathData="M256 256h256v256H256z" />
<path
android:fillColor="#39F"
android:fillColor="#3399FF"
android:pathData="M256 0h256v256H256z" />
</group>
</vector>
</vector>

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#000000"
android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" />
<path
android:fillColor="#fff"
android:pathData="M 140.47,203.94 h -17.44 v 104.47 h 17.45 c 10.15529,-0.54503 17.35752,-8.66899 17.47,-17.41 v -69.65 c -0.69578,-10.36382 -7.79596,-17.27188 -17.48,-17.41 z m 45.73,87.25 c 0,18.81 -11.61,47.31 -48.36,47.25 H 91.44 V 172.98 h 47.38 c 35.44,0 47.36,28.46 47.37,47.28 z M 286.88,202.53 H 233.6 v 38.42 h 32.57 v 29.57 H 233.6 v 38.41 h 53.29 v 29.57 h -62.18 c -11.16,0.29 -20.44,-8.53 -20.72,-19.69 V 193.7 c -0.27,-11.15 8.56,-20.41 19.71,-20.69 h 63.19 z m 103.64,115.29 c -13.2,30.75 -36.85,24.63 -47.44,0 l -38.53,-144.8 h 32.57 l 29.71,113.72 29.57,-113.72 h 32.58 z" />
</vector>

27
images/android-vector-drawable/digidentity.xml Executable file → Normal file
View File

@@ -1,22 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#fff"
android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" />
android:fillColor="#FFFFFF"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z"
android:strokeLineCap="round"
android:strokeLineJoin="round" />
<path
android:fillColor="#000000"
android:strokeColor="#000"
android:strokeWidth="1"
android:pathData="M256 63v135m0 116v135M63 256h135m116 0h135M119 119l96 96m82 82l96 96m0-274l-96
96" />
android:pathData="M213 296l-96 95zm43 -40h0.1"
android:strokeWidth="25"
android:strokeColor="#00E864"
android:strokeLineCap="round"
android:strokeLineJoin="round" />
<path
android:fillColor="#000000"
android:strokeColor="#00e864"
android:strokeWidth="1"
android:pathData="M213 296l-96 95m134-135c0 2 3 5 5 5s5-3 5-5-3-5-5-5-5 3-5 5" />
</vector>
android:pathData="M256 63v135m0 116v135M63 256h135m116 0h135M119 119l96 96m82 82l96 96m0 -274l-96 96"
android:strokeWidth="25"
android:strokeColor="#000000"
android:strokeLineCap="round"
android:strokeLineJoin="round" />
</vector>

13
images/android-vector-drawable/digitalocean.xml Executable file → Normal file
View File

@@ -1,15 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#fff"
android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" />
android:fillColor="#FFFFFF"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#000000"
android:pathData="M256 373v74c105 0 191-86 191-191S361 65 256 65 65 151 65 256h74c0-64 53-117
117-117s117 53 117 117-53 117-117 117H78v-47h47v104h57V300h74z" />
</vector>
android:fillColor="#0080FF"
android:pathData="M78 373v-47h47v104h57V300h74v147A191 191 0 1 0 65 256h74a117 117 0 1 1 117 117" />
</vector>

23
images/android-vector-drawable/discord.xml Executable file → Normal file
View File

@@ -1,23 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#000000"
android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" />
android:fillColor="#7289DA"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#fff"
android:pathData="M346 392-21-25c41-11 57-39 57-39-52 49-194 51-249 0 0 0 14 26 56 39l-23
25c-70-1-97-48-97-48 0-104 46-187 46-187 47-33 90-33 90-33l3 4c-58 16-83 42-83
42 68-46 208-42 263 0 1-1-33-28-86-42l5-4s43 0 90 33c0 0 46 83 46 187 0 0-27
47-97 48z" />
android:fillColor="#FFFFFF"
android:pathData="M346 392l-21 -25c41 -11 57 -39 57 -39 -52 49 -194 51 -249 0 0 0 14 26 56 39l-23 25c-70 -1 -97 -48 -97 -48 0 -104 46 -187 46 -187 47 -33 90 -33 90 -33l3 4c-58 16 -83 42 -83 42 68 -46 208 -42 263 0 1 -1 -33 -28 -86 -42l5 -4s43 0 90 33c0 0 46 83 46 187 0 0 -27 47 -97 48z" />
<path
android:fillColor="#000000"
android:pathData="M 196 244 C 214.225396744 244 229 259.670033756 229 279 C 229 298.329966244 214.225396744 314 196 314 C 177.774603256 314 163 298.329966244 163 279 C 163 259.670033756 177.774603256 244 196 244 Z" />
android:fillColor="#7289DA"
android:pathData="M229 279A33 35 0 0 1 163 279A33 35 0 0 1 229 279Z" />
<path
android:fillColor="#000000"
android:pathData="M 312 244 C 330.225396744 244 345 259.670033756 345 279 C 345 298.329966244 330.225396744 314 312 314 C 293.774603256 314 279 298.329966244 279 279 C 279 259.670033756 293.774603256 244 312 244 Z" />
</vector>
android:fillColor="#7289DA"
android:pathData="M345 279A33 35 0 0 1 279 279A33 35 0 0 1 345 279Z" />
</vector>

14
images/android-vector-drawable/disqus.xml Executable file → Normal file
View File

@@ -1,16 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#fff"
android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" />
android:fillColor="#FFFFFF"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#000000"
android:pathData="M254 416c-39 0-75-14-103-38l-68 9 26-65A161 161 0 0 1 254 96c88 0 159 71 159
160s-71 160-159 160zm-3-80c57 0 90-34 90-81
0-48-33-80-89-80h-61v161zm2-39h-18v-82h18c26 0 43 15 43 40 0 27-17 42-43 42z" />
</vector>
android:fillColor="#2E9FFF"
android:pathData="M83 387l26 -65a159 159 0 1 1 42 56zm168 -52q90 -6 90 -81t-89 -80h-61v161zm2 -39h-18v-82h18q43 2 43 40t-43 42" />
</vector>

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#113228"
android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" />
<path
android:fillColor="#fff"
android:pathData="M227 101h56v257c-29 5-50 8-73 8-69 0-104-31-104-90 0-57 37-93 96-93 9 0 16 0 25 2zm0 129c-7-2-12-3-19-3-29 0-45 18-45 48s15 46 44 46c6 0 11 0 20-2zm145-44v129c0 45-3 66-13 84-9 18-21 29-46 42l-52-25c25-11 37-22 44-37 8-16 11-34 11-83V186zm-56-85h56v57h-56z" />
</vector>

18
images/android-vector-drawable/docker.xml Executable file → Normal file
View File

@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#fff"
android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" />
android:fillColor="#FFFFFF"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#000000"
android:pathData="M296 245h42v-38h-42zm-50 0h42v-38h-42zm-49 0h42v-38h-42zm-49 0h41v-38h-41zm-50
0h42v-38H98zm50-46h41v-38h-41zm49 0h42v-38h-42zm49
0h42v-38h-42zm0-46h42v-38h-42zm226 75s-18-17-55-11c-4-29-35-46-35-46s-29 35-8
74c-6 3-16 7-31 7H68c-5 19-5 145 133 145 99 0 173-46 208-130 52 4 63-39 63-39z" />
</vector>
android:pathData="M296 226h42m-92 0h42m-91 0h42m-91 0h41m-91 0h42m8 -46h41m8 0h42m7 0h42m-42 -46h42"
android:strokeWidth="38"
android:strokeColor="#066DA5" />
<path
android:fillColor="#066DA5"
android:pathData="M472 228s-18 -17 -55 -11c-4 -29 -35 -46 -35 -46s-29 35 -8 74c-6 3 -16 7 -31 7H68c-5 19 -5 145 133 145 99 0 173 -46 208 -130 52 4 63 -39 63 -39" />
</vector>

View File

@@ -1,17 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#fff"
android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" />
android:fillColor="#FFFFFF"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#c32361"
android:pathData="M 256 64 C 362.038671968 64 448 149.961328032 448 256 C 448 362.038671968 362.038671968 448 256 448 C 149.961328032 448 64 362.038671968 64 256 C 64 149.961328032 149.961328032 64 256 64 Z" />
android:fillColor="#C32361"
android:pathData="M448 256A192 192 0 0 1 64 256A192 192 0 0 1 448 256Z" />
<path
android:fillColor="#ea4c89"
android:pathData="M382.82,152.5a163.25,163.25,0,0,1,37.07,102c-5.41-1-59.56-12.08-114.12-5.21-1.25-2.71-10.62-24.57-14.37-32.28C351.79,192.49,379.28,157.08,382.82,152.5Zm-18.12-19c-2.92,4.16-27.7,37.28-86,59.14a885.36,885.36,0,0,0-61.22-96c56.83-13.21,112.4,5.05,147.22,36.91ZM186.24,107.73A1034.86,1034.86,0,0,1,247,202.48c-76.63,20.41-144.31,20-151.6,20A164.76,164.76,0,0,1,186.24,107.73ZM91.9,251.21c7.08 0.21 ,86.63,1.25,168.47-23.32,4.79,9.16,9.16,18.53,13.33,27.9-71.94,21.49-115.94,72.53-139.73,110A163.66,163.66,0,0,1,91.9,251.21Zm63.51,134.32c2.92-6,37.58-71.45,129.74-102.53,17.56,42,32.76,108.36,35,124-36.31,16.76-103.75,24.68-164.73-21.47Zm192,6.46c-1.67-10-10.41-57.89-31.86-116.82,51.44-8.12,96.42,5.21,102,7.08A162.59,162.59,0,0,1,347.42,392Z" />
</vector>
android:fillColor="#EA4C89"
android:pathData="M383 153a163 163 0 0 1 37 102c-6 -1 -60 -13 -114 -6l-15 -32c61 -25 88 -60 92 -64zm-18 -19c-3 4 -28 37 -86 59a885 885 0 0 0 -62 -96c57 -14 113 5 148 37zm-179 -26a1035 1035 0 0 1 61 94c-77 21 -144 20 -152 20a165 165 0 0 1 91 -114zM92 251c7 0 87 1 168 -23l14 28c-72 21 -116 72 -140 110a164 164 0 0 1 -42 -115zm63 135c3 -6 38 -72 130 -103 18 42 33 108 35 124 -36 17 -104 25 -165 -21zm192 6c-1 -10 -10 -58 -31 -117 51 -8 96 5 102 7a163 163 0 0 1 -71 110z" />
</vector>

View File

@@ -0,0 +1,12 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#FFFFFF"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#1E375A"
android:pathData="M150 112l-2 2 63 62c-9 14 -14 31 -14 50 0 54 39 89 89 89 18 0 35 -5 50 -14l62 63c-32 43 -84 70 -142 70 -98 0 -178 -77 -178 -178 0 -60 28 -112 72 -144zm29 -17c24 -11 50 -17 77 -17 98 0 178 77 178 178 0 28 -6 54 -17 77l-56 -57c9 -14 14 -30 14 -50 0 -53 -40 -89 -89 -89 -19 0 -36 5 -50 14l-57 -56zm107 185c-30 0 -54 -22 -54 -54s24 -53 54 -53 53 21 53 53 -23 54 -53 54z" />
</vector>

18
images/android-vector-drawable/dropbox.xml Executable file → Normal file
View File

@@ -1,17 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#FFFFFF"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#0061FF"
android:pathData="M158 101l-99 63 295 188 99 -63m-99 -188l99 63 -295 188 -99 -63m99 83l98 63 98 -63 -98 -62z" />
</vector>
<path
android:fillColor="#fff"
android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" />
<path
android:fillColor="#000000"
android:pathData="M158 372 98 63 98-63-98-62z" />
<path
android:fillColor="#000000"
android:pathData="M158 101-99 63 295 188 99-63-197-125 98-63 99 63-295 188-99-63 197-125" />
</vector>

View File

@@ -0,0 +1,25 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#FFFFFF"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#00598E"
android:pathData="M383 152a175 175 0 1 1 -281 203" />
<path
android:fillColor="#0073BA"
android:pathData="M243 97v-49c26 31 40 47 84 65c21 9 40 21 56 38c19 25 27 97 -91 166s-155 72 -190 38c-44 -79 -8 -159 9 -181" />
<path
android:fillColor="#93C5E4"
android:pathData="M122 161c-71 102 146 -28 115 -59 24 -16 6 -52 6 -52V86" />
<path
android:fillColor="#FFFFFF"
android:pathData="M221 104c42 7 -104 105 -105 75 0 -15 23 -38 40 -50s87 -29 86 -79C242 50 266 88 221 104m1 171c-70 0 -100 106 -10 106 36 0 86 -47 110 -47s45 45 62 45c32 0 58 -97 12 -97 -19 0 -59 40 -75 38C292 316 265 275 222 275m20 142c25 19 79 14 103 -4 6 -5 3 -14 -3 -9 -17 14 -74 18 -92 2C245 401 231 409 242 417m42 -32c6 -5 11 -13 26 -13s20 11 23 14 9 -2 6 -8 -6 -17 -28 -17 -30 14 -34 17S275 392 284 385" />
<path
android:pathData="M186 113c31 -15 53 -24 57 -65 26 31 40 47 84 65a175 175 0 1 1 -141 0"
android:strokeWidth="4"
android:strokeColor="#004975" />
</vector>

View File

@@ -1,39 +1,38 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#000000"
android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" />
<path
android:fillColor="#d53"
android:pathData="M 0 -108 C 59.6467529817 -108 108 -59.6467529817 108 0 C 108 59.6467529817 59.6467529817 108 0 108 C -59.6467529817 108 -108 59.6467529817 -108 0 C -108 -59.6467529817 -59.6467529817 -108 0 -108 Z" />
<path
android:strokeColor="#fff"
android:strokeWidth="7"
android:pathData="M 0 -96 C 53.0193359838 -96 96 -53.0193359838 96 0 C 96 53.0193359838 53.0193359838 96 0 96 C -53.0193359838 96 -96 53.0193359838 -96 0 C -96 -53.0193359838 -53.0193359838 -96 0 -96 Z" />
<path
android:fillColor="#ddd"
android:pathData="M-32-55C-62-48-51-6-51-6l19 93 7 3M-39-73h-8l11 4s-11 0-11 7c24-1 35 5 35 5" />
<path
android:fillColor="#000000"
android:pathData="M25 95S1 57 1 32c0-47 31-7 31-44S1-58 1-58C-14-77-43-73-43-73l7 4s-7 2-10 4 19 -3 28 5c-37 3-31 33-31 33L-27 93" />
<path
android:fillColor="#fc0"
android:pathData="M25-1 63-11C97-6 34 13 30 12 0 7 9 32 45 24s10 20-24 9C-26 20-1-3 25-1" />
<path
android:fillColor="#6b5"
android:pathData="M15 78l2-3c22 8 23 11 22-9s0-20-23-3c0-5-13-3-15 0-21-9-23-12-22 2 2 29 1 24 21 14" />
<path
android:fillColor="#4a4"
android:pathData="M-1 67S-2 77-1 79s17 2 17-2S8 80 3 78 1 65 1 65" />
<path
android:fillColor="#148"
android:pathData="M-25-36c-16-8-15 8-15 8 3-11 15-8 15-8m49 0c-9-5-15 1-15 1 6-11 15-1 15-1" />
<path
android:fillColor="#148"
android:pathData="M-33-15c0 9 14 9 14 0S-33-24-33-15m8-2a2 2 0 0 1 4 0A2 2 0 0 1-25-17" />
</vector>
android:width="256dp"
android:height="256dp"
android:viewportWidth="256"
android:viewportHeight="256">
<group
android:translateX="128"
android:translateY="128">
<path
android:fillColor="#FFFFFF"
android:pathData="M-113 -128H113A15 15 0 0 1 128 -113V113A15 15 0 0 1 113 128H-113A15 15 0 0 1 -128 113V-113A15 15 0 0 1 -113 -128Z" />
<path
android:fillColor="#DD5533"
android:pathData="M108 0A108 108 0 0 1 -108 0A108 108 0 0 1 108 0Z" />
<path
android:pathData="M96 0A96 96 0 0 1 -96 0A96 96 0 0 1 96 0Z"
android:strokeWidth="7"
android:strokeColor="#FFFFFF" />
<path
android:fillColor="#DDDDDD"
android:pathData="M-32 -55C-62 -48 -51 -6 -51 -6l19 93 7 3M-39 -73h-8l11 4s-11 0 -11 7c24 -1 35 5 35 5" />
<path
android:fillColor="#FFFFFF"
android:pathData="M25 95S1 57 1 32c0 -47 31 -7 31 -44S1 -58 1 -58c-15 -19 -44 -15 -44 -15l7 4s-7 2 -9 4 19 -3 28 5c-37 3 -31 33 -31 33l21 120" />
<path
android:fillColor="#FFCC00"
android:pathData="M25 -1l38 -10c34 5 -29 24 -33 23C0 7 9 32 45 24s9 20 -24 9C-26 20 -1 -3 25 -1" />
<path
android:fillColor="#66BB55"
android:pathData="M15 78l2 -3c22 8 23 11 22 -9s0 -20 -23 -3c0 -5 -13 -3 -15 0 -21 -9 -23 -12 -22 2 2 29 1 24 21 14" />
<path
android:fillColor="#44AA44"
android:pathData="M-1 67v12c1 2 17 2 17 -2s-8 3 -13 1 -2 -13 -2 -13" />
<path
android:fillColor="#114488"
android:pathData="M-23 -32c-5 -6 -18 -1 -15 7 1 -4 8 -10 15 -7m32 0c1 -6 11 -7 14 -1 -4 -2 -10 -2 -14 1m-33 16a2 2 0 1 1 0 1m-8 3a7 7 0 1 0 0 -1m52 -6a2 2 0 1 1 0 1m-6 3a6 6 0 1 0 0 -1" />
</group>
</vector>

View File

@@ -0,0 +1,17 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#FFFFFF"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#000000"
android:fillType="evenOdd"
android:pathData="M322.602 172l-85.08 134.484h-93.24l21.487 -33.083h58.005l21.055 -33.51h-129.329l-21.055 33.51h30.936l-42.111 66.599h173.593l65.739 -104.835 24.062 38.236h-20.628l-21.05 33.083h62.733l21.054 33.516h39.957z" />
<path
android:fillColor="#000000"
android:fillType="evenOdd"
android:pathData="M295.215 172h-137.064l-21.055 33.516 137.064 -0.427z" />
</vector>

30
images/android-vector-drawable/ebay.xml Executable file → Normal file
View File

@@ -1,29 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#fff"
android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" />
android:fillColor="#FFFFFF"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#e53238"
android:pathData="M98 208c-30 0-55 12-55 51 0 31 17 49 56 49 46 0 49-30 49-30h-23s-4 17-28 17c-19
0-32-13-32-31h85v-12c0-17-11-44-52-44zm-1 14c18 0 30 11 30 28H65c0-18 16-28
32-28z" />
android:fillColor="#E53238"
android:pathData="M98 208c-30 0 -55 12 -55 51 0 31 17 49 56 49 46 0 49 -30 49 -30h-23s-4 17 -28 17c-19 0 -32 -13 -32 -31h85v-12c0 -17 -11 -44 -52 -44zm-1 14c18 0 30 11 30 28H65c0 -18 16 -28 32 -28z" />
<path
android:fillColor="#0064d2"
android:pathData="M150 171v119l-1 16h22l1-14s10 17 39 17c30 0 50-21 50-51 0-28-18-50-50-50-31 0-39
16-39 16v-53zm55 52c21 0 33 15 33 35 0 22-15 36-33 36-22 0-33-17-33-35s10-36
33-36z" />
android:fillColor="#0064D2"
android:pathData="M150 171v119l-1 16h22l1 -14s10 17 39 17c30 0 50 -21 50 -51 0 -28 -18 -50 -50 -50 -31 0 -39 16 -39 16v-53zm55 52c21 0 33 15 33 35 0 22 -15 36 -33 36 -22 0 -33 -17 -33 -35s10 -36 33 -36z" />
<path
android:fillColor="#f5af03"
android:pathData="M314 208c-46 0-48 25-48 28h22s2-14 24-14c31 0 27 24 27 24h-27c-35 0-53 11-53
31s17 32 40 32c32 0 41-17 41-17l1 14h20v-62c0-30-25-36-47-36zm25 52s4 35-35
35c-16 0-23-8-23-18 0-17 24-17 58-17z" />
android:fillColor="#F5AF03"
android:pathData="M314 208c-46 0 -48 25 -48 28h22s2 -14 24 -14c31 0 27 24 27 24h-27c-35 0 -53 11 -53 31s17 32 40 32c32 0 41 -17 41 -17l1 14h20v-62c0 -30 -25 -36 -47 -36zm25 52s4 35 -35 35c-16 0 -23 -8 -23 -18 0 -17 24 -17 58 -17z" />
<path
android:fillColor="#86b817"
android:pathData="M348 212h25l37 72 36-72h23l-65 129h-24l18-36z" />
</vector>
android:fillColor="#86B817"
android:pathData="M348 212h25l37 72 36 -72h23l-65 129h-24l18 -36z" />
</vector>

View File

@@ -0,0 +1,12 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#FFFFFF"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#0078D7"
android:pathData="M180 297c0 10 2 20 5 28a81 81 0 0 0 33 40 150 150 0 0 0 79 21 183 183 0 0 0 63 -11 265 265 0 0 0 57 -25v92a327 327 0 0 1 -99 30l-36 2a197 197 0 0 1 -90 -22 179 179 0 0 1 -65 -60 165 165 0 0 1 -25 -88 176 176 0 0 1 29 -96 162 162 0 0 1 78 -62c-9 9 -16 19 -21 32 -5 12 -8 25 -9 37h154c0 -16 -1 -29 -4 -41 -4 -12 -9 -21 -16 -29s-16 -14 -27 -17c-11 -4 -25 -6 -41 -6 -18 0 -37 2 -56 8A236 236 0 0 0 54 232a254 254 0 0 1 34 -99 210 210 0 0 1 71 -69 203 203 0 0 1 265 60 225 225 0 0 1 34 119v54z" />
</vector>

View File

@@ -0,0 +1,12 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#FFFFFF"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#000000"
android:pathData="M256 64.282989C150.11761 64.282989 64.282987 150.11761 64.282987 256 64.282987 361.88239 150.11761 447.71701 256 447.71701 361.88239 447.71701 447.71701 361.88239 447.71701 256 447.71701 150.11761 361.88239 64.282989 256 64.282989Zm0 15.976417c80.50033 0 148.3595 54.127154 169.17029 127.971114 -17.92436 36.97091 -43.42942 70.25777 -74.49004 97.15658 -14.92116 12.92188 -31.21208 24.44116 -49.20736 32.55195 -17.9953 8.1108 -37.78883 12.713 -57.49515 11.58292 -14.80576 -0.84908 -29.43144 -4.97337 -42.39742 -12.16206 34.36216 -18.61965 65.3665 -43.44525 90.74605 -73.17199 16.65863 -19.51201 31.23368 -41.68685 36.84563 -66.72151 2.80598 -12.51734 3.28148 -25.62658 0.65902 -38.18365 -2.62246 -12.55706 -8.42832 -24.52341 -17.21459 -33.87 -8.58367 -9.13106 -19.85203 -15.5991 -31.93286 -18.93206 -12.08086 -3.33295 -24.937 -3.59096 -37.265 -1.33802 -24.65601 4.50588 -46.66933 18.83557 -64.32505 36.62592 -31.12079 31.35813 -50.35999 75.60502 -46.83088 119.6434 1.76455 22.0192 9.1435 43.65588 21.78785 61.76885 2.82239 4.04306 5.92525 7.89398 9.24634 11.54295 -18.42011 6.44663 -37.49264 11.03546 -56.83609 13.6199C89.853051 321.50801 80.259408 289.8781 80.259408 256 80.259408 158.94115 158.94115 80.259406 256 80.259406Zm1.11835 35.507594c12.35387 0.0167 24.79166 3.7567 34.64885 11.20346 8.88084 6.70915 15.46129 16.25405 19.19168 26.74053 3.73038 10.48647 4.68771 21.87417 3.41495 32.93139 -2.54549 22.11443 -13.70159 42.39508 -27.17987 60.11128 -23.86497 31.36869 -55.58631 56.47557 -90.86588 74.05068 -3.61114 1.79895 -7.27952 3.50885 -10.96382 5.15241 -7.67655 -6.71771 -14.25621 -14.68531 -19.27155 -23.56522 -10.47973 -18.55487 -13.93566 -40.59619 -11.90244 -61.80877 2.03323 -21.21258 9.31284 -41.65703 19.09182 -60.59057 11.33829 -21.95261 26.79333 -42.74646 48.42853 -54.67928 10.81759 -5.96643 23.05386 -9.56265 35.40773 -9.54591zm173.04457 116.70774c1.02963 7.69581 1.57768 15.54764 1.57768 23.52526 0 97.05885 -78.68175 175.7406 -175.7406 175.7406 -54.50925 0 -103.22539 -24.81456 -135.46005 -63.76588 19.89615 -4.51882 39.34221 -11.00956 57.99439 -19.27155 8.15673 6.21192 17.1649 11.30682 26.74053 14.97789 27.57596 10.57194 58.88387 9.04223 86.7919 -0.61908 27.90802 -9.66133 52.65616 -27.00235 74.23043 -47.17039 25.70055 -24.02533 47.36948 -52.34327 63.86572 -83.41685z" />
</vector>

16
images/android-vector-drawable/email.xml Executable file → Normal file
View File

@@ -1,18 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#000000"
android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" />
android:fillColor="#008080"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#fff"
android:pathData="M 86.5 128 L 425.5 128 Q 433.5 128 433.5 136 L 433.5 376 Q 433.5 384 425.5 384 L 86.5 384 Q 78.5 384 78.5 376 L 78.5 136 Q 78.5 128 86.5 128 Z" />
android:fillColor="#FFFFFF"
android:pathData="M86 128H426A8 8 0 0 1 434 136V376A8 8 0 0 1 426 384H86A8 8 0 0 1 78 376V136A8 8 0 0 1 86 128Z" />
<path
android:strokeColor="#328cff"
android:pathData="M434 128L269 292c-7 8 -19 8 -26 0L78 128m0 256l129 -128m227 128L305 256"
android:strokeWidth="20"
android:pathData="M434 128L269 292c-7 8-19 8-26 0L78 128m0 256l129-128m227 128L305 256" />
</vector>
android:strokeColor="#008080" />
</vector>

View File

@@ -0,0 +1,12 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#FFFFFF"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#86B918"
android:pathData="M256 377L135 256l121 -121 40 41 -80 80 40 40 121 -120L272 70c-9 -8 -23 -8 -32 0L70 240c-8 9 -8 23 0 32l170 170c9 8 23 8 32 0l170 -170c8 -9 8 -23 0 -32l-25 -24z" />
</vector>

View File

@@ -0,0 +1,12 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#FF3034"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#FFFFFF"
android:pathData="M126 120.53a188.46 188.46 0 0 0 266.53 266.52 7.69 7.69 0 1 1 10.87 10.87 203.83 203.83 0 0 1 -288.26 -288.26A7.69 7.69 0 0 1 126 120.53zm52.5 240.22a26 26 0 1 0 0 1M409 334a273 273 0 0 0 -231.5 -231.5A150 150 0 0 0 139 130v26a216 216 0 0 1 217 216h26a111 111 0 0 0 27 -39M240 83l-4 12a298 298 0 0 1 181 180l11 -4A172 172 0 0 0 240 83zm5 342a118 118 0 0 0 -95 -171 10.61 10.61 0 0 1 3 -21 140 140 0 0 1 120 177l31 9 26.5 -10a195 195 0 0 0 -163 -230 66.6 66.6 0 1 0 -18 131.5 63 63 0 0 1 42 95.5l21 14z" />
</vector>

View File

@@ -0,0 +1,27 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#FFFFFF"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#3C3C3B"
android:pathData="M256 362l-21 45 21 62 131 -185z" />
<path
android:fillColor="#8C8C8C"
android:pathData="M256 469V362l-132 -78z" />
<path
android:fillColor="#343434"
android:pathData="M256 41L124 259l132 78 131 -78z" />
<path
android:fillColor="#8C8C8C"
android:pathData="M256 41L124 259l132 -60z" />
<path
android:fillColor="#141414"
android:pathData="M256 337l131 -78 -131 -60z" />
<path
android:fillColor="#393939"
android:pathData="M124 259l132 78V199z" />
</vector>

18
images/android-vector-drawable/evernote.xml Executable file → Normal file
View File

@@ -1,20 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#46c850"
android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" />
android:fillColor="#46C850"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#4b4b4b"
android:pathData="M121 143h35c3 0 4-1 4-4l-1-38c0-10 6-19 6-19h-1l-68 67v1s10-7
25-7zm271-6c-3-15-12-23-20-25-32-8-65-12-98-11-2-19-18-29-54-29-31-1-49 6-49
29v39c0 8-5 13-14 13h-34c-7 0-13 2-18 4-4 2-14 7-14 30-1 19 13 95 23 115 3 9 6
12 14 15 16 8 54 15 73 18 17 2 28 6 36-8 2-4 10-30 9-52 0-1 2-2 2 0 0 7-2 36 19
43l45 9c16 1 28 7 28 49 0 25-6 28-34 28-22 0-30 1-30-17 0-14 14-13 25-13 4 0 1-3
1-12s5-14 0-14c-36-1-58 0-58 45 0 42 16 49 68 49 40 0 55-1 71-52 25-78 18-205
9-253zm-46 115c-5-6-31-8-40-4 2-10 6-22 22-22 15 0 18 16 18 26z" />
</vector>
android:fillColor="#4B4B4B"
android:pathData="M121 143h35c3 0 4 -1 4 -4l-1 -38c0 -10 6 -19 6 -19h-1l-68 67v1s10 -7 25 -7zm271 -6c-3 -15 -12 -23 -20 -25 -32 -8 -65 -12 -98 -11 -2 -19 -18 -29 -54 -29 -31 -1 -49 6 -49 29v39c0 8 -5 13 -14 13h-34c-7 0 -13 2 -18 4 -4 2 -14 7 -14 30 -1 19 13 95 23 115 3 9 6 12 14 15 16 8 54 15 73 18 17 2 28 6 36 -8 2 -4 10 -30 9 -52 0 -1 2 -2 2 0 0 7 -2 36 19 43l45 9c16 1 28 7 28 49 0 25 -6 28 -34 28 -22 0 -30 1 -30 -17 0 -14 14 -13 25 -13 4 0 1 -3 1 -12s5 -14 0 -14c-36 -1 -58 0 -58 45 0 42 16 49 68 49 40 0 55 -1 71 -52 25 -78 18 -205 9 -253zm-46 115c-5 -6 -31 -8 -40 -4 2 -10 6 -22 22 -22 15 0 18 16 18 26z" />
</vector>

13
images/android-vector-drawable/facebook.xml Executable file → Normal file
View File

@@ -1,15 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#3b5998"
android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" />
android:fillColor="#1877F2"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#fff"
android:pathData="M330 512V322h64l9-74h-73v-47c0-22 6-36 37-36h39V99c-7-1-30-3-57-3-57 0-95 34-95
98v54h-64v74h64v190z" />
</vector>
android:fillColor="#FFFFFF"
android:pathData="M355.6 330l11.4 -74h-71v-48c0 -20.2 9.9 -40 41.7 -40H370v-63s-29.3 -5 -57.3 -5c-58.5 0 -96.7 35.4 -96.7 99.6V256h-65v74h65v182h80V330h59.6z" />
</vector>

View File

@@ -0,0 +1,57 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:aapt="http://schemas.android.com/aapt"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#FFFFFF"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<group
android:scaleX="4"
android:scaleY="4">
<path android:pathData="M110 65A45 45 0 0 1 20 65A45 45 0 0 1 110 65Z">
<aapt:attr name="android:fillColor">
<gradient
android:centerX="74"
android:centerY="38"
android:gradientRadius="81"
android:tileMode="clamp"
android:type="radial">
<item
android:color="#00CCDD"
android:offset="0" />
<item
android:color="#0066DD"
android:offset="0.3" />
<item
android:color="#551177"
android:offset="0.6" />
</gradient>
</aapt:attr>
</path>
<path android:pathData="M17 65c-3 41 50 62 73 43c-3 2 -11 2 -11 2s27 -7 29 -21c-3 4 -9 7 -9 7s19 -17 14 -38c0 0 2 3 -3 15c5 -35 -15 -39 -15 -52c0 0 -2 4 -2 5c-6 -5 -11 -9 -12 -14c0 0 -20 23 3 40c18 26 -17 51 -37 27c5 2 13 3 21 -2c11 1 3 -9 -7 -6c-19 5 -19 -19 -9 -10c2 -3 1 -7 1 -7c4 -4 7 -1 11 -8c2 -6 -8 2 -12 -7c1 -3 3 -6 8 -9c-7 -3 -13 4 -13 4s-6 -3 -13 -1c-5 -4 -4 -10 -4 -10s-6 3 -7 17c-6 6 -8 16 -8 16l3 -5c0 0 -3 9 -3 18">
<aapt:attr name="android:fillColor">
<gradient
android:centerX="94.07063"
android:centerY="42.91915"
android:gradientRadius="103.0638"
android:tileMode="clamp"
android:type="radial">
<item
android:color="#FFEE44"
android:offset="0.2" />
<item
android:color="#FFBB00"
android:offset="0.4" />
<item
android:color="#FF2233"
android:offset="0.7" />
<item
android:color="#AA0077"
android:offset="0.9" />
</gradient>
</aapt:attr>
</path>
</group>
</vector>

View File

@@ -0,0 +1,12 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#FFFFFF"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#000000"
android:pathData="M112 254c0 -77 63 -140 141 -140h76l-41 40 19 19 84 -86H252c-92 0 -167 75 -167 167v131l27 -25v-1 -105zM420 124l-27 25v105c0 78 -63 141 -141 141h-76l41 -40 -19 -19 -84 86h138c93 0 168 -75 168 -167V124z" />
</vector>

16
images/android-vector-drawable/flickr.xml Executable file → Normal file
View File

@@ -1,17 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#fff"
android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" />
android:fillColor="#FFFFFF"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#006add"
android:pathData="M 157 163 C 208.362481734 163 250 204.637518266 250 256 C 250 307.362481734 208.362481734 349 157 349 C 105.637518266 349 64 307.362481734 64 256 C 64 204.637518266 105.637518266 163 157 163 Z" />
android:fillColor="#006ADD"
android:pathData="M250 256A93 93 0 0 1 64 256A93 93 0 0 1 250 256Z" />
<path
android:fillColor="#ff1981"
android:pathData="M 355 163 C 406.362481734 163 448 204.637518266 448 256 C 448 307.362481734 406.362481734 349 355 349 C 303.637518266 349 262 307.362481734 262 256 C 262 204.637518266 303.637518266 163 355 163 Z" />
</vector>
android:fillColor="#FF1981"
android:pathData="M448 256A93 93 0 0 1 262 256A93 93 0 0 1 448 256Z" />
</vector>

View File

@@ -0,0 +1,39 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:aapt="http://schemas.android.com/aapt"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#FFFFFF"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#39CEFD"
android:pathData="M191.45 342.89L249.11 401 407.75 241.12H292.4Z" />
<path
android:fillColor="#39CEFD"
android:pathData="M292.4 66.69H407.75L162.61 313.82l-57.7 -58.13Z" />
<path
android:fillColor="#03569B"
android:pathData="M249.11 401l43.29 43.59H407.75L306.8 342.89Z" />
<path android:pathData="M334.67 371.16L306.8 342.89 249.11 401Z">
<aapt:attr name="android:fillColor">
<gradient
android:endX="304.11"
android:endY="373.62"
android:startX="262.11"
android:startY="415.62"
android:tileMode="clamp">
<item
android:color="#661A237E"
android:offset="0" />
<item
android:color="#001A237E"
android:offset="1" />
</gradient>
</aapt:attr>
</path>
<path
android:fillColor="#16B9FD"
android:pathData="M191.45 342.87l57.69 -58.18 57.7 58.15L249.14 401Z" />
</vector>

12
images/android-vector-drawable/ghost.xml Executable file → Normal file
View File

@@ -1,16 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#e8e9eb"
android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" />
android:fillColor="#E8E9EB"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#000000"
android:strokeColor="#3d515b"
android:pathData="M101 134h187zm246 0h61zM101 257h310zm0 121h123zm187 0h123z"
android:strokeWidth="61"
android:pathData="M101 134h187zm246 0h61zM101 257h310zm0 121h123zm187 0h123z" />
</vector>
android:strokeColor="#3D515B" />
</vector>

View File

@@ -0,0 +1,12 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#FFFFFF"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#F05133"
android:pathData="M440.8 238.9L273 71.2a24.7 24.7 0 0 0 -35 0l-34.8 34.9 44.2 44.1a29.4 29.4 0 0 1 37.2 37.5l42.5 42.5a29.4 29.4 0 1 1 -17.6 16.6l-39.7 -39.7v104.5a29.4 29.4 0 1 1 -24.2 -0.9V205.3a29.4 29.4 0 0 1 -16 -38.6l-43.5 -43.5 -115 115a24.7 24.7 0 0 0 0 34.9L239 440.8a24.7 24.7 0 0 0 35 0l166.9 -167a24.7 24.7 0 0 0 0 -34.9" />
</vector>

View File

@@ -0,0 +1,15 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#FFFFFF"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#5E9826"
android:pathData="M133 137C128 137 119.64973 136.9871 113.27539 138.91406C95.749196 144.21227 82.069517 154.48322 73.636719 168.67773C58.095061 194.83822 61.758835 239.3215 81.607422 265.45312C98.633879 287.86926 129.08125 301.18942 167.56641 303.06055C174.04822 303.3757 172.99585 306.38052 176.13672 312.20117C188.03244 335.30254 200.00195 366.54297 235.00195 371.54297C275.00195 376.54297 320.00195 376.54297 360.00195 371.54297C397.4183 363.93669 424.31595 304.80989 441.10156 229.26367C446.50035 204.96561 447.92986 193.51556 448.00586 173.98828C447.99988 137 413 137 413 137L300 137L300.00195 211.60742L292 207.47461L292 137L133 137zM137 168C141.22217 197.55519 146.98491 222.01164 156.83984 252.99023C159.44517 260.68884 161.38108 267.1834 161.14258 267.42188C161.14258 267.42188 145.00082 266.99975 132.7832 260.99805C120.58212 256.02373 112.30143 249.57754 106.19336 240.29688C98.948453 229.28889 95.603188 216.82571 96.056641 202.54102C96.398138 192.12803 100.61266 179.69218 114.14844 172.33203C119.84286 169.69942 128.98852 167.9712 137 168z" />
<path
android:fillColor="#FFFFFF"
android:pathData="M280.37962 209.28042c-5.97367 -0.11372 -12.02027 3.08637 -14.53974 9.03632l-35.72792 64.56404c-3.66469 8.65449 -0.78107 18.68369 7.82746 23.44741l64.60999 34.62888c7.55545 3.61874 18.68368 0.78108 22.30242 -6.77437l34.62887 -64.60999c4.76373 -8.60853 1.88016 -18.63877 -6.72833 -23.40359l-45.19482 -25.00955 -9.52745 17.21708c1.98582 2.1158 3.05528 4.93048 2.9755 7.83111l1.0531 1.14499c12.91281 7.14559 20.46825 10.76432 22.39066 17.45045 2.9755 7.83112 -1.83417 17.5387 -13.74348 39.06005 0.85418 1.05071 1.50681 2.25025 1.92499 3.53817 1.87894 5.77712 -1.27915 11.98375 -7.05627 13.86269 -1.89197 0.78258 -3.96469 1.02209 -5.98528 0.69162 -5.99549 -0.98278 -10.05784 -6.6407 -9.07506 -12.63619 0.98278 -5.99548 6.64074 -10.05891 12.63618 -9.07503l0.046 -1.09904c9.52744 -17.21708 15.43615 -26.87871 13.42185 -31.36676 -0.91526 -4.44211 -7.41761 -6.91586 -18.17828 -12.87052l-1.05309 -1.14498c-2.5604 1.85928 -5.79759 2.52655 -8.88421 1.83052l-15.52805 29.07679c1.28351 1.24025 2.24593 2.7742 2.80423 4.46946 1.90234 5.77039 -1.23329 11.98834 -7.00368 13.89067 -5.7704 1.90234 -11.98944 -1.23333 -13.89068 -7.00368 -0.52575 -1.35524 -0.77677 -2.80346 -0.74026 -4.2563 0.1537 -6.07309 5.20178 -10.87045 11.27486 -10.71675l16.62708 -29.03085c-1.16537 -1.67433 -1.84189 -3.63989 -1.95385 -5.67679 -0.33213 -6.06587 4.31635 -11.25301 10.38226 -11.58623l9.52745 -17.21708 -11.85972 -6.0006c-2.34672 -1.4743 -5.04738 -2.21026 -7.76268 -2.26195z" />
</vector>

16
images/android-vector-drawable/github.xml Executable file → Normal file
View File

@@ -1,18 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#000000"
android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" />
android:fillColor="#1B1817"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#fff"
android:pathData="M335 499c14 0 12 17 12 17H165s-2-17 12-17c13 0 16-6 16-12l-1-50c-71
16-86-28-86-28-12-30-28-37-28-37-24-16 1-16 1-16 26 2 40 26 40 26 22 39 59 28 74
22 2-17 9-28 16-35-57-6-116-28-116-126 0-28 10-51 26-69-3-6-11-32 3-67 0 0 21-7
70 26 42-12 86-12 128 0 49-33 70-26 70-26 14 35 6 61 3 67 16 18 26 41 26 69 0
98-60 120-117 126 10 8 18 24 18 48l-1 70c0 6 3 12 16 12z" />
</vector>
android:fillColor="#FFFFFF"
android:pathData="M335 499c14 0 12 17 12 17H165s-2 -17 12 -17c13 0 16 -6 16 -12l-1 -50c-71 16 -86 -28 -86 -28 -12 -30 -28 -37 -28 -37 -24 -16 1 -16 1 -16 26 2 40 26 40 26 22 39 59 28 74 22 2 -17 9 -28 16 -35 -57 -6 -116 -28 -116 -126 0 -28 10 -51 26 -69 -3 -6 -11 -32 3 -67 0 0 21 -7 70 26 42 -12 86 -12 128 0 49 -33 70 -26 70 -26 14 35 6 61 3 67 16 18 26 41 26 69 0 98 -60 120 -117 126 10 8 18 24 18 48l-1 70c0 6 3 12 16 12z" />
</vector>

20
images/android-vector-drawable/gitlab.xml Executable file → Normal file
View File

@@ -1,20 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#fff"
android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" />
android:fillColor="#30353E"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#e24329"
android:pathData="M84 215l43-133c2-7 12-7 14 0l115 353L371 82c2-7 12-7 14 0l43 133" />
android:fillColor="#E24329"
android:pathData="M84 215l43 -133c2 -7 12 -7 14 0l115 353L371 82c2 -7 12 -7 14 0l43 133" />
<path
android:fillColor="#fc6d26"
android:pathData="M256 435L84 215h100.4zm71.7-220H428L256 435l71.6-220z" />
android:fillColor="#FC6D26"
android:pathData="M256 435L84 215h100.4zm71.7 -220H428L256 435l71.6 -220z" />
<path
android:fillColor="#fca326"
android:pathData="M84 215l-22 67c-2 6 0 13 6 16l188 137zm344 0l22 67c2 6 0 13-6 16L256 435z" />
</vector>
android:fillColor="#FCA326"
android:pathData="M84 215l-22 67c-2 6 0 13 6 16l188 137zm344 0l22 67c2 6 0 13 -6 16L256 435z" />
</vector>

33
images/android-vector-drawable/gmail.xml Executable file → Normal file
View File

@@ -1,35 +1,34 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#fff"
android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" />
android:fillColor="#FFFFFF"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#f2f2f2"
android:pathData="M 83 120 L 429 120 Q 437 120 437 128 L 437 384 Q 437 392 429 392 L 83 392 Q 75 392 75 384 L 75 128 Q 75 120 83 120 Z" />
android:fillColor="#F2F2F2"
android:pathData="M83 120H429A8 8 0 0 1 437 128V384A8 8 0 0 1 429 392H83A8 8 0 0 1 75 384V128A8 8 0 0 1 83 120Z" />
<path
android:fillColor="#d54c3f"
android:pathData="M120 392H97c-12 0-22-10-22-23V143h45z" />
android:fillColor="#D54C3F"
android:pathData="M120 392H97c-12 0 -22 -10 -22 -23V143h45z" />
<path
android:fillColor="#b63524"
android:pathData="M392 392h23c12 0 22-10 22-23V143h-45z" />
android:fillColor="#B63524"
android:pathData="M392 392h23c12 0 22 -10 22 -23V143h-45z" />
<path
android:fillAlpha="0.05"
android:fillColor="#000000"
android:fillAlpha=".05"
android:pathData="M256 286L120 392V187z" />
<path
android:fillAlpha="0.08"
android:fillColor="#000000"
android:fillAlpha=".08"
android:pathData="M82 159l235 233h75V159z" />
<path
android:strokeColor="#de5145"
android:pathData="M97 143l159 115 159 -115"
android:strokeWidth="45"
android:pathData="M97 143l159 115 159-115" />
android:strokeColor="#DE5145"
android:strokeLineCap="round" />
<path
android:fillColor="#f2f2f2"
android:pathData="M415 120c-5 0-10 2-13 4L256 230 110 124c-3-2-8-4-13-4z" />
</vector>
android:fillColor="#F2F2F2"
android:pathData="M415 120c-5 0 -10 2 -13 4L256 230 110 124c-3 -2 -8 -4 -13 -4z" />
</vector>

View File

@@ -1,14 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#fff"
android:pathData="M15,0 L497,0 Q512,0,512,15 L512,497 Q512,512,497,512 L15,512 Q0,512,0,497 L0,15 Q0,0,15,0 Z" />
android:fillColor="#FFFFFF"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#00acd7"
android:pathData="M308,220 C309,222,307,222,306,222 L272,231 C269,233,267,230,267,230 C246,204,202,222,200,260 C198,296,245,310,267,274 L229,274 C226,274,221,273,226,264 L234,247 C236,243,237,243,243,243 L313,243 C313,324,223,360,175,311 C153,288,146,236,191,199 C227,170,287,170,308,220 M324,316 C279,277,303,196,374,183 C447,170,479,238,450,289 C426,332,362,350,324,316 M418,265 C427,240,409,216,382,218 C352,221,331,260,350,283 C369,305,408,295,418,265 M97,263 L97,262 L99,257 L101,256 L142,256 L143,257 L142,262 L141,263 L97,263 M49,245 S47,245,48,244 L52,238 L54,237 L146,237 L147,238 L145,243 L144,244 L49,245 M79,226 L78,225 L83,220 L85,219 L157,219 L157,220 L154,225 L152,226 L79,226" />
</vector>
android:fillColor="#00ACD7"
android:pathData="M308 220c1 2 -1 2 -2 2l-34 9c-3 2 -5 -1 -5 -1 -21 -26 -65 -8 -67 30 -2 36 45 50 67 14h-38c-3 0 -8 -1 -3 -10l8 -17c2 -4 3 -4 9 -4h70c0 81 -90 117 -138 68 -22 -23 -29 -75 16 -112 36 -29 96 -29 117 21m16 96c-45 -39 -21 -120 50 -133 73 -13 105 55 76 106 -24 43 -88 61 -126 27m94 -51c9 -25 -9 -49 -36 -47 -30 3 -51 42 -32 65 19 22 58 12 68 -18m-321 -2v-1l2 -5 2 -1h41l1 1 -1 5 -1 1H97m-48 -18s-2 0 -1 -1l4 -6 2 -1h92l1 1 -2 5 -1 1 -95 1m30 -19l-1 -1 5 -5 2 -1h72v1l-3 5 -2 1H79" />
</vector>

View File

@@ -0,0 +1,30 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#FFFFFF"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#333333"
android:pathData="M84 265h82q17 -1 18 -18V139q-1 -17 -18 -18h-64q-17 1 -18 18v64q1 17 18 18h43v-24h-29q-8 0 -8 -8v-36q0 -8 8 -8h36q8 0 8 8v80q0 8 -8 8H84z" />
<path
android:fillColor="#333333"
android:pathData="M224 221h64q17 -1 18 -18v-64q-1 -17 -18 -18h-64q-17 1 -18 18v64q1 17 18 18zm14 -24q-8 0 -8 -8v-36q0 -8 8 -8h36q8 0 8 8v36q0 8 -8 8z" />
<group android:translateX="244">
<path
android:fillColor="#333333"
android:pathData="M84 265h82q17 -1 18 -18V139q-1 -17 -18 -18h-64q-17 1 -18 18v64q1 17 18 18h43v-24h-29q-8 0 -8 -8v-36q0 -8 8 -8h36q8 0 8 8v80q0 8 -8 8H84z" />
</group>
<group
android:translateX="-19"
android:translateY="170">
<path
android:fillColor="#333333"
android:pathData="M224 221h64q17 -1 18 -18v-64q-1 -17 -18 -18h-64q-17 1 -18 18v64q1 17 18 18zm14 -24q-8 0 -8 -8v-36q0 -8 8 -8h36q8 0 8 8v36q0 8 -8 8z" />
</group>
<path
android:fillColor="#333333"
android:pathData="M307 391h24v-67q0 -8 8 -8h16v75h24v-67q0 -8 8 -8h16v75h24V291H325q-17 -1 -18 18zM167 291h-65q-17 1 -18 18v64q1 17 18 18h65v-24h-51q-8 0 -8 -8v-36q0 -8 8 -8h51z" />
</vector>

View File

@@ -0,0 +1,16 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#FFFFFF"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#00AA13"
android:pathData="M319.2257 260.7359A64 64 0 0 1 191.2257 260.7359A64 64 0 0 1 319.2257 260.7359Z" />
<path
android:fillColor="#00AA13"
android:pathData="M255.2257 90.735903a171 171 0 0 0 -66 327.999997 32 32 0 0 0 44 -24 32 32 0 0 0 -19 -35 106 106 0 0 1 41 -205 107 107 0 0 1 41 205 32 32 0 0 0 13 61 33 33 0 0 0 12 -3 170 170 0 0 0 -66 -326.999997" />
</vector>

24
images/android-vector-drawable/google.xml Executable file → Normal file
View File

@@ -1,23 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#fff"
android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" />
android:fillColor="#FFFFFF"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#4285f4"
android:pathData="M386 400c45-42 65-112 53-179H260v74h102c-4 24-18 44-38 57z" />
android:fillColor="#4285F4"
android:pathData="M386 400c45 -42 65 -112 53 -179H260v74h102c-4 24 -18 44 -38 57z" />
<path
android:fillColor="#34a853"
android:pathData="M90 341a192 192 0 0 0 296 59l-62-48c-53 35-141 22-171-60z" />
android:fillColor="#34A853"
android:pathData="M90 341a192 192 0 0 0 296 59l-62 -48c-53 35 -141 22 -171 -60z" />
<path
android:fillColor="#fbbc02"
android:pathData="M153 292c-8-25-8-48 0-73l-63-49c-23 46-30 111 0 171z" />
android:fillColor="#FBBC02"
android:pathData="M153 292c-8 -25 -8 -48 0 -73l-63 -49c-23 46 -30 111 0 171z" />
<path
android:fillColor="#ea4335"
android:pathData="M153 219c22-69 116-109 179-50l55-54c-78-75-230-72-297 55z" />
</vector>
android:fillColor="#EA4335"
android:pathData="M153 219c22 -69 116 -109 179 -50l55 -54c-78 -75 -230 -72 -297 55z" />
</vector>

View File

@@ -0,0 +1,18 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#FFFFFF"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#4285F4"
android:pathData="M134.82 301.05L134.82 398.47 369.69 398.47 424.57 301.05 134.82 301.05Z" />
<path
android:fillColor="#11AA5A"
android:pathData="M196.03 98.72L79.94 301.05 134.82 398.47 267.22 169.93 196.03 98.72Z" />
<path
android:fillColor="#FFCD40"
android:pathData="M308.49 98.72L196.03 98.72 313.26 301.05 424.57 301.05 308.49 98.72Z" />
</vector>

View File

@@ -0,0 +1,36 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#FFFFFF"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<group>
<clip-path android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#35A85B"
android:pathData="M0 512V0h512z" />
<path
android:fillColor="#5881CA"
android:pathData="M256 288L32 512h448z" />
<path
android:fillColor="#C1C0BE"
android:pathData="M288 256L512 32v448z" />
<path
android:fillColor="#000000"
android:pathData="M0 512L512 0"
android:strokeWidth="71"
android:strokeColor="#FADB2A" />
<path
android:pathData="M175 173h50a50 54 0 1 1 -15 -41"
android:strokeWidth="22"
android:strokeColor="#F2F2F2" />
<path
android:fillColor="#DE3738"
android:pathData="M353 85a70 70 0 0 1 140 0c0 70 -70 70 -70 157 0 -87 -70 -87 -70 -157" />
<path
android:fillColor="#7D2426"
android:pathData="M448 89A25 25 0 0 1 398 89A25 25 0 0 1 448 89Z" />
</group>
</vector>

22
images/android-vector-drawable/google_play.xml Executable file → Normal file
View File

@@ -1,23 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#000000"
android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" />
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#2fcfff"
android:pathData="M120 87c-4 5-6 11-6 19v301c0 8 2 14 6 19l169-170z" />
android:fillColor="#2FCFFF"
android:pathData="M120 87q-5 8 -6 19v301q1 11 6 19l169 -170" />
<path
android:fillColor="#fdcc00"
android:pathData="M289 256l58 58 66-38c19-11 19-28 0-39l-66-38z" />
android:fillColor="#FDCC00"
android:pathData="M289 256l58 58 66 -38q35 -19 0 -39l-66 -38" />
<path
android:fillColor="#f0304b"
android:pathData="M120 426c7 6 17 7 28 0l199-112-58-58z" />
android:fillColor="#F0304B"
android:pathData="M120 426q16 7 29 0l199 -112 -58 -58" />
<path
android:fillColor="#43e475"
android:pathData="M120 87l169 169 58-57L149 87c-6-4-11-5-16-5s-9 2-13 5z" />
</vector>
android:fillColor="#43E475"
android:pathData="M120 87l169 169 58 -57L149 87q-16 -7 -29 0z" />
</vector>

17
images/android-vector-drawable/google_plus.xml Executable file → Normal file
View File

@@ -1,20 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#dc4639"
android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" />
android:fillColor="#DC4639"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#fff"
android:pathData="M191 234v47h72c-2 19-21 55-72 55-43 0-78-36-78-80s33-80 76-80c25 0 42 10 51
19l35-33a125 125 0 0 0-211 94c0 70 57 127 127 127 74 0 122-53 122-125l-2-24" />
android:fillColor="#FFFFFF"
android:pathData="M191 234v47h72c-2 19 -21 55 -72 55 -43 0 -78 -36 -78 -80s33 -80 76 -80c25 0 42 10 51 19l35 -33a125 125 0 0 0 -211 94c0 70 57 127 127 127 74 0 122 -53 122 -125l-2 -24" />
<path
android:fillColor="#000000"
android:strokeColor="#fff"
android:pathData="M404 192v118m59 -59H345"
android:strokeWidth="29"
android:pathData="M404 192v118m59-59H345" />
</vector>
android:strokeColor="#FFFFFF" />
</vector>

View File

@@ -0,0 +1,46 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#FFFFFF"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z"
android:strokeLineCap="round"
android:strokeLineJoin="round" />
<path
android:fillColor="#000000"
android:pathData="M256 109v22zM256 381v22zM256 195v122"
android:strokeWidth="43"
android:strokeColor="#FAB908"
android:strokeLineCap="round"
android:strokeLineJoin="round" />
<path
android:fillColor="#000000"
android:pathData="M181 176v75zM181 315v21z"
android:strokeWidth="43"
android:strokeColor="#EA4335"
android:strokeLineCap="round"
android:strokeLineJoin="round" />
<path
android:fillColor="#000000"
android:pathData="M331 261v75zM331 197v-21z"
android:strokeWidth="43"
android:strokeColor="#34A853"
android:strokeLineCap="round"
android:strokeLineJoin="round" />
<path
android:fillColor="#000000"
android:pathData="M405 245v22"
android:strokeWidth="43"
android:strokeColor="#4285F4"
android:strokeLineCap="round"
android:strokeLineJoin="round" />
<path
android:fillColor="#000000"
android:pathData="M107 245v22"
android:strokeWidth="43"
android:strokeColor="#0066D9"
android:strokeLineCap="round"
android:strokeLineJoin="round" />
</vector>

View File

@@ -0,0 +1,12 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt"
android:viewportWidth="512"
android:viewportHeight="512"
android:width="512dp"
android:height="512dp">
<path
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z"
android:fillColor="#4285F4" />
<path
android:pathData="M213 111l-107 94h69c5 45 41 64 78 67 -7 18 -4 27 7 39 -43 1 -103 26 -103 67 4 45 63 54 92 54 38 1 81 -19 90 -54 4 -35 -10 -54 -31 -71 -23 -18 -28 -28 -21 -40 15 -17 35 -27 39 -51 2 -17 -2 -28 -6 -43l45 -38 -1 16c-3 2 -5 6 -5 9v103c2 13 22 11 23 0V160c0 -3 -2 -7 -5 -8v-25l16 -16zm58 141c-61 10 -87 -87 -38 -99 56 -11 83 86 38 99zm-5 73c60 13 61 63 10 78 -44 9 -82 -4 -81 -30 0 -25 35 -48 71 -48z"
android:fillColor="#FFFFFF" />
</vector>

View File

@@ -0,0 +1,12 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#FFFFFF"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#02303A"
android:pathData="M427 132.7a61 61 0 0 0 -85 -1 6 6 0 0 0 0 9l7 8a6 6 0 0 0 8 1 35 35 0 0 1 46 53c-48 48 -113 -87 -259 -17a20 20 0 0 0 -9 28l25 43a20 20 0 0 0 27 7l1 0 0 0 11 -6a257 257 0 0 0 35 -26 6 6 0 0 1 8 -0v0a6 6 0 0 1 0 9 263 263 0 0 1 -37 28h-0l-11 6a31 31 0 0 1 -15 4 32 32 0 0 1 -28 -16L126 219C81 259 53 314 68.13 392.26a6 6 0 0 0 6 4.74H100.6a6 6 0 0 0 5.93 -5.3 40 40 0 0 1 78.62 0 6 6 0 0 0 5.72 5.08h26.2a6 6 0 0 0 5.7 -5.1 40 40 0 0 1 78.6 0 6 6 0 0 0 5.7 5h26a6 6 0 0 0 5.8 -5.72c1 -37 10 -79 38.7 -100 98 -73 72 -136 49.4 -158.3zm-100 110l-19 -9v0a12 12 0 1 1 19 9z" />
</vector>

View File

@@ -0,0 +1,27 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:aapt="http://schemas.android.com/aapt"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#000000"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path android:pathData="M390 146c5 -22 -7 -40 -7 -40 -20 -2 -34 6 -38 10 -13 -6 -26 -9 -39 -11 -9 -29 -35 -41 -35 -41a78 78 0 0 0 -34 45c-16 5 -31 12 -43 21 -24 -10 -53 -9 -77 2 -3 43 16 70 20 74 -5 14 -9 29 -10 42 -37.000002 19 -48.000002 56 -48.000002 56 16 17 43.000002 38 67.000002 38 7 12 15 22 24 32 -11 32 1 58 1 58 35 2 57 -15 62 -18 19 5 37 9 56 8 11 14 27 23 45 26 11 -16 21 -33 21 -49 14 -10 26 -23 35 -37 22 2 39 -14 39 -14 -3 -14 -10 -30 -22 -38 3 -23 -2 -46 -13 -65 -19 -30 -51 -47 -85 -47 -23 0 -44 11 -58 27a71 71 0 0 0 -15 65c5 19 21 35 38 39 17 4 34 2 43 -7 3 -3 -1 -8 -5 -6 -7 3 -14 4 -22 3 -59 -9 -45 -86 10 -89 11 -2 26 3 35 7 32 21 39 52 26 84a92 92 0 0 1 -76 51c-18 0 -35 -5 -49 -12 -34 -20 -56 -53 -58 -92 -3 -76 41 -110 90 -121 29 -6 61 -3 87 10 36 18 61 52 72 91 1 4 6 4 6 -1 0 -38 -17 -75 -43 -101z">
<aapt:attr name="android:fillColor">
<gradient
android:endX="110.86"
android:endY="444.16"
android:startX="110.86"
android:startY="179.2"
android:tileMode="clamp">
<item
android:color="#F05A28"
android:offset="0" />
<item
android:color="#FBCA0A"
android:offset="1" />
</gradient>
</aapt:attr>
</path>
</vector>

12
images/android-vector-drawable/hackernews.xml Executable file → Normal file
View File

@@ -1,14 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#f60"
android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" />
android:fillColor="#FF6600"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#fff"
android:pathData="M124 91h51l81 162 81-164h51L276 293v136h-40V293z" />
</vector>
android:fillColor="#FFFFFF"
android:pathData="M124 91h51l81 162 81 -164h51L276 293v136h-40V293z" />
</vector>

View File

@@ -0,0 +1,12 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#FFFFFF"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#000000"
android:pathData="M174 56c-10 1 -23 5 -25 16v367c2 9 11 15 20 16h14c9 -2 20 -7 21 -17a116708 116708 0 0 0 0 -366c-3 -11 -15 -15 -25 -16h-5zM333 200c-7 1 -13 2 -17 5l-74 47c-4 3 -5 8 -5 12 2 12 8 21 17 27 7 4 18 7 25 2l29 -19v165c3 10 12 15 21 17h10c9 -2 19 -5 23 -14l1 -3a18494 18494 0 0 0 0 -222c-1 -12 -16 -16 -26 -17h-4z" />
</vector>

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#3e3e2a"
android:strokeColor="#29291c"
android:strokeWidth="22"
android:pathData="M15,0 L475,0 Q490,0,490,15 L490,475 Q490,490,475,490 L15,490 Q0,490,0,475 L0,15 Q0,0,15,0 Z" />
<path
android:fillColor="#ecdfa7"
android:pathData="M115,91 L196,256 L153,440 C180,459,214,465,243,457 C261,478,290,486,315,489 C314,494,308,505,313,507 C330,517,353,520,368,507 C376,500,380,492,380,482 C392,476,403,466,401,453 C400,434,383,421,370,412 C359,404,336,402,330,391 C322,378,332,367,332,354 L360,330 L363,332 S372,333,377,320 L375,318 C378,315,385,309,384,308 C382,306,374,312,370,315 L361,309 L379,294 C384,295,393,302,395,297 C388,281,358,267,348,265 C346,265,345,267,343,268 L334,265 L222,360 L176,261 L179,261 C180,259,182,248,170,250 C170,248,163,228,159,227 C144,221,106,237,87,244 Z M183,85 L189,97 L176,98 L170,87 Z M195,109 L247,210 L239,217 L183,111 Z M383,118 C390,119,418,138,419,140 C416,140,384,120,383,118 Z M344,212 C340,223,339,236,346,244 C357,259,377,258,392,267 C404,274,419,285,420,299 C421,309,415,316,408,322 C408,321,405,302,403,307 C394,331,375,322,358,315 L355,316 L345,331 C314,328,281,292,273,287 L275,264 C298,248,321,230,344,212 Z M269,265 L271,268 L239,451 L236,452 L262,267 L376,168 L382,173 Z" />
</vector>

View File

@@ -1,19 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#000000"
android:pathData="M15,0 L497,0 Q512,0,512,15 L512,497 Q512,512,497,512 L15,512 Q0,512,0,497 L0,15 Q0,0,15,0 Z" />
android:fillColor="#430098"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#000000"
android:strokeColor="#fff"
android:fillColor="#430098"
android:pathData="M367 99H145c-22 0 -30 8 -30 30v254c0 22 8 30 30 30h222c22 0 30 -8 30 -30V129c0 -22 -9 -30 -30 -30"
android:strokeWidth="16"
android:pathData="M367,99 L145,99 C123,99,115,107,115,129 L115,383 C115,405,123,413,145,413 L367,413 C389,413,397,405,397,383 L397,129 C397,107,388,99,367,99" />
android:strokeColor="#FFFFFF" />
<path
android:fillColor="#fff"
android:pathData="M182,284 C238,256,276,253,289,259 C298,263,298,274,298,274 L298,373 L331,373 L331,273 S330,241,304,229 S242,228,216,235 L216,140 L182,140 M306,194 S328,172,331,140 L297,140 C292,169,272,194,272,194 M182,372 L219,339 L182,306" />
</vector>
android:fillColor="#FFFFFF"
android:pathData="M182 284c56 -28 94 -31 107 -25 9 4 9 15 9 15v99h33V273s-1 -32 -27 -44 -62 -1 -88 6v-95h-34m124 54s22 -22 25 -54h-34c-5 29 -25 54 -25 54m-90 178l37 -33 -37 -33" />
</vector>

View File

@@ -0,0 +1,12 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#FFFFFF"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#0096D6"
android:pathData="M256 64c-2.9 0 -5.8 0 -8.6 0.2l-39.3 108h34.2c20.3 0 31.3 15.6 24.3 34.8l-48.4 133h-40.7l52 -142.6H199L147 340h-40.6l61 -168 36.9 -101a192 192 0 0 0 7.2 371.7l35.7 -98 62.8 -172.7h75c20.3 0 31.3 15.7 24.3 34.9l-42.5 116.9a26.5 26.5 0 0 1 -23.2 16.2h-54l-39.2 107.8 5.7 0.1a192 192 0 0 0 0 -384zm85.6 133.3l-42.8 117.4h30.6l42.8 -117.4z" />
</vector>

20
images/android-vector-drawable/html5.xml Executable file → Normal file
View File

@@ -1,20 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#e34f26"
android:pathData="M71 460L30 0h451l-41 460-185 52" />
android:fillColor="#E34F26"
android:pathData="M71 460L30 0h451l-41 460 -185 52" />
<path
android:fillColor="#ef652a"
android:pathData="M256 472l149-41 35-394H256" />
android:fillColor="#EF652A"
android:pathData="M256 472l149 -41 35 -394H256" />
<path
android:fillColor="#ebebeb"
android:pathData="M256 208h-75l-5-58h80V94H114l15 171h127zm-1 147l-63-17-4-45h-56l7 89 116 32z" />
android:fillColor="#EBEBEB"
android:pathData="M256 208h-75l-5 -58h80V94H114l15 171h127zm-1 147l-63 -17 -4 -45h-56l7 89 116 32z" />
<path
android:fillColor="#fff"
android:pathData="M255 208v57h70l-7 73-63 17v59l116-32 16-174zm0-114v56h137l5-56z" />
</vector>
android:fillColor="#FFFFFF"
android:pathData="M255 208v57h70l-7 73 -63 17v59l116 -32 16 -174zm0 -114v56h137l5 -56z" />
</vector>

26
images/android-vector-drawable/ibm.xml Executable file → Normal file
View File

@@ -1,26 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#000000"
android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" />
android:fillColor="#FFFFFF"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#1f70c1"
android:pathData="M54 174h404v12H54zm0 22h404v11H54zm0 109h404v11H54zm0
21h404v12H54zm23-43h124v11H77zm157 0h202v11H234zM77
240h359v11H77zm0-22h124v11H77zm157 0h202v11H234zM77 261h359v11H77z" />
android:pathData="M54 332h404M54 311h404m-224 -22h202m-359 0h124M77 267h359M77 246h359m-202 -22h202m-359 0h124M54 202h404M54 180h404"
android:strokeWidth="12"
android:strokeColor="#1F70C1" />
<path
android:fillColor="#000000"
android:pathData="M402 245l-34 94h34z" />
<path
android:fillColor="#000000"
android:pathData="M335 245v94h34zm6-72l28 76 26-76zm-230 42h56v81h-56z" />
<path
android:fillColor="#000000"
android:pathData="M133 173v166h11V173zm97 1c34 0 62 49 17 82 44 32 18 82-17
82v3h49v-36l22-10v-77l-22-10v-36h-49z" />
</vector>
android:fillColor="#FFFFFF"
android:pathData="M111 215h56v81h-56zm33 -42v166h-11V173zm197 0l28 76 26 -76zm-6 72v94h67v-94l-33 93zm-105 -71c34 0 62 49 17 82 44 32 18 82 -17 82v3h49v-36l22 -10v-77l-22 -10v-36h-49z" />
</vector>

View File

@@ -0,0 +1,12 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#F5C518"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#000000"
android:pathData="M104 328V184H64v144zM189 184l-9 67 -5 -36 -5 -31h-50v144h34v-95l14 95h25l13 -97v97h34V184zM256 328V184h62c15 0 26 11 26 25v94c0 14 -11 25 -26 25zm47 -118l-9 -1v94c5 0 9 -1 10 -3 2 -2 2 -8 2 -18v-56 -12l-3 -4zM419 220h3c14 0 26 11 26 25v58c0 14 -12 25 -26 25h-3c-8 0 -16 -4 -21 -11l-2 9h-36V184h38v46c5 -6 13 -10 21 -10zm-8 70v-34l-1 -11c-1 -2 -4 -3 -6 -3s-5 1 -6 3v57c1 2 4 3 6 3s6 -1 6 -3l1 -12z" />
</vector>

View File

@@ -0,0 +1,15 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#FFFFFF"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#000000"
android:pathData="M301 410c0 22 -3 38 -11 49 -7 10 -18 16 -34 16 -15 0 -26 -6 -34 -16 -8 -11 -11 -27 -11 -49V231c0 -22 3 -38 11 -49 7 -10 19 -16 34 -16 16 0 27 6 34 16 8 11 11 27 11 49z" />
<path
android:fillColor="#89C623"
android:pathData="M309 91A53 53 0 0 1 203 91A53 53 0 0 1 309 91Z" />
</vector>

20
images/android-vector-drawable/instagram.xml Executable file → Normal file
View File

@@ -1,22 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#d43377"
android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" />
android:fillColor="#D43377"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:strokeColor="#fff"
android:pathData="M186 108H326A78 78 0 0 1 404 186V326A78 78 0 0 1 326 404H186A78 78 0 0 1 108 326V186A78 78 0 0 1 186 108Z"
android:strokeWidth="29"
android:pathData="M 186 108 L 326 108 Q 404 108 404 186 L 404 326 Q 404 404 326 404 L 186 404 Q 108 404 108 326 L 108 186 Q 108 108 186 108 Z" />
android:strokeColor="#FFFFFF" />
<path
android:strokeColor="#fff"
android:pathData="M325 256A69 69 0 0 1 187 256A69 69 0 0 1 325 256Z"
android:strokeWidth="29"
android:pathData="M 256 187 C 294.107647738 187 325 217.892352262 325 256 C 325 294.107647738 294.107647738 325 256 325 C 217.892352262 325 187 294.107647738 187 256 C 187 217.892352262 217.892352262 187 256 187 Z" />
android:strokeColor="#FFFFFF" />
<path
android:fillColor="#fff"
android:pathData="M 343 150 C 353.493410247 150 362 158.506589753 362 169 C 362 179.493410247 353.493410247 188 343 188 C 332.506589753 188 324 179.493410247 324 169 C 324 158.506589753 332.506589753 150 343 150 Z" />
</vector>
android:fillColor="#FFFFFF"
android:pathData="M362 169A19 19 0 0 1 324 169A19 19 0 0 1 362 169Z" />
</vector>

27
images/android-vector-drawable/intel.xml Executable file → Normal file
View File

@@ -1,28 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#fff"
android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" />
android:fillColor="#FFFFFF"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#0071c5"
android:pathData="M169 235v68h-21v-86h45c18 0 25 14 25 26v60h-22v-60c0-5-2-8-9-8zm147-1c-7 0-13
4-15 9l-2 9h33c0-9-4-18-16-18m-17 33c0 11 7 19 19 19 10 0 14-3 20-8l14 12c-9
10-21 15-34 14-21 0-40-11-40-44 0-29 16-44 39-44 24 0 37 18 37 43v8zm-40 36c-17
0-25-13-25-25v-84h22v23h16v18h-16v42c0 4 2 8 7 8h9v18zm-130-98h-22v-20h22zm0
98c-17-1-22-11-22-22v-64h22zm259-1c-16-2-22-12-22-23v-98h22zm77-107c-20-95-207-101-328-28v7c121-61
292-61 307 29 5 28-11 59-41 77v23c35-14 72-56 62-108M245 365c-83
7-170-5-182-70-5-32 9-66 28-87v-12c-34 31-54 70-42 115 13 59 87 92 202 82 44-4
103-19 144-41v-33c-37 22-99 41-150 46" />
android:fillColor="#0071C5"
android:pathData="M169 235v68h-21v-86h45c18 0 25 14 25 26v60h-22v-60c0 -5 -2 -8 -9 -8zm147 -1c-7 0 -13 4 -15 9l-2 9h33c0 -9 -4 -18 -16 -18m-17 33c0 11 7 19 19 19 10 0 14 -3 20 -8l14 12c-9 10 -21 15 -34 14 -21 0 -40 -11 -40 -44 0 -29 16 -44 39 -44 24 0 37 18 37 43v8zm-40 36c-17 0 -25 -13 -25 -25v-84h22v23h16v18h-16v42c0 4 2 8 7 8h9v18zm-130 -98h-22v-20h22zm0 98c-17 -1 -22 -11 -22 -22v-64h22zm259 -1c-16 -2 -22 -12 -22 -23v-98h22zm77 -107c-20 -95 -207 -101 -328 -28v7c121 -61 292 -61 307 29 5 28 -11 59 -41 77v23c35 -14 72 -56 62 -108M245 365c-83 7 -170 -5 -182 -70 -5 -32 9 -66 28 -87v-12c-34 31 -54 70 -42 115 13 59 87 92 202 82 44 -4 103 -19 144 -41v-33c-37 22 -99 41 -150 46" />
<path
android:fillColor="#0071c5"
android:pathData="M409 194v-8h3c1 0 4 0 4 2s-2 2-2 3l2 3h-2c-1-3-3-3-4-3v3zm1-5h2s2 1 2-1l-2-1h-2z" />
android:fillColor="#0071C5"
android:pathData="M409 194v-8h3c1 0 4 0 4 2s-2 2 -2 3l2 3h-2c-1 -3 -3 -3 -4 -3v3zm1 -5h2s2 1 2 -1l-2 -1h-2z" />
<path
android:strokeColor="#0071c5"
android:pathData="M420 190A8 8 0 0 1 404 190A8 8 0 0 1 420 190Z"
android:strokeWidth="2"
android:pathData="M 412 182 C 416.418277999 182 420 185.581722001 420 190 C 420 194.418277999 416.418277999 198 412 198 C 407.581722001 198 404 194.418277999 404 190 C 404 185.581722001 407.581722001 182 412 182 Z" />
</vector>
android:strokeColor="#0071C5" />
</vector>

View File

@@ -0,0 +1,12 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#FFFFFF"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#000000"
android:pathData="M81 419h350v18h-350zm14 -34h323v25h-323zm-2 -284h321v35h-321zm319 -10l10 -11 -169 -39 -168 39 10 11h158zm-273 154l-1 -51 -3 -47c0 -2 0 -2 -2 -2a67 67 0 0 0 -28 0c-1 0 -2 0 -2 2l-2 47a2223 2223 0 0 0 0 127l2 43 1 8 15 3c6 -1 11 -1 16 -3l1 -8 2 -43a1616 1616 0 0 0 1 -76zm88 0l-2 -51 -2 -47c0 -2 -1 -2 -2 -2a67 67 0 0 0 -28 0c-2 0 -2 0 -2 2l-3 47a2223 2223 0 0 0 0 127l2 43 1 8c5 2 11 2 16 3l16 -3v-8l2 -43a1620 1620 0 0 0 2 -76zm101 0l-1 -51 -3 -47c0 -2 0 -2 -2 -2a67 67 0 0 0 -28 0c-1 0 -2 0 -2 2l-2 47a2223 2223 0 0 0 0 127l2 43 1 8 15 3c5 -1 11 -1 16 -3l1 -8 2 -43a1624 1624 0 0 0 1 -76zm85 0l-1 -51 -2 -47c0 -2 -1 -2 -2 -2a67 67 0 0 0 -29 0l-1 2 -3 47a2227 2227 0 0 0 0 127l2 43 1 8c5 2 10 2 16 3l15 -3 1 -8 2 -43a1620 1620 0 0 0 1 -76z" />
</vector>

View File

@@ -0,0 +1,24 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:aapt="http://schemas.android.com/aapt"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z">
<aapt:attr name="android:fillColor">
<gradient
android:startY="512"
android:tileMode="clamp">
<item
android:color="#832BC1"
android:offset="0" />
<item
android:color="#F452FF"
android:offset="1" />
</gradient>
</aapt:attr>
</path>
<path
android:fillColor="#FFFFFF"
android:pathData="M293 294c-8 -8 -21 -13 -37 -13s-29 5 -37 13c-4 5 -6 9 -7 15 -1 12 0 22 1 39a891 891 0 0 0 13 87c3 9 14 18 30 18 17 0 27 -9 30 -18a891 891 0 0 0 14 -126c-1 -6 -3 -10 -7 -15zm-79 -72a42 42 0 1 0 84 0 42 42 0 0 0 -84 0zm42 -165a180 180 0 0 0 -60 350c2 0 4 -1 4 -3l-3 -18c0 -3 -2 -4 -4 -5a157 157 0 1 1 126 0c-2 1 -4 2 -4 5l-3 18c0 2 2 3 4 3a180 180 0 0 0 -60 -350zm-4 82a98 98 0 0 1 71 169c-2 1 -3 4 -2 6l-1 20c0 2 2 4 4 2a121 121 0 1 0 -136 1c2 1 4 -1 4 -3v-20c0 -2 -1 -5 -3 -6a97 97 0 0 1 63 -169z" />
</vector>

View File

@@ -1,17 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#fff"
android:pathData="M15,0 L497,0 Q512,0,512,15 L512,497 Q512,512,497,512 L15,512 Q0,512,0,497 L0,15 Q0,0,15,0 Z" />
android:fillColor="#FFFFFF"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#f8981d"
android:pathData="M274,235 C292,256,269,275,269,275 S316,251,294,221 S259,179,342,131 C342,130,211,163,274,235 M294,53 S334,93,256,153 C194,202,242,230,256,262 C220,229,193,201,211,174 C238,134,310,115,294,53" />
android:fillColor="#F8981D"
android:pathData="M274 235c18 21 -5 40 -5 40s47 -24 25 -54 -35 -42 48 -90C342 130 211 163 274 235M294 53s40 40 -38 100c-62 49 -14 77 0 109 -36 -33 -63 -61 -45 -88C238 134 310 115 294 53" />
<path
android:fillColor="#5382a1"
android:pathData="M206,347 S191,355,216,358 S262,361,295,355 A137,137,0,0,0,316,365 C242,397,147,364,206,347 M197,305 S181,317,206,320 S264,324,308,315 A45,45,0,0,0,324,325 C233,351,132,327,197,305 M372,378 S383,387,360,394 C317,407,181,411,143,395 C129,389,158,378,176,378 C159,368,78,399,134,408 C287,432,412,396,372,378 M213,262 S144,278,188,284 C207,287,245,286,280,283 S337,275,337,275 A122,122,0,0,0,320,284 C250,302,114,294,153,275 S213,262,213,262 M337,331 C410,294,376,251,344,265 C380,235,445,301,335,333 L335,331 M220,432 C289,436,394,430,396,397 C396,397,391,409,339,419 S208,429,165,422 C166,422,175,429,220,432" />
</vector>
android:fillColor="#5382A1"
android:pathData="M206 347s-15 8 10 11 46 3 79 -3a137 137 0 0 0 21 10C242 397 147 364 206 347m-9 -42s-16 12 9 15 58 4 102 -5a45 45 0 0 0 16 10C233 351 132 327 197 305m175 73s11 9 -12 16c-43 13 -179 17 -217 1 -14 -6 15 -17 33 -17 -17 -10 -98 21 -42 30C287 432 412 396 372 378M213 262s-69 16 -25 22c19 3 57 2 92 -1s57 -8 57 -8a122 122 0 0 0 -17 9c-70 18 -206 10 -167 -9S213 262 213 262m124 69c73 -37 39 -80 7 -66 36 -30 101 36 -9 68v-2M220 432c69 4 174 -2 176 -35 0 0 -5 12 -57 22s-131 10 -174 3C166 422 175 429 220 432" />
</vector>

View File

@@ -0,0 +1,12 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#F7DF1E"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#000000"
android:pathData="M324 370c10 17 24 29 47 29 20 0 33 -10 33 -24 0 -16 -13 -22 -35 -32l-12 -5c-35 -15 -58 -33 -58 -72 0 -36 27 -64 70 -64 31 0 53 11 68 39l-37 24c-8 -15 -17 -21 -31 -21 -14 0 -23 9 -23 21 0 14 9 20 30 29l12 5c41 18 64 35 64 76 0 43 -34 67 -80 67 -45 0 -74 -21 -88 -49zm-170 4c8 13 14 25 31 25 16 0 26 -6 26 -30V203h48v164c0 50 -29 72 -72 72 -39 0 -61 -20 -72 -44z" />
</vector>

Some files were not shown because too many files have changed in this diff Show More