Last active
May 4, 2020 20:02
-
-
Save strarsis/138002d0b31e26f22d1043235541d218 to your computer and use it in GitHub Desktop.
bow shape
This file contains hidden or 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" viewBox="0 0 67 20.1"> | |
<defs> | |
<clipPath id="a"> | |
<path fill="none" d="M0 0h67v20.1H0z"/> | |
</clipPath> | |
</defs> | |
<g clip-path="url(#a)"> | |
<path d="M33.433 3.139c12.372 0 24.108 7.245 30.988 19.02H2.445c6.88-11.775 18.616-19.02 30.988-19.02m0-.993c-13.3 0-25.754 8.026-32.681 21.006h65.362C59.187 10.172 46.733 2.146 33.433 2.146z"/> | |
<path d="M33.433 1.152c13.92 0 26.926 8.534 33.942 22.271l.369.722H-.878l.369-.722C6.507 9.686 19.513 1.152 33.433 1.152m0-.993C19.138.159 5.793 8.9-1.394 22.971L-2.5 25.139h71.867l-1.107-2.168C61.073 8.9 47.728.159 33.433.159z"/> | |
</g> | |
</svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment