Skip to content

Instantly share code, notes, and snippets.

@denilsonsa
Created February 5, 2014 21:18
Show Gist options
  • Save denilsonsa/8833307 to your computer and use it in GitHub Desktop.
Save denilsonsa/8833307 to your computer and use it in GitHub Desktop.
Careers 2.0 (by Stack Overflow) logo in SVG
Display the source blob
Display the rendered blob
Raw
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="29" height="24">
<rect fill="#7a7876" width="4" height="4" x="0" y="20" />
<rect fill="#a18466" width="4" height="6" x="5" y="18" />
<rect fill="#b88b3d" width="4" height="9" x="10" y="15" />
<rect fill="#c8811c" width="4" height="13" x="15" y="11" />
<rect fill="#f48300" width="4" height="18" x="20" y="6" />
<rect fill="#f66c01" width="4" height="24" x="25" y="0" />
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment