Advertisement
Drakaos

Leather Hood SVG

Jul 2nd, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. <svg width="250" height="250" xmlns="http://www.w3.org/2000/svg">
  2. <defs>
  3. <linearGradient id="Hood" x1="0%" y1="0%" x2="100%" y2="0%">
  4. <stop offset="0%" stop-color="#b45918" stop-opacity="1"/>
  5. <stop offset="50%" stop-color="#b45918" stop-opacity="1"/>
  6. <stop offset="50%" stop-color="#874312" stop-opacity="1"/>
  7. <stop offset="90%" stop-color="#b45918" stop-opacity="1"/>
  8. </linearGradient>
  9. </defs>
  10. <path d="M138,165 l80,-40 l30,30 l2,10 l8,0 l10,-40 l-65,-80 l-65,-30 l-65,30 l-65,80 l 10,40 l8,0 2,-10 l30,-30 Z" fill="url(#Hood)" stroke="#5a2d0c" stroke-width="10" transform="scale(.909)"/>
  11. </svg>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement