Skip to content

Instantly share code, notes, and snippets.

@mrpunkin
Last active August 29, 2015 14:26
Show Gist options
  • Save mrpunkin/625ee705fc046bab4780 to your computer and use it in GitHub Desktop.
Save mrpunkin/625ee705fc046bab4780 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/" viewBox="0 0 600 172" preserveAspectRatio="xMinYMin meet">
<defs>
<filter id="logo-shadow">
<feOffset result="offOut" in="SourceAlpha" dx="0" dy="5"/>
<feColorMatrix result="matrixOut" in="offOut" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0" />
<feBlend in="SourceGraphic" in2="matrixOut" mode="normal" />
</filter>
</defs>
<path d="M285.001,37.834H197.34L241.287,0L285.001,37.834z M524.157,62.938L524.157,62.938l-2.75,0v55.257l-43.032-55.258h-88.581
v107.223l-16.21-107.223h-27.821l-23.118,57.502l-21.829-57.502h-27.536l-18.126,106.773V62.938h-27.965v54.081H227.1
c0,18.629-10.619,34.995-27.714,42.712l3.308,7.327c10.475-4.729,18.868-12.24,24.494-21.451v24.916h55.65l8.99-61.926h0.286
l24.682,61.926h11.129l25.827-61.926h0.287l7.848,61.926h89.118v-23.686h-33.245v-18.549h31.533v-23.688h-31.533V86.625h33.245
V71.173l21.308,26.838v73.039h8.477v-62.362l49.096,61.836V86.625h19.035v83.899h27.968V86.625H600V62.938H524.157z M79.425,62.938
h61.212v23.686h-33.246v17.977h31.533v23.688h-31.533v18.549h33.246v23.686H79.425v-55.915
c-4.964,13.939-17.262,20.243-35.621,20.243H27.966v35.672H0V62.938h42.805c17.757,0,31.294,6.325,36.62,20.444V62.938z
M52.793,99.18c0-13.555-9.274-13.697-20.119-13.697h-4.708v26.825h4.708C42.805,112.308,52.793,112.308,52.793,99.18z
M173.772,86.38h-6.567v60.247h6.281c16.704,0,30.981-9.137,30.981-30.123C204.467,97.23,191.76,86.38,173.772,86.38z" filter="url('#logo-shadow')"></path>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment