Skip to content

Instantly share code, notes, and snippets.

@xdumaine
Last active July 3, 2017 08:59
Show Gist options
  • Save xdumaine/08ff7b54996a86caf484 to your computer and use it in GitHub Desktop.
Save xdumaine/08ff7b54996a86caf484 to your computer and use it in GitHub Desktop.
An svg of the webrtc logo, suitable for use as icon. Created "by eye" by Xander Dumaine
Display the source blob
Display the rendered blob
Raw
<?xml version="1.0"?>
<svg width="382" height="350" xmlns="http://www.w3.org/2000/svg">
<!-- Created with Method Draw - http://github.com/duopixel/Method-Draw/ -->
<g>
<title>background</title>
<rect fill="none" id="canvas_background" height="352" width="384" y="-1" x="-1"/>
<g display="none" overflow="visible" y="0" x="0" height="100%" width="100%" id="canvasGrid">
<rect fill="url(#gridpattern)" stroke-width="0" y="0" x="0" height="100%" width="100%"/>
</g>
</g>
<g>
<title>Layer 1</title>
<ellipse stroke="#000" ry="77" rx="77" id="svg_6" cy="79" cx="190" stroke-width="0" fill="#a02b26"/>
<ellipse stroke="#000" ry="77" rx="77" id="svg_7" cy="156" cx="300" stroke-width="0" fill="#efcb3e"/>
<ellipse stroke="#000" ry="77" rx="77" id="svg_8" cy="269" cx="255" stroke-width="0" fill="#579546"/>
<ellipse stroke="#000" ry="77" rx="77" id="svg_9" cy="269" cx="125" stroke-width="0" fill="#db7032"/>
<ellipse stroke="#000" ry="77" rx="77" id="svg_10" cy="154" cx="80" stroke-width="0" fill="#4b85c3"/>
<rect rx="15" stroke="#000" id="svg_14" height="156" width="200" y="98" x="90" fill-opacity="null" stroke-opacity="null" stroke-width="0" fill="#ffffff"/>
<path stroke="#000" id="svg_15" d="m101.284744,181.72699l29.499374,0l0,0l44.247192,0l103.246094,0l0,42.27002l0,0l0,18.115723l0,12.078018l-103.246094,0l-73.460297,35.515518l29.213104,-35.515518l-29.499374,0l0,-12.078018l0,-18.115723l0,0l0,-42.27002z" fill-opacity="null" stroke-opacity="null" stroke-width="0" fill="#ffffff"/>
</g>
</svg>
@xdumaine
Copy link
Author

xdumaine commented May 4, 2015

It looks like this!

full size




@llumiaho
Copy link

llumiaho commented May 5, 2015

Looking very good! Had a look at the official logo whilst turning your SVG into a Sketch file and noticed that the coloured balls are slightly transparent. I used 80 % opacity in my version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment