Files
SuperTinyIcons/images/svg/ok.svg
Brian Tremblay 98a5b8ec53 Shrinks ok.ru file size (#786)
* ok.ru 615 B → 351 B

Uses strokes to draw shapes instead of complex path outlines.
Shrinks file size by 264 bytes.

Also corrects color to match icon from ok.ru website.

* updates README.md with new, smaller ok.ru file size

---------

Co-authored-by: Terence Eden <edent@users.noreply.github.com>
2024-03-12 19:52:05 +00:00

7 lines
351 B
XML

<svg xmlns="http://www.w3.org/2000/svg"
aria-label="OK.ru" role="img"
viewBox="0 0 512 512">
<path
d="m0 0H512V512H0"
fill="#f58220"/>
<path fill="none" stroke-width="51.5" stroke="#fff" stroke-linecap="round" d="M318.25 173.5a57.25 57.25 0 10-124.5 0 57.25 57.25 0 10124.5 0M182.5 290.5a137 137 0 00146.5 0M189.25 401l66.25-66.25 66.25 66.25"/></svg>