Commit Graph

569 Commits

Author SHA1 Message Date
zfrohardt
ec9bb4d111 updated README.md with new file size of vue.svg 2021-08-01 13:00:23 -07:00
Zach Frohardt
a4d70db075 Minimized Jacobin to 241 bytes (#563)
* minimized jacobin.svg

* updated README with smaller size
2021-07-30 11:03:06 +01:00
Zach Frohardt
f317947890 Shrank Patreon by one byte to 249 bytes (#564)
* removed unecessary byte from patreon.svg

* updated README with smaller size
2021-07-30 11:01:28 +01:00
Zach Frohardt
3f8fd239e0 Add WebAssembly logo at 498 bytes (#565)
* initial path optimization

* resized logo and did a small optimization pass

* updated README with new entry
2021-07-30 11:01:10 +01:00
Zach Frohardt
b0f72334ae Shrank Crystal to 229 bytes (#567)
* optimized path in crystal.svg

* updated README with new byte count
2021-07-30 11:00:47 +01:00
Zach Frohardt
58d87b863d Shrank Npm to 299 bytes (#568)
* rearranged path

* updated README with smaller byte count
2021-07-30 11:00:09 +01:00
Zach Frohardt
04ebea1d67 Added DataCamp at 491 bytes (#570)
* added datacamp.svg

* removed template comment from datacamp.svg

* updated README with datacamp.svg
2021-07-30 10:59:48 +01:00
Zach Frohardt
2ada0c10ab Added Bugcrowd at 799 bytes (#569)
* added bugcrowd.svg

* update README to include new icon

* added reference image for bugcrowd.svg
2021-07-30 10:59:09 +01:00
Matt Allred
dd80b17e5b Css3 update (#557)
* Update css3.svg

Typo in aria label changed from HTML5 to CSS3

* Changed file size in readme.md
2021-07-18 13:17:25 +01:00
Zach Frohardt
82c2e38518 Minified Centos to 743 bytes (#561)
* optimized path in centos.svg

* updated README with smaller size
2021-07-18 13:17:01 +01:00
Zach Frohardt
a3bdd77f91 Shrank element.svg to 444 bytes (#560)
* shrank file by combining multiple elements into one path

* updated README with new, smaller file size

Co-authored-by: Terence Eden <edent@users.noreply.github.com>
2021-07-18 13:16:36 +01:00
Zach Frohardt
237bbb6969 Add Colaboratory (#559)
* create colaboratory.svg

* updated README with CoLaboratory added
2021-07-18 13:15:34 +01:00
Zach Frohardt
e9a2a6b9da added Briar svg and reference (#558) 2021-07-18 13:14:58 +01:00
Ethan Chapman
bed6907f8e Update Discord (#546)
Fixes #540. Unfortunately increases file size significantly.
2021-05-31 15:51:54 +01:00
Kroum Tzanev
62e8265899 Shrink gitea.svg by 240 bytes (1006 => 766 bytes) (#539)
* Shrink gitea.svg by 240 bytes (1006 => 766 bytes)

* Update gitea.svg by size (1006 => 766 bytes).
2021-05-12 21:51:11 +01:00
Ben Bullock
5ff58b0f09 Size of svg.svg (#537) 2021-05-12 16:15:28 +01:00
Kroum Tzanev
a02b197647 Shrink tiktok.svg by 51 bytes. (#538)
* Update tiktok.svg

Shrink 51 bytes (484 => 433 bytes). 
The path wasn't optimized, nor the colors.

* Update README.md

Update the tiktok.svg size (433 bytes).
2021-05-12 16:14:56 +01:00
Kroum Tzanev
93d10404ba Update tiktok.svg (#532)
* Update tiktok.svg

This file is bigger by 38 bytes (446 => 484) but it avoids the use of `<!ENTITY ...>` and `<!DOCTYPE ...>` and as consequence:
- It respect the template starting with `<svg xmlns="http://www.w3.org/2000/svg" ...>`.
- This `svg` code can be integrated directly in `html`.

* Update README.md

Update the size of `tiktok.svg`.
2021-05-12 10:56:58 +01:00
Kroum Tzanev
18111a664b Update mailchimp.svg (#533)
* Update mailchimp.svg

Shrink 12 bytes (1010 => 998 bytes).

* Update README.md

Update the size of `mailchimp.svg`.
2021-05-12 10:56:43 +01:00
Kroum Tzanev
2310e4dcf6 Create sublimetext.svg (#534)
* Create sublimetext.svg

Add sublimetext.svg icon.

* Update README.md

Add text editors section with "Sublime Text" as first icon inside.
2021-05-12 10:55:25 +01:00
AnalogCyan
6af769c3ad Update Android icon to new branding (#531)
* Update Android SVG

* Update Android reference SVG

* Update android.xml

* Fixed file whitespace.

* Update Android filesize
2021-05-10 15:40:14 +01:00
TPS
a58a196e8a Shrink access.svg by 10 bytes (#515)
* Shrink access.svg by 10 bytes

Most of the heavy lifting by [SVG Cleaner](https://github.com/RazrFalcon/svgcleaner-gui)
- Minimize path
- Remove whitespace
- Remove ending `LF`

* Update README.md

Update decreased size for access.svg
2021-05-10 10:40:20 +01:00
TPS
e1bf7098fb Shrink adobe.svg by 1 byte (#516)
* Shrink adobe.svg by 1 byte

Per [SVG Cleaner](https://github.com/RazrFalcon/svgcleaner-gui), the removed `l` is unnecessary

* Update README.md

Update decreased size for adobe.svg
2021-05-10 10:39:48 +01:00
TPS
160c316a4d Shrink amazon_alexa.svg by 11 bytes (#517)
* Shrink amazon_alexa.svg by 11 bytes

Path compression by [SVG Cleaner](https://github.com/RazrFalcon/svgcleaner-gui).

* Update README.md

Update decreased size for amazon_alexa.svg
2021-05-10 10:39:26 +01:00
TPS
5ba3b2c489 Shrink amazon_s3.svg by 118 bytes (#518)
* Shrink amazon_s3.svg by 118 bytes

Path & whitespace optimization by [SVG Cleaner](https://github.com/RazrFalcon/svgcleaner-gui), then [SVGMO](https://jakearchibald.github.io/svgomg/).
_N.B.:  Notice the conversion of many `M`→ `m`.  IDK why, but I got rendering errors on multiple viewers with the uppercase versions, & the optimizers lowercased them, anyway._

* Update README.md

Update decreased size for amazon_s3.svg
2021-05-10 10:39:04 +01:00
Kroum Tzanev
c25a52c3f7 optimize freecodecamp.svg (#520)
Reduction : 1016 => 727 bytes
2021-05-10 10:38:14 +01:00
oneryx
21fb95fef8 Add elastic (#521)
* add elastic-vertical-reverse.svg

* add elastic.svg

* Update README.md

* Update index.md

Co-authored-by: Terence Eden <edent@users.noreply.github.com>
2021-05-10 10:37:40 +01:00
Zach Frohardt
63fd7d1b16 Add CSS3 logo into the repository (#525)
* initial sketch of the CSS3 logo before optimization

* first pass at optimizing paths

* removed whitespace to shrink file to final size

* added CSS3 entry to the README.md table of icons

* added the reference logo
2021-05-10 10:35:19 +01:00
Zach Frohardt
452897c2a9 Add Malt logo (#526)
* initial sketch of the logo

* first pass at centering and optimizing the icon

* Remove comments and whitespace to minimize icon size

* Updated README.md to include malt.svg

* added source reference material
2021-05-10 10:33:59 +01:00
Zach Frohardt
8cda12136a Shrink the Google Podcasts icon (#527)
* Shrank file by rearranging paths and converting to relative commands

* Updated README with new file size
2021-05-10 10:32:58 +01:00
Bram
a91c72e74c Added FreeBSD logo (#530)
* FreeBSD logo

* Fixed file extension for reference image

* Switched to official FreeBSD red
2021-05-10 10:32:31 +01:00
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
Daniel Ziegenberg
110f26dc9d Clarify problem with rounded corners in Android Studio (#514)
Android Studio works fine with rounded corners; it just doesn't like percentage length values (or any other values with a unit identifier). Any of the following optional unit identifiers would prevent converting SVGs to Android Vector Drawables: `("em" | "ex" | "px" | "in" | "cm" | "mm" | "pt" | "pc" | "%")`.

I used 77 as a close approximation for 15% of 512.
2021-01-04 17:23:02 +00:00
Terence Eden
94eee2ef3c Update Intercom size 2020-12-20 21:05:32 +00:00
Thomas Soler
d4fe535615 Add Intercom icon (#510)
* Add Intercom icon

* Corrected size

Co-authored-by: Terence Eden <edent@users.noreply.github.com>
2020-12-20 14:00:04 +00:00
Zach Frohardt
e6370939b8 Shrink the size of thisamericanlife.svg by optimizing path (#498)
* Shrink the size of thisamericanlife.svg by optimizing path

* Shrank vivino.svg by optimizing its path. Also improved the fidelity of the logo by fixing some misalignments
2020-12-12 16:11:52 +00:00
rrichy
ab26d19277 foobar2000 icon (#500)
* foobar2000 icon

my contribution :). this should be on the media category

* update on foobar2000

following the guidelines as much as i can

Co-authored-by: Richeese <rricheese@users.noreply.github.com>
2020-12-12 16:05:51 +00:00
Terence Eden
0776efcf10 Correct size for elementaryos 2020-12-12 16:00:47 +00:00
taskinoz
4a164116f3 Fixed an error in the size description of the icon (#501) 2020-12-06 20:00:19 +00:00
Brian Tremblay
f407f7686f Shrinks ubuntu.svg (#487)
* Shrinks ubuntu.svg

Uses 1 circle with stroke for main ring instead
of 2 separate circles.
Simplifies path.

* Changes fill in outer circle to none

Based on @Erwan-le-Gall improvement in #490 , this
commit changes the fill in the large `circle` from
the same color as the containing `rect` to `none`,
shaving off 3 bytes.
2020-11-26 10:48:00 +00:00
Zach Frohardt
f19d90827d Reduced size of thisamericanlife.svg (#497) 2020-11-24 20:43:08 +00:00
zfrohardt
a09d416c21 Minified microsoft.svg by using <path> elements instead of <rect> elements (#496) 2020-11-24 04:51:09 +00:00
Terence Eden
c8d8a710b2 Add Etsy
Fixes #494
2020-11-18 14:40:27 +00:00
Brian Tremblay
8313e8e5ed Adds WHATWG icon (#492) 2020-11-17 22:52:23 +00:00
Brian Tremblay
6dd17e8251 Shrinks adobe.svg (#495)
Uses z command in `path` to close shapes,
reducing size of `d` attribute.
2020-11-17 22:51:41 +00:00
Brian Tremblay
7f68c320cd Adds This American Life icon (#488)
Co-authored-by: Terence Eden <edent@users.noreply.github.com>
2020-11-16 19:28:12 +00:00
Brian Tremblay
d2b7c54932 Adds C++ icon as submitted by @kareldonk (#491)
* Adds C++ icon as submitted by @kareldonk

cplusplus.svg icon created by @kareldonk and
submitted as a zip file in issue #472. Format
corrected by @btrem to match other files in repo.
Also adds reference image and updates .md files.

* Reduces cplusplus.svg size

Replaces `path` with `circle` element to make ‘C’.

* Simplifies path for plus symbols
2020-11-16 19:24:29 +00:00
edent
d244a8c967 Incorporate IMGBOT savings
Closes #485
2020-11-13 12:01:21 +00:00
edent
bedd9cf5f3 Remove leading zeros
Replace ` 0.` with ` .`
And `-0.` with `-.`
2020-11-12 14:13:19 +00:00
edent
6385167095 Remove trailing newlines 2020-11-11 17:38:19 +00:00