Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@rgchris
Last active July 3, 2019 07:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rgchris/a32edca2bf240cd68ea9f29a712ea131 to your computer and use it in GitHub Desktop.
Save rgchris/a32edca2bf240cd68ea9f29a712ea131 to your computer and use it in GitHub Desktop.
Rebol (and family) logos as a small set of SVG shapes.
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="280" height="280" viewBox="0,0 240,240">
<g fill="none" stroke="none" stroke-width="6" stroke-mitrelimit="1.5" stroke-linecap="square" fill-rule="evenodd">
<rect x="0" y="0" width="280" height="280" fill="#ff2500"/>
<path clip-path="url(#_icon-canvas)" d="
M60.5,19c86.927,0 157.5,70.573 157.5,157.5c0,86.927 -70.573,157.5 -157.5,157.5c-86.927,0 -157.5,-70.573 -157.5,-157.5c0,-86.927 70.573,-157.5 157.5,-157.5Z
m-27.5,106.5c42.497,0 77,34.727 77,77.5c0,42.773 -34.503,77.5 -77,77.5c-42.497,0 -77,-34.727 -77,-77.5c0,-42.773 34.503,-77.5 77,-77.5Z
m0,49.5c15.454,0 28,12.546 28,28c0,15.454 -12.546,28 -28,28c-15.454,0 -28,-12.546 -28,-28c0,-15.454 12.546,-28 28,-28Z" fill="#801b80" stroke="#011480"/>
<rect x="9" y="9" width="222" height="222" stroke="#000" stroke-opacity="0.5"/>
<rect x="3" y="3" width="234" height="234" stroke="#fffb01"/>
<path d="
M53,207L53,37.547L122.845,37.5C186.28,35.5 216.852,117.442 157.91,143.214C170.783,152.851 185.184,184.082 202.679,207L137.889,207C123.272,185.439 120.767,160.103 107.913,154.225L107.913,207L53,207Z
M107.913,112.207L119,112.207C137.215,112.334 137.226,86.931 119,86.761L107.913,86.761L107.913,112.207Z" fill="#fff" fill-rule="nonzero" stroke="#000" stroke-miterlimit="4"/>
</g>
<defs>
<clipPath id="_icon-canvas">
<rect x="0" y="0" width="240" height="240"/>
</clipPath>
</defs>
</svg>
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment