Skip to content

Instantly share code, notes, and snippets.

@tobwen
Last active March 31, 2017 01:43
Show Gist options
  • Save tobwen/c07fa2458499c180a3e0585e5d70d802 to your computer and use it in GitHub Desktop.
Save tobwen/c07fa2458499c180a3e0585e5d70d802 to your computer and use it in GitHub Desktop.
fixed QGIS logo (straight gradients)
Display the source blob
Display the rendered blob
Raw
<?xml version="1.0" encoding="UTF-8"?>
<svg width="722.6" height="346.3" version="1.1" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="q" x1=".5" x2=".5" y1="1">
<stop stop-color="#589632" offset="0"/>
<stop stop-color="#93B023" offset="1"/>
</linearGradient>
</defs>
<g fill="url(#q)">
<path d="M198.103 216.615c-3.326.756-6.652 1.21-10.204 1.21-24.95 0-46.26-20.56-46.26-47.244 0-26.68 21.01-46.78 46.26-46.78 25.24 0 45.35 20.107 45.35 46.79 0 4.308-.53 8.54-1.51 12.47l23.13 23.13c5.97-10.43 9.29-22.6 9.29-35.752 0-41.12-32.806-71.884-76.724-71.884-43.69 0-76.496 30.538-76.496 71.885 0 41.5 32.806 72.64 76.497 72.64 11.34 0 21.847-2.115 31.296-5.895L198.1 216.62z"/>
<path d="m414.29 170.88v54.348c-14.967 10.96-37.794 18.444-57.372 18.444-42.86 0-75.362-31.143-75.362-72.187 0-40.742 33.108-71.658 77.176-71.658 21.014 0 42.405 8.012 56.767 20.56l-17.99 22.828c-10.5-9.675-25.09-15.722-38.77-15.722-25.093 0-44.444 19.2-44.444 43.993 0 25.1 19.577 44.3 44.597 44.3 8.54 0 18.595-3.02 27.665-7.71v-37.19h27.741z"/>
<path d="m442.18 100.8h31.9v141.43h-31.9z"/>
<path d="m610.82 114.72l-12.32 26.456c-14.97-8.84-32.732-14.51-43.995-14.51-10.733 0-17.99 3.86-17.99 11.49 0 26.08 75.362 11.57 75.136 62.44 0 27.666-24.037 42.63-55.33 42.63-23.282 0-46.488-8.842-62.437-22.372l12.7-26.077c14.587 12.926 35.147 21.165 50.114 21.165 13.16 0 21.02-4.837 21.02-13.53 0-26.606-75.36-11.11-75.36-61.226 0-25.625 21.997-41.8 54.726-41.8 19.805 0 39.61 6.046 53.745 15.343z"/>
</g>
<path d="m176.03 161.82v21.392l18.973 18.973v-22.374" fill="#EE7913"/>
<path d="m195.01 179.81h21.543l-18.217-17.99h-22.3" fill="#F18D36"/>
<path d="m195.01 179.81v22.374l8.996 8.91v-22.3" fill="#F0E64A"/>
<path d="m204 188.8h21.617l-9.07-8.995h-21.543" fill="#F2EA65"/>
<path d="m264.02 247.76v-21.015l-38.398-37.945h-21.618" fill="#7BAA4E"/>
<path d="m204 188.8v22.3l36.81 36.66h23.207" fill="#589632"/>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment