Last active
December 7, 2018 07:33
-
-
Save Xowap/40be5cd6da835cac9bc603c0d9ed212b to your computer and use it in GitHub Desktop.
Avocode SVG optimization
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<svg | |
xmlns="http://www.w3.org/2000/svg" | |
xmlns:xlink="http://www.w3.org/1999/xlink" | |
width="21" | |
height="20" | |
viewBox="0 0 21 20" | |
> | |
<defs> | |
<path | |
id="zqgda" | |
d="M30.501 307L20 317h3.13v10h4.948v-6.667h4.846V327h4.948v-10H41z" | |
/> | |
</defs> | |
<g> | |
<g transform="translate(-20 -307)"> | |
<use fill="#42210b" xlink:href="#zqgda"/> | |
</g> | |
</g> | |
</svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment