Advertisement
Drakaos

Basic Bow SVG

Jul 7th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. <svg height="80" width="510" xmlns="http://www.w3.org/2000/svg">
  2. <g transform="translate(55 -125)">
  3. <g transform="rotate(-45 200 200)">
  4. <line x1="45" y1="40" x2="365" y2="360" stroke="white"stroke-width="5"/>
  5. <Path d="
  6. M25,25
  7. Q100,0 250,150
  8. Q400,300 375,375
  9. l-15,-15
  10. Q375,300 240,160
  11. Q100,25 40,40
  12. Z
  13. "
  14. fill="sandybrown"
  15. stroke="saddlebrown" stroke-width="5"/>
  16. <path d="M214,111 l75,75 l-16,16 l-75,-75 Z" fill="#70380f" stroke="#432109" stroke-width="5"/>
  17. </g>
  18. </g>
  19. </svg>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement