Merge pull request #479 from simple-icons/develop

Publish new icons
This commit is contained in:
Johan Fagerberg 2017-07-09 23:56:19 +02:00 committed by GitHub
commit 1de6a67ad6
26 changed files with 191 additions and 1 deletions

52
CONTRIBUTING.md Normal file
View File

@ -0,0 +1,52 @@
# Contributing
This repository welcomes contributions and corrections. Before submitting a pull request, ensure that you respect these guidelines for SVGs:
- Include the SVG namespace declaration `xmlns="http://www.w3.org/2000/svg"`. This is not required if the SVG is included inline on HTML5 web pages.
- Include a descriptive `<title>` element for accessibility. For example, `<title>GitHub icon</title>`.
- Add `aria-labelledby="title"` and `role="img"` to the `<svg>` element to improve screen reader support.
- Use a `viewBox` of 24 by 24, following [Googles Material Design guidelines for system icons](https://material.io/guidelines/style/icons.html#icons-system-icons).
- Ensure that all paths and strokes have been converted to fills.
- Ensure your SVG is monochromatic. Remove all fill colors so that icons default to black.
- Minify your SVG after exporting it. We recommend using [SVGO](https://github.com/svg/svgo) or [SVGOMG](https://jakearchibald.github.io/svgomg/) to automate this process.
## JSON data for simpleicons.org
In addition to following the guidelines for SVGs, list new icons in the `_data/simple-icons.json` file. Each icon in the array has three required values:
- The `title` of the new SVG.
- A `hex` color value that matches the brand or logo's main accent color. (Without the `#` pound symbol.)
- The `source` URL of the logo being used.
Here is the object for the GitHub logo as an example:
```json
{
"title": "GitHub",
"hex": "181717",
"source": "https://github.com/logos"
},
```
## SVG example
Before minification, your SVG should look follow the template below:
```svg
<svg aria-labelledby="title" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<title>[BRAND] icon</title>
<path [VALUE] />
</svg>
```
While the parent `<svg>` element can sometimes contain other attributes, the attributes listed above are the only necessary ones. You can remove safely remove attributes like `width` and `height`, or clean them using a tool like [SVGO](https://github.com/svg/svgo) or [SVGOMG](https://jakearchibald.github.io/svgomg/).
Here is the un-minified contents of the GitHub icon, for reference:
```svg
<svg aria-labelledby="title" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414">
<title>GitHub icon</title>
<path d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"/>
</svg>
```

View File

@ -20,6 +20,11 @@
"hex": "FF5C3E",
"source": "http://www.addthis.com/press"
},
{
"title": "AIM",
"hex": "FFCA00",
"source": "http://aim.com"
},
{
"title": "Air",
"hex": "FF2D55",
@ -45,6 +50,11 @@
"hex": "A4C639",
"source": "http://developer.android.com/distribute/tools/promote/brand.html"
},
{
"title": "AngelList",
"hex": "000000",
"source": "https://angel.co/logo"
},
{
"title": "App.net",
"hex": "3A393C",
@ -60,6 +70,11 @@
"hex": "273347",
"source": "https://asana.com/styles"
},
{
"title": "Atom",
"hex": "66595C",
"source": "https://commons.wikimedia.org/wiki/File:Atom_editor_logo.svg"
},
{
"title": "Auth0",
"hex": "EB5424",
@ -425,6 +440,11 @@
"hex": "467126",
"source": "https://www.geocaching.com/about/logousage.aspx"
},
{
"title": "Gerrit",
"hex": "EEEEEE",
"source": "https://gerrit-review.googlesource.com/c/75842/"
},
{
"title": "Ghost",
"hex": "718087",
@ -500,6 +520,11 @@
"hex": "0C9D58",
"source": "https://material.google.com/resources/sticker-sheets-icons.html#sticker-sheets-icons-components"
},
{
"title": "Google Keep",
"hex": "FFBB00",
"source": "https://play.google.com/store/apps/details?id=com.google.android.keep"
},
{
"title": "Google Play",
"hex": "607D8B",
@ -510,6 +535,11 @@
"hex": "005EA5",
"source": "https://github.com/alphagov/design-assets/tree/master/Icons"
},
{
"title": "Graphcool",
"hex": "27AE60",
"source": "https://www.graph.cool"
},
{
"title": "GraphQL",
"hex": "E10098",
@ -680,6 +710,11 @@
"hex": "9DB63B",
"source": "https://khanacademy.zendesk.com/hc/en-us/articles/202483630-Press-room"
},
{
"title": "Keybase",
"hex": "33A0FF",
"source": "https://github.com/keybase/client/tree/master/media/logos"
},
{
"title": "Kickstarter",
"hex": "2BDE73",
@ -725,6 +760,11 @@
"hex": "F8C300",
"source": "https://help.launchpad.net/logo/submissions"
},
{
"title": "Letterboxd",
"hex": "00D735",
"source": "https://letterboxd.com/about/logos/"
},
{
"title": "Line",
"hex": "00C300",
@ -905,6 +945,11 @@
"hex": "E50914",
"source": "https://commons.wikimedia.org/wiki/File:Netflix_2014_logo.svg"
},
{
"title": "NGINX",
"hex": "269539",
"source": "https://www.nginx.com/"
},
{
"title": "Nintendo",
"hex": "8F8F8F",
@ -920,6 +965,11 @@
"hex": "339933",
"source": "https://nodejs.org/en/about/resources/"
},
{
"title": "NPM",
"hex": "CB3837",
"source": "https://github.com/npm/logos"
},
{
"title": "Nucleo",
"hex": "766DCC",
@ -965,6 +1015,11 @@
"hex": "212121",
"source": "https://pagekit.com/logo-guide"
},
{
"title": "Pandora",
"hex": "005483",
"source": "http://blog.pandora.com/us/the-color-of-music-unveiling-a-new-pandora-look-that-reflects-your-music-experience/"
},
{
"title": "Patreon",
"hex": "E6461A",
@ -1020,6 +1075,11 @@
"hex": "E5A00D",
"source": "http://brand.plex.tv/d/qxmJ3odkK0fj/plex-style-guide"
},
{
"title": "Pluralsight",
"hex": "F15B2A",
"source": "https://www.pluralsight.com/newsroom/brand-assets"
},
{
"title": "Plurk",
"hex": "E9443D",
@ -1095,6 +1155,11 @@
"hex": "FF4500",
"source": "https://worldvectorlogo.com/logo/reddit-2"
},
{
"title": "Redux",
"hex": "764ABC",
"source": "https://github.com/reactjs/redux/tree/master/logo"
},
{
"title": "ReverbNation",
"hex": "E43526",
@ -1120,6 +1185,11 @@
"hex": "2DC9D7",
"source": "https://runkeeper.com/partnerships"
},
{
"title": "Salesforce",
"hex": "00A1E0",
"source": "https://www.salesforce.com/"
},
{
"title": "Sass",
"hex": "CC6699",
@ -1165,6 +1235,11 @@
"hex": "7AB55C",
"source": "https://press.shopify.com/brand"
},
{
"title": "Signal",
"hex": "2592E9",
"source": "https://play.google.com/store/apps/details?id=org.thoughtcrime.securesms"
},
{
"title": "Simple Icons",
"hex": "111111",
@ -1200,6 +1275,11 @@
"hex": "026664",
"source": "https://commons.wikimedia.org/wiki/File:Slashdot_wordmark_and_logo.svg"
},
{
"title": "SlickPic",
"hex": "FF880F",
"source": "https://www.slickpic.com/"
},
{
"title": "Slides",
"hex": "E4637C",
@ -1215,6 +1295,11 @@
"hex": "FFFC00",
"source": "https://www.snapchat.com/brand-guidelines"
},
{
"title": "Sogou",
"hex": "FB6022",
"source": "https://www.sogou.com/"
},
{
"title": "Songkick",
"hex": "F80046",
@ -1225,6 +1310,11 @@
"hex": "FF3300",
"source": "https://soundcloud.com/press"
},
{
"title": "SourceForge",
"hex": "535353",
"source": "https://sourceforge.net/"
},
{
"title": "SparkPost",
"hex": "FA6423",
@ -1290,6 +1380,11 @@
"hex": "3A98D9",
"source": "https://storify.com"
},
{
"title": "Strava",
"hex": "FC4C02",
"source": "https://itunes.apple.com/us/app/strava-running-and-cycling-gps/id426826309"
},
{
"title": "Stripe",
"hex": "008CDD",
@ -1310,6 +1405,11 @@
"hex": "231F20",
"source": "http://about.stylesha.re/en/press/presskit/"
},
{
"title": "Sublime Text",
"hex": "272822",
"source": "https://en.wikipedia.org/wiki/File:Sublime_Text_Logo.png"
},
{
"title": "Subversion",
"hex": "809CC9",
@ -1495,6 +1595,11 @@
"hex": "142787",
"source": "https://commons.wikimedia.org/wiki/File:Visa_2014_logo_detail.svg"
},
{
"title": "Visual Studio Code",
"hex": "0271BC",
"source": "https://commons.wikimedia.org/wiki/File:Visual_Studio_2013_Logo.svg"
},
{
"title": "VK",
"hex": "6383A8",
@ -1510,6 +1615,11 @@
"hex": "4FC08D",
"source": "https://github.com/vuejs/art"
},
{
"title": "WebStorm",
"hex": "00CDD7",
"source": "https://www.jetbrains.com/company/brand/#section=images-logos"
},
{
"title": "WeChat",
"hex": "7BB32E",
@ -1595,6 +1705,11 @@
"hex": "0072C6",
"source": "https://developer.yammer.com/docs/branding-guide"
},
{
"title": "Yandex",
"hex": "FF0000",
"source": "https://yandex.com/company/general_info/logotype_rules"
},
{
"title": "Yelp",
"hex": "C41200",

1
icons/aim.svg Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><circle cx="10.43" cy="2.6" r="2.6"/><path d="M8.12 4.86s-.82.56-1.46 1.7c-.72 1.28-.5 2.25-2.1 4-.82.92-3.3 1.43-3.5 1.57-.22.14-.13 2.38 0 2.5.1.1 2.3-.2 3.86-1.02 1.55-.83 2.66-1.98 2.66-1.98s1.53.8 2.46 1.92 1.46 2.4 1.62 2.46 2.13-.6 2.18-.86c.05-.26-.88-2.44-1.97-3.62s-2.2-2.4-2.2-2.64c0-.23.2-.4.46-.4s1.5.13 2.37.13c.85 0 2.38-.23 2.52-.4.14-.2 0-1.8-.2-1.87-.17-.06-1.9.2-3.62.03-1.72-.2-3.08-1.5-3.08-1.5z"/></svg>

After

Width:  |  Height:  |  Size: 485 B

1
icons/angellist.svg Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M10.977 6.636c.49-1.333.874-2.434 1.148-3.303.273-.867.412-1.4.412-1.6 0-.21-.047-.376-.14-.492-.09-.116-.216-.176-.378-.176-.206 0-.415.17-.626.51-.213.34-.447.89-.705 1.645L9.592 6.393l1.386.242h-.003zM9.515 9.593c-.316-.016-.615-.05-.896-.1-.28-.05-.552-.125-.81-.22.118.235.223.47.314.703.092.235.167.465.226.692.175-.22.36-.42.554-.6.195-.178.4-.337.61-.475zm-1.242-3.33l-1.187-3.43c-.308-.87-.546-1.44-.716-1.71-.167-.266-.35-.398-.548-.398-.153 0-.278.058-.373.175-.096.12-.143.276-.143.472 0 .338.13.924.385 1.76.256.835.64 1.93 1.153 3.285.044-.08.106-.137.187-.17s.19-.05.33-.05c.043 0 .13.005.264.01.13.01.347.025.647.056zM7.195 11.57c.125 0 .24-.056.34-.17.1-.116.156-.235.156-.368 0-.14-.1-.464-.302-.972-.2-.508-.453-1.008-.753-1.5-.22-.366-.437-.644-.647-.83-.215-.186-.416-.28-.605-.28-.154 0-.324.098-.512.293-.187.193-.28.375-.28.543 0 .176.093.44.275.79.184.354.43.727.736 1.122.324.432.628.77.914 1.01.285.242.513.363.68.363zm-3.297-.262c.104.125.246.307.43.55.482.665.93 1 1.34 1 .14 0 .265-.045.375-.132.11-.088.165-.18.165-.275 0-.11-.074-.292-.22-.55-.148-.256-.35-.545-.605-.867-.293-.373-.537-.646-.732-.818-.192-.172-.35-.26-.465-.26-.257 0-.493.14-.71.414-.216.27-.324.6-.324.972 0 .302.077.637.228 1.007s.367.738.652 1.113c.433.578.97 1.023 1.61 1.336.64.31 1.35.466 2.126.466 1.428 0 2.624-.534 3.586-1.6.965-1.065 1.446-2.4 1.446-4.006 0-.49-.037-.882-.11-1.17-.074-.29-.193-.5-.363-.633-.3-.25-.885-.472-1.754-.67-.867-.198-1.773-.297-2.72-.297-.262 0-.45.044-.56.132-.11.088-.163.238-.163.45 0 .5.277.86.835 1.083.556.224 1.458.336 2.702.336h.45c.104 0 .187.04.25.117.06.076.103.19.124.346-.125.117-.38.25-.77.4-.39.15-.684.3-.89.445-.44.322-.792.705-1.06 1.148s-.4.863-.4 1.258c0 .243.056.534.17.874.113.34.17.55.17.632v.076l-.023.1c-.32-.02-.574-.21-.76-.565-.19-.355-.28-.83-.28-1.422v-.1c-.06.05-.116.09-.172.11-.055.022-.116.032-.18.032-.067 0-.13-.004-.19-.016-.06-.01-.123-.027-.195-.05.02.08.037.16.05.237.01.08.015.14.015.183 0 .27-.105.504-.318.7-.213.192-.467.29-.76.29-.46 0-.93-.227-1.406-.676-.477-.45-.714-.893-.714-1.324 0-.08.01-.152.027-.215s.05-.115.092-.16h.003zm7.872-4.485c.657.125 1.123.403 1.393.836.273.43.408 1.11.408 2.042 0 1.846-.554 3.357-1.663 4.532C10.797 15.41 9.377 16 7.65 16c-.682 0-1.344-.124-1.984-.37-.642-.244-1.192-.588-1.654-1.027-.526-.482-.922-.994-1.187-1.533-.262-.537-.395-1.09-.395-1.652 0-.63.133-1.116.405-1.46.27-.347.7-.58 1.286-.704-.11-.258-.19-.473-.24-.65-.052-.175-.077-.312-.077-.406 0-.33.174-.668.52-1.01.35-.346.678-.52.985-.52.13 0 .27.025.417.072.146.05.316.128.505.238C5.667 5.38 5.257 4.148 5 3.28c-.256-.87-.385-1.467-.385-1.798 0-.454.117-.815.353-1.082.233-.266.554-.4.956-.4.688 0 1.56 1.54 2.615 4.616.182.528.32.934.417 1.22l.34-.968C10.354 1.82 11.26.298 12.022.298c.375 0 .674.126.897.38s.334.59.334 1.015c0 .323-.122.912-.368 1.77-.245.857-.616 1.978-1.114 3.363"/></svg>

After

Width:  |  Height:  |  Size: 2.9 KiB

1
icons/atom.svg Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M13.66 6.018c-1.455-.62-3.41-1.02-5.5-1.13-.332-.02-.657-.028-.965-.032 1.544-1.885 3.2-3.15 4.29-3.19.214-.01.396.035.542.13.47.304.603 1.177.363 2.392-.03.166.075.328.24.36.165.033.327-.075.36-.24.298-1.52.08-2.564-.63-3.026-.256-.165-.56-.243-.9-.23-1.367.052-3.295 1.533-5.06 3.814-.77.023-1.494.088-2.156.19-.43-1.93-.258-3.317.396-3.65.092-.048.19-.074.305-.082.464-.035 1.105.265 1.806.847.13.107.324.092.43-.04.11-.13.09-.32-.038-.43-.836-.693-1.61-1.034-2.244-.987-.19.016-.37.065-.535.147-.793.404-1.116 1.55-.913 3.224.043.346.106.707.19 1.08C1.453 5.602.06 6.477 0 7.58c-.04.78.578 1.523 1.787 2.148.15.076.335.02.413-.133.077-.15.02-.334-.132-.412C1.103 8.687.585 8.127.613 7.613.65 6.894 1.798 6.154 3.787 5.76c.18.663.415 1.355.702 2.06-.678 1.258-1.17 2.497-1.424 3.6-.377 1.642-.176 2.813.57 3.298.24.156.52.233.83.233.622 0 1.377-.307 2.23-.915.14-.1.17-.29.072-.427-.097-.137-.287-.17-.424-.07-1.03.734-1.896.98-2.375.668-.507-.33-.618-1.295-.307-2.65.212-.923.604-1.953 1.138-3.012.134.292.273.584.42.875.95 1.864 2.113 3.485 3.272 4.563.924.86 1.783 1.308 2.49 1.308.234 0 .453-.05.652-.148.762-.39 1.094-1.473.932-3.05-.15-1.475-.707-3.272-1.57-5.066-.072-.15-.255-.215-.407-.143-.152.073-.22.256-.147.408 1.797 3.734 1.923 6.792.914 7.306-1.06.54-3.614-1.57-5.593-5.453-.223-.437-.422-.866-.6-1.286.227-.406.47-.813.732-1.22.264-.403.537-.792.816-1.163.088 0 .174-.004.262-.004.36 0 .75.008 1.156.03 4.353.228 7.316 1.705 7.255 2.888-.027.51-.617 1.025-1.617 1.413-.157.064-.235.24-.174.397.047.12.162.195.284.195.037 0 .075-.006.11-.02 1.27-.494 1.966-1.17 2.007-1.952.048-.888-.78-1.74-2.333-2.4v-.002zM5.385 6.3c-.18.277-.348.552-.51.83-.195-.513-.355-1.007-.482-1.477.475-.07.99-.125 1.54-.155-.187.26-.37.53-.548.806V6.3z"/><circle cx="8" cy="8" r=".917"/></svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

1
icons/gerrit.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 8.9 KiB

View File

@ -1 +1 @@
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M8 0C3.58 0 0 3.582 0 8c0 3.535 2.292 6.533 5.47 7.59.4.075.547-.172.547-.385 0-.19-.007-.693-.01-1.36-2.226.483-2.695-1.073-2.695-1.073-.364-.924-.89-1.17-.89-1.17-.725-.496.056-.486.056-.486.803.056 1.225.824 1.225.824.714 1.223 1.873.87 2.33.665.072-.517.278-.87.507-1.07-1.777-.2-3.644-.888-3.644-3.953 0-.873.31-1.587.823-2.147-.09-.202-.36-1.015.07-2.117 0 0 .67-.215 2.2.82.64-.178 1.32-.266 2-.27.68.004 1.36.092 2 .27 1.52-1.035 2.19-.82 2.19-.82.43 1.102.16 1.915.08 2.117.51.56.82 1.274.82 2.147 0 3.073-1.87 3.75-3.65 3.947.28.24.54.73.54 1.48 0 1.07-.01 1.93-.01 2.19 0 .21.14.46.55.38C13.71 14.53 16 11.53 16 8c0-4.418-3.582-8-8-8"/></svg>
<svg aria-labelledby="title" role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><title>GitHub icon</title><path d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"/></svg>

Before

Width:  |  Height:  |  Size: 812 B

After

Width:  |  Height:  |  Size: 942 B

1
icons/googlekeep.svg Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M13.33 5.33C13.33 2.4 10.93 0 8 0S2.67 2.4 2.67 5.33c0 1.7.8 3.26 2.13 4.27v5.32h1.08V16h4.24v-1.08h1.08V9.6c1.34-1 2.13-2.58 2.13-4.27zm-7.46 8.52V12.8h4.26v1.05H5.87zm0-2.13v-1.05h4.26v1.05H5.87zm4.5-2.84l-.24.16v.56H5.87v-.56l-.23-.16c-1.2-.8-1.9-2.12-1.9-3.55 0-2.35 1.9-4.26 4.26-4.26s4.26 1.9 4.26 4.26c0 1.43-.7 2.76-1.9 3.55z"/></svg>

After

Width:  |  Height:  |  Size: 411 B

1
icons/graphcool.svg Normal file
View File

@ -0,0 +1 @@
<svg width="296px" height="346px" viewBox="0 0 296 346" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M279.01,114.03 C262.23,104.58 241.14,116.91 237.76,119.03 L165.31,160.12 C154.613351,151.624175 139.373779,151.985093 129.09131,160.977766 C118.808841,169.970439 116.42072,185.02606 123.415651,196.759272 C130.410582,208.492485 144.790423,213.551632 157.591087,208.782949 C170.391751,204.014265 177.956656,190.779952 175.57,177.33 L247.82,136.33 L248.26,136.06 C253.01,133.06 264.03,128.57 269.18,131.48 C272.89,133.57 275.01,140.57 275.18,150.88 L275.09,150.88 L275.09,241.51 C275.075002,249.964066 270.565276,257.77229 263.25,262.01 L159.39,322.01 C152.062628,326.223852 143.047372,326.223852 135.72,322.01 L31.86,262.01 C24.5447236,257.77229 20.0349976,249.964066 20.02,241.51 L20.02,121.56 C20.0349976,113.105934 24.5447236,105.29771 31.86,101.06 L125.86,46.81 C134.803378,57.069902 149.79113,59.4941175 161.512875,52.5767255 C173.234619,45.6593335 178.357482,31.3671743 173.699143,18.5785274 C169.040805,5.78988055 155.925784,-1.85902433 142.501121,0.383307275 C129.076459,2.62563888 119.159226,14.1216389 118.91,27.73 L21.91,83.73 C8.38436352,91.5318427 0.0363626407,105.945575 0,121.56 L0,241.48 C0.0147754164,257.087157 8.33513153,271.506822 21.84,279.33 L125.7,339.33 C139.218144,347.106226 155.851856,347.106226 169.37,339.33 L273.23,279.33 C286.725612,271.512203 295.044542,257.106438 295.07,241.51 L295.07,154.33 L295.14,154.33 C295.65,133.88 290.18,120.33 279.01,114.03 Z" fill-rule="nonzero"/></svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

1
icons/keybase.svg Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M6.965 14.247c0 .352-.285.636-.636.636-.35 0-.636-.284-.636-.636 0-.35.285-.636.635-.636.35 0 .635.287.635.637M10.91 14.247c0 .352-.285.636-.636.636s-.635-.284-.635-.636c0-.35.282-.636.633-.636s.636.287.636.637"/><path d="M13.937 8.142l-.104-.136c-.03-.04-.063-.078-.095-.117-.03-.04-.062-.075-.093-.112-.07-.08-.14-.16-.214-.24l-.05-.053-.06-.066-.09-.087c-.01-.012-.022-.023-.034-.035-.773-.76-1.67-1.325-2.637-1.67l-.154-.052c.008-.018.017-.036.024-.055.273-.71.245-1.482-.08-2.17-.327-.69-.904-1.2-1.626-1.44-.437-.144-.82-.213-1.14-.203-.022-.07-.067-.385.33-1.232L7.11 0l-.192.266c-.22.304-.432.597-.63.886-.218-.23-.51-.368-.83-.387l-.93-.058H4.52C4.498.705 4.473.705 4.45.705c-.66 0-1.206.514-1.247 1.17l-.058.935v.002c-.04.686.485 1.277 1.17 1.32l.668.04c-.044.56.048 1.08.27 1.537-.897.374-1.724.934-2.44 1.656C.61 9.594.61 12.034.61 13.996v1.183l.87-.924c.176.62.434 1.205.762 1.744h1.132c-.555-.743-.946-1.617-1.12-2.565L3.53 12.08l-.657 2.06 1.16-.844c2.05-1.49 4.496-1.834 7.273-1.02 1.204.355 2.374.026 2.982-.838l.07-.11c.06.332.093.665.093.997 0 1.042-.17 2.458-.92 3.675h1.074c.518-1.042.788-2.288.788-3.675 0-1.466-.524-2.947-1.455-4.183zM5.93 4.128c.082-.668.386-1.3.82-1.98.017.033.036.064.056.095.176.266.475.417.8.404.144-.005.404.017.822.155.476.158.857.496 1.072.95s.233.962.053 1.433c-.115.297-.303.547-.537.74l-.272-.335-.002-.002c-.186-.227-.462-.357-.755-.357-.224 0-.443.078-.617.22-.222.18-.342.44-.356.705-.8-.36-1.2-1.095-1.085-2.027zM8.8 7.534l-.346.283c-.03.024-.063.035-.097.035-.044 0-.088-.02-.118-.056l-.074-.09c-.055-.067-.045-.167.023-.223l.34-.28-.704-.866c-.072-.088-.06-.22.03-.29.038-.032.084-.048.13-.048.06 0 .12.025.16.075l1.975 2.43c.073.09.06.22-.028.29-.026.02-.055.035-.084.042-.016.004-.03.006-.047.006-.06 0-.118-.027-.16-.076l-.197-.243-.697.57c-.03.024-.066.036-.102.036-.046 0-.093-.02-.124-.06l-.317-.386c-.055-.068-.046-.168.023-.224l.7-.572-.285-.354zm-3.63-4.29l-.798-.05c-.17-.01-.3-.157-.29-.326l.06-.934c.01-.163.144-.29.307-.29h.017l.934.06c.082.004.158.04.212.102.055.062.082.14.077.224l-.005.067c-.214.378-.39.756-.516 1.146zm8.35 7.654c-.378.536-1.125.72-1.95.478-2.59-.76-4.93-.602-6.978.468l1.09-3.416-3.527 3.74C2.22 9.66 3.79 7.524 5.993 6.628c.314.248.69.44 1.116.56.106.03.214.05.32.068-.122.305-.08.665.14.938l.05.06c-.115.3-.07.65.147.916l.316.388c.178.217.44.342.72.342.214 0 .423-.075.59-.21l.19-.155c.116.05.245.076.378.076.075 0 .148-.007.22-.024.145-.033.283-.1.398-.194.416-.34.48-.956.14-1.373L9.605 6.65c.096-.078.187-.163.272-.254.09.025.18.052.267.08.177.064.355.132.53.21.67.297 1.302.733 1.847 1.265.02.02.04.037.057.056l.114.116c.025.026.05.053.073.08.054.057.107.117.16.178l.084.1c.03.035.058.07.087.107l.076.1c.026.034.053.068.078.103.558.766.658 1.553.27 2.105z"/><path d="M5.147 2.743L4.59 2.71l.035-.557.556.034z"/></svg>

After

Width:  |  Height:  |  Size: 2.8 KiB

1
icons/letterboxd.svg Normal file
View File

@ -0,0 +1 @@
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><title>Letterboxd icon</title><path d="M8.29 16.752V7.2H6.546V4.8h6.328v2.4h-1.746v9.574h3.925v-2.618h2.839V19.2H6.545v-2.448h1.746zM0 12c0 6.628 5.372 12 12 12s12-5.372 12-12S18.628 0 12 0 0 5.372 0 12z"/></svg>

After

Width:  |  Height:  |  Size: 363 B

1
icons/nginx.svg Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8 0L1.07 4v8L8 16l6.93-4V4L8 0zm4 11.06c0 .47-.43.86-1.02.86-.42 0-.9-.17-1.2-.54l-4-4.76v4.44c0 .48-.38.86-.85.86h-.05c-.48 0-.86-.4-.86-.86V4.94c0-.47.42-.86 1-.86.43 0 .92.17 1.22.54l3.98 4.76V4.94c0-.48.4-.86.86-.86h.05c.48 0 .86.4.86.86v6.12z"/></svg>

After

Width:  |  Height:  |  Size: 326 B

1
icons/npm.svg Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M0 4.89v5.333h4.444v.888H8v-.887h8V4.89H0zm4.444 4.443h-.888V6.666h-.89v2.667H.89V5.778h3.554v3.555zm2.667 0v.89H5.334V5.778H8.89v3.555H7.11zm8 0h-.887V6.666h-.89v2.667h-.89V6.666h-.887v2.667h-1.78V5.778h5.335v3.555zM9.778 5.778"/><path d="M7.11 6.667H8v1.778h-.89z"/></svg>

After

Width:  |  Height:  |  Size: 343 B

1
icons/pandora.svg Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M12.7 0H3.3C1.5 0 0 1.48 0 3.3v9.4C0 14.5 1.48 16 3.3 16h9.4c1.82 0 3.3-1.48 3.3-3.3V3.3C16 1.5 14.52 0 12.7 0zM8.25 10.54h-.82v1.86c0 .24-.2.43-.43.43H4.43V3.17H8.8c2.12 0 3.76 1.1 3.76 3.6 0 2.37-1.82 3.77-4.3 3.77z"/></svg>

After

Width:  |  Height:  |  Size: 295 B

1
icons/pluralsight.svg Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M10.48 1.17C6.72-.2 2.54 1.75 1.18 5.5c-1.38 3.8.57 7.97 4.33 9.34 3.77 1.37 7.97-.58 9.34-4.34 1.37-3.78-.58-7.96-4.35-9.33h-.02zM8 16c-4.4 0-8-3.6-8-8s3.6-8 8-8 8 3.6 8 8-3.6 8-8 8"/><path d="M5.95 3.87v8.26L13.12 8 5.95 3.87zm.7 1.18L11.75 8l-5.1 2.95v-5.9"/><path d="M4.3 4.77v6.46L9.9 8 4.3 4.77zm.7 1.2L8.54 8 5 10.04V5.96"/></svg>

After

Width:  |  Height:  |  Size: 406 B

1
icons/redux.svg Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M11.1 11c.58-.05 1.03-.56 1-1.17s-.53-1.1-1.14-1.1h-.04c-.63.02-1.12.55-1.1 1.18.02.32.15.58.33.77-.7 1.36-1.75 2.36-3.34 3.2-1.07.56-2.2.77-3.3.62-.92-.13-1.64-.54-2.08-1.2-.66-1-.72-2.08-.17-3.16.4-.78 1-1.35 1.4-1.63-.1-.26-.22-.7-.28-1.03C-.58 9.6-.28 12.5.62 13.87c.67 1 2.04 1.64 3.54 1.64.4 0 .82-.03 1.23-.13 2.6-.5 4.57-2.06 5.7-4.36z"/><path d="M14.67 8.5c-1.55-1.82-3.83-2.82-6.43-2.82H7.9c-.17-.37-.56-.6-1-.6h-.03c-.63 0-1.12.54-1.1 1.17.02.6.53 1.1 1.14 1.1h.05c.45-.02.84-.3 1-.7h.37c1.54 0 3 .45 4.33 1.33 1.02.67 1.75 1.55 2.16 2.6.36.86.34 1.7-.03 2.4-.57 1.1-1.53 1.68-2.8 1.68-.8 0-1.58-.25-1.98-.43-.24.2-.64.53-.93.73.88.4 1.77.63 2.63.63 1.95 0 3.4-1.1 3.95-2.16.6-1.2.55-3.22-.98-4.95z"/><path d="M4.33 11.36c.02.6.53 1.1 1.14 1.1h.04c.64-.02 1.13-.55 1.1-1.18 0-.6-.52-1.1-1.13-1.1h-.04c-.04 0-.1 0-.15.02-.83-1.4-1.18-2.9-1.05-4.52.08-1.22.48-2.28 1.2-3.16.6-.75 1.73-1.12 2.5-1.14C10.1 1.34 11 4.03 11.07 5.1l1 .3c-.23-3.28-2.27-5-4.22-5-1.83 0-3.52 1.33-4.2 3.28-.93 2.6-.32 5.1.82 7.1-.1.13-.16.36-.14.58z"/></svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

1
icons/salesforce.svg Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M6.67 3.62c.5-.53 1.23-.87 2.03-.87 1.04 0 1.97.6 2.46 1.47.42-.2.9-.3 1.4-.3 1.9 0 3.44 1.56 3.44 3.48s-1.54 3.48-3.45 3.48c-.23 0-.46-.03-.68-.07-.43.78-1.25 1.3-2.2 1.3-.4 0-.77-.1-1.1-.25-.44 1.03-1.46 1.75-2.65 1.75-1.24 0-2.3-.78-2.7-1.88-.18.04-.36.05-.55.05-1.47 0-2.67-1.2-2.67-2.7 0-1 .54-1.87 1.34-2.34-.17-.38-.26-.8-.26-1.23 0-1.72 1.4-3.1 3.1-3.1 1.02 0 1.9.47 2.48 1.2"/></svg>

After

Width:  |  Height:  |  Size: 461 B

1
icons/signal.svg Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8.007 1.732c-3.48 0-6.302 2.6-6.302 5.806 0 2.01.813 3.534 2.104 4.516h-.003l.156 2.028v.003c0 .01 0 .02.003.03v.004c.016.096.1.17.2.17.035 0 .067-.01.096-.024l.007-.004 1.93-1.117c.57.132 1.178.2 1.807.2 3.48 0 6.302-2.6 6.302-5.807 0-3.206-2.823-5.806-6.303-5.806zM6.926.48c.35-.044.707-.07 1.07-.07.253 0 .5.013.746.035l.038-.41C8.52.012 8.26 0 7.997 0c-.38 0-.757.024-1.128.073l.056.408zM9.457.543c.61.11 1.19.29 1.74.53l.168-.378C11.277.657 11.19.62 11.1.585c-.508-.2-1.034-.35-1.57-.448l-.073.406zM15.57 7.58c-.01.61-.103 1.204-.27 1.77l.393.117c.178-.603.278-1.236.288-1.888h-.41zM4.496 1.21C5.036.95 5.614.744 6.22.608L6.13.205c-.421.095-.834.22-1.236.38-.197.078-.39.163-.578.254l.18.37zM13.595 2.142c-.47-.433-.99-.805-1.552-1.115l-.207.36c.54.297 1.04.655 1.482 1.064l.277-.308zM10.1 14.7c.63-.16 1.23-.393 1.79-.687l-.21-.355c-.524.275-1.087.492-1.68.645l.1.398zM2.45 2.67c.42-.425.898-.8 1.42-1.117L3.653 1.2c-.466.282-.9.61-1.297.982-.068.063-.134.128-.2.193l.293.294zM15.438 10.19l-.38-.158c-.232.556-.535 1.077-.902 1.555l.33.246c.385-.505.707-1.057.95-1.643zM13.816 2.955c.404.45.748.95 1.023 1.485l.37-.183c-.29-.568-.653-1.097-1.085-1.578l-.31.275zM15.52 4.957l-.38.163c.21.552.348 1.135.403 1.74l.41-.04c-.058-.638-.203-1.262-.433-1.863zM4.256 15.233l-.645.283-.222-.684-.39.128.292.898c.02.055.06.1.112.124.026.012.055.018.084.018.028 0 .056-.006.082-.018l.855-.374-.167-.375zM6.805 14.437c-.052-.01-.105-.018-.158-.027l-.31-.052c-.04-.006-.08 0-.115.015l-1.3.568.18.37 1.23-.536c.083.014.166.028.247.04.046.01.093.017.14.025l.085-.403zM9.29 14.45c-.422.07-.854.105-1.295.105-.182 0-.35-.01-.515-.025l-.012.41c.167.016.34.026.527.026.466 0 .922-.038 1.366-.11l-.07-.405zM1.01 4.744c.247-.55.568-1.065.95-1.534l-.313-.272C1.24 3.435.904 3.976.642 4.556l-.007.014.375.174zM13.687 12.14c-.408.434-.872.82-1.38 1.152l.226.343c.537-.35 1.028-.76 1.46-1.22l-.306-.275zM.646 9.7C.52 9.17.45 8.583.43 7.92H.02c.02.714.096 1.337.23 1.895L.646 9.7zM.358 5.283C.16 5.89.046 6.518.018 7.158l.41.02c.028-.615.14-1.21.325-1.774l-.395-.12zM3.157 14.123l-.393-1.21c-.013-.04-.037-.073-.07-.098-.155-.122-.3-.245-.44-.372l-.282.298c.13.122.272.242.42.36l.373 1.145.392-.122zM1.754 11.928c-.394-.46-.692-.966-.904-1.543l-.382.152c.027.072.055.144.084.215.22.53.514 1.006.895 1.45l.307-.274z"/></svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

1
icons/slickpic.svg Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M14.322 12.205L4.037 9.39l1.68-6.134L16 6.07l-1.678 6.135zM5.38 8.625l8.175 2.236 1.102-4.022L6.48 4.6l-1.1 4.023v.002z"/><path d="M5.684 10.53l-3.26.874-1.084-4.03 2.764-.74.334-1.224L0 6.602l1.652 6.143L7.77 11.1"/></svg>

After

Width:  |  Height:  |  Size: 292 B

1
icons/sogou.svg Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M11.2 15.16l.66.84c1.04-.45 1.95-1.08 2.7-1.9l-.63-.88c-.74.86-1.65 1.52-2.72 1.94z"/><path d="M8 14.8c-3.85 0-6.97-3.08-6.97-6.9 0-3.8 3.12-6.88 6.97-6.88s6.97 3.1 6.97 6.9c0 1.7-.63 3.26-1.67 4.46l.63.84C15.2 11.82 16 9.96 16 7.92 16 3.53 12.42 0 8 0S0 3.54 0 7.9c0 4.38 3.58 7.92 8 7.92 1.14 0 2.22-.23 3.2-.66l-.64-.84c-.8.3-1.66.48-2.56.48z"/><path d="M12 8.43c-1.5-1.24-3.56-1.4-5.2-2.37-.5-.32-.1-.93.4-.95 1.8-.3 3.58.42 5.26 1l.1-1.77c-2.1-.76-4.38-1.25-6.6-.9-.8.2-1.6.45-2.17 1.04-.78.8-.64 2.24.26 2.88C5.54 8.53 7.5 8.7 9.13 9.6c.64.26.37 1.12-.26 1.18-1.95.37-3.87-.48-5.55-1.4-.02.68-.04 1.34-.04 2 2.13.94 4.5 1.38 6.8 1.02.78-.15 1.58-.4 2.15-.97.82-.8.74-2.34-.22-3z"/></svg>

After

Width:  |  Height:  |  Size: 762 B

1
icons/sourceforge.svg Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M1.62 7.574c0-.248.202-.47.45-.47h4.645c.18-.002.324-.146.324-.325v-.97c0-.18-.146-.325-.325-.325H1.62C.725 5.485 0 6.21 0 7.103V8.9c0 .894.724 1.62 1.617 1.62h3.348c.248 0 .45.22.45.47v.855c0 .248-.202.472-.45.472H.324c-.18 0-.323.144-.323.323v.97c0 .178.144.323.323.323H5.42c.893 0 1.617-.724 1.617-1.617v-1.798c0-.893-.724-1.618-1.618-1.618H2.07c-.248 0-.45-.223-.45-.47v-.002-.854zM15.678 5.488h-3.35V3.684h3.347c.177 0 .322-.145.322-.324v-.97c0-.18-.144-.324-.323-.324h-3.346c-.893 0-1.617.725-1.617 1.618v1.804H9.16c-.18 0-.323.145-.323.323v.973c0 .178.144.323.322.323h1.55v5.301c0 .16.066.19.202.19.326 0 1.416-.607 1.416-1.125V7.106h3.35c.177 0 .322-.145.322-.323V5.81c0-.177-.145-.322-.322-.322z"/></svg>

After

Width:  |  Height:  |  Size: 782 B

1
icons/strava.svg Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M10.258 11.963L8.865 9.219H6.822L10.258 16l3.434-6.781h-2.045M6.975 5.486l1.891 3.732h2.781L6.975 0 2.309 9.219h2.779"/></svg>

After

Width:  |  Height:  |  Size: 195 B

1
icons/sublimetext.svg Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8 13.943h6.347c.4 0 .73-.225.73-.5v-1.28c-.167.167-.43.272-.73.272H1.653c-.297 0-.56-.105-.73-.27v1.277c0 .275.327.5.73.5H8z"/><path d="M8 14.912h6.962c.572 0 1.037-.344 1.037-.766 0-.033-.005-.066-.01-.098l-1.07-11.34c-.034-.265-.237-.476-.464-.563l.81 9.603v1.695c0 .38-.41.69-.92.69H1.654c-.506 0-.918-.312-.918-.69v-1.695l.808-9.603c-.226.088-.43.3-.463.564L.01 14.045c-.008.034-.01.065-.01.1 0 .42.464.767 1.037.767H8z"/><path d="M14.254 1.977l-.02-.21c0-.014 0-.025-.002-.04l-.003-.047c-.042-.336-.317-.593-.722-.593H2.49c-.402 0-.677.256-.72.59l-.002.05-.002.04-.02.21-.82 9.773c0 .275.326.5.728.5H14.35c.4 0 .726-.225.728-.5l-.824-9.773zm-3.79 6.203c-.177.466-.585.798-1.03 1-.483.222-1.023.308-1.554.316-.563.008-1.13-.05-1.678-.18-.277-.062-.565-.138-.827-.252-.236-.104-.43-.338-.425-.603.005-.27.2-.494.446-.592.258-.103.506-.06.758.03.56.193 1.154.274 1.746.254.337-.01.926-.19.832-.712-.02-.115-.113-.277-.23-.387-.092-.09-.285-.18-.41-.213-.276-.076-.56-.132-.84-.193-.564-.123-.865-.217-1.365-.52-.44-.263-.535-.433-.603-.827-.088-.517.164-.926.58-1.24.93-.706 1.822-.682 2.92-.48.27.05.593.095.83.24.233.14.364.424.263.688-.094.25-.332.288-.59.26-.277-.03-.39-.103-.652-.152-.548-.1-.75-.184-1.277-.034-.21.06-.494.26-.387.522.09.217.42.287.618.34.542.145.965.312 1.504.47.506.147.89.428 1.205.873.28.397.34.944.17 1.396l-.002-.003z"/></svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M15.896 1.32L12.596 0l-7.18 7-4.37-3.34-.95.47v7.76l.94.46 4.37-3.33L12.603 16l3.3-1.3V1.33l-.008-.01zm-14.38 8.5V6.18l2.02 1.8-2.02 1.83v.01zm6.48-1.83l4.05-3.03v6.08l-4.05-3.05z"/></svg>

After

Width:  |  Height:  |  Size: 257 B

1
icons/webstorm.svg Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M3.1 12.9h9.8V3.1H3.1v9.8zm4.6-1.15H3.95v-.63H7.7v.63zm2.75-7.53c.55 0 1.1.2 1.52.53l-.47.7c-.3-.24-.67-.38-1.05-.4-.33 0-.53.15-.53.38 0 .27.18.37.88.54.82.23 1.3.53 1.3 1.25 0 .83-.63 1.3-1.5 1.3-.64-.02-1.26-.26-1.75-.67l.52-.65c.38.3.75.5 1.23.5.37 0 .6-.15.6-.4 0-.23-.15-.35-.82-.53-.83-.22-1.36-.45-1.36-1.27v-.03c0-.75.6-1.25 1.43-1.25zM4.7 4.3l.63 2.4.7-2.4h.7l.7 2.4.62-2.4h.98l-1.2 4.15h-.78l-.67-2.4-.68 2.4h-.77L3.73 4.3h.97z"/><path d="M16 5.42l-1.28-3.17-.8-1.92L10.2 0l-.58.56-.74-.28-2.35 1.25L4 .03 0 1.67l2.15 12.78L11 16l.56-2.84.1-.06H2.9V2.9h10.2v9.35l2.9-1.72-1.75-3.28"/></svg>

After

Width:  |  Height:  |  Size: 670 B

1
icons/yandex.svg Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M1.268 10.9V9L0 5.6h.638l.934 2.625L2.647 5.05h.585l-1.38 3.973V10.9H1.27zM5.027 10.9h-.49c-.022-.083-.044-.2-.05-.298h-.038c-.164.208-.372.35-.7.35-.532 0-.896-.4-.896-1.136 0-.8.408-1.304 1.453-1.304h.082V8.29c0-.49-.164-.698-.49-.698-.297 0-.55.156-.742.326l-.11-.51c.17-.142.51-.298.89-.298.66 0 1.022.282 1.022 1.187v1.757c0 .356.037.668.067.845zM4.39 8.95h-.067c-.72 0-.875.32-.875.8 0 .43.14.712.437.712.2 0 .4-.134.504-.297V8.95zm1.868 1.95h-.58V7.153h.58v.327h.037c.103-.14.385-.37.734-.37.488 0 .747.275.747.845V10.9h-.585V8.007c0-.282-.126-.38-.35-.38-.243 0-.45.186-.584.372v2.9zm2.09-1.728c0-1.387.52-2.062 1.268-2.062.178 0 .363.06.475.14V5.6h.58V10.9h-.43l-.046-.297h-.037c-.163.208-.37.348-.675.348-.733 0-1.133-.622-1.133-1.778zm1.743-1.41c-.117-.117-.244-.177-.437-.177-.467 0-.69.704-.69 1.468 0 .875.164 1.41.587 1.41.29 0 .444-.142.54-.29v-2.41zm2.403 3.19c-.77 0-1.246-.616-1.246-1.765 0-1.202.334-2.077 1.127-2.077.623 0 1.03.467 1.03 1.736v.318H11.85c0 .846.237 1.29.697 1.29.326 0 .564-.148.712-.252l.134.445c-.237.185-.527.304-.897.304zm-.638-2.262h.957c0-.638-.104-1.105-.438-1.105-.355 0-.48.438-.52 1.105zm4.063-1.528l-.696 1.75L16 10.9h-.6l-.58-1.543-.562 1.542h-.57l.777-1.936-.704-1.802h.6l.484 1.357.51-1.358h.564z"/></svg>

After

Width:  |  Height:  |  Size: 1.3 KiB