Files
SuperTinyIcons/images/android-vector-drawable/overleaf.xml
Ethan Chapman 8e583e7ef9 Add Overleaf (#523)
* Add overleaf SVG

* Add Overleaf to README

* Add overleaf reference svg

* Cite CoreUI for Overleaf

* Add reference comparison

* Create overleaf.xml

* Fix overleaf Android vector

* Linebreaks for readability.

Co-authored-by: Terence Eden <edent@users.noreply.github.com>
2021-02-20 15:13:39 +00:00

13 lines
703 B
XML

<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android: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:pathData="M118 304c0 41 23 79 60 99 37 19 81 17 115-7 34-23 52-64 47-105s-32-76-71-91c-13-5-26-8-40-7.5-24 16-44 39-56 65 41-43 99-30 123 16 21 52-16 103-67 104-54-2.7-85-55-77-100 14-86 117-135 193-154-35 17-69 36-101 58 92 35 107-42 149-76-43-17-197-25-198 68-44 28-75 72-77 130z"
android:fillColor="#46a247"
</vector>