Skip to content

Instantly share code, notes, and snippets.

@TomyLobo
Last active August 29, 2015 14:05
Show Gist options
  • Save TomyLobo/2b205540165121519e08 to your computer and use it in GitHub Desktop.
Save TomyLobo/2b205540165121519e08 to your computer and use it in GitHub Desktop.
Wiremod SVG Logos
Display the source blob
Display the rendered blob
Raw
<svg version="1.1" width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- background -->
<rect x="0" y="0" width="512" height="512" fill="black"/>
<!-- standby symbol base circle -->
<circle cx="256" cy="208" r="104" stroke-width="48" stroke="#01a8ff" fill="none"/>
<!-- obscure top slice -->
<polygon points="256,208 48,0 464,0" stroke="none" fill="black"/>
<!-- put caps on the cut circle's ends -->
<circle cx="182.4608947566" cy="134.4608947566" r="24" fill="#01a8ff"/>
<circle cx="329.5391052434" cy="134.4608947566" r="24" fill="#01a8ff"/>
<!-- standby symbol's center line -->
<line x1="256" y1="74" x2="256" y2="178" stroke-width="48" stroke="#01a8ff" stroke-linecap="round"/>
<text style="font-family:Arial;font-size:60pt;text-anchor:middle" x="256" y="414" fill="white">
WIREMOD
</text>
<text style="font-family:Arial;font-size:25pt;text-anchor:middle" x="256" y="455" fill="white">
ADVANCED DUPLICATOR
</text>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment