Skip to content

Instantly share code, notes, and snippets.

@strarsis
Last active May 4, 2020 20:02
Show Gist options
  • Save strarsis/138002d0b31e26f22d1043235541d218 to your computer and use it in GitHub Desktop.
Save strarsis/138002d0b31e26f22d1043235541d218 to your computer and use it in GitHub Desktop.
bow shape
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
<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="M66.933 23.649c-6.718-13.154-19.2-22-33.5-22s-26.781 8.846-33.5 22z"/>
<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