Advertisement
Drakaos

Bandit Lord SVG

Jun 23rd, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. <svg width="360" height="270" 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. <linearGradient id="Armor" x1="0%" y1="0%" x2="0%" y2="100%">
  10. <stop offset="0%" stop-color="#b45918" stop-opacity="1"/>
  11. <stop offset="50%" stop-color="#b45918" stop-opacity="1"/>
  12. <stop offset="50%" stop-color="#874312" stop-opacity="1"/>
  13. <stop offset="90%" stop-color="#b45918" stop-opacity="1"/>
  14. </linearGradient>
  15. </defs>
  16. <path d="M30,160 Q30,90 180,90 Q330,90 330,160 Q330,230 180 230 Q30,230 30,160 Z" fill="tan" stroke="black" stroke-width="20" />
  17. <path d="M5,160 l25,-60 l150,-30 l150,30 l25,60 l-25,60 l-150,30 l-150,-30 l-25,-60 Z" fill="url(#Armor)" stroke="#5a2d0c" stroke-width="10"/>
  18. <circle cx="180" cy="135" r="100" fill="tan" stroke="black" stroke-width="20"/>
  19. <path d="M170 170 l-50,-10 l15,25 l30,-5 Z" fill="white" stroke="dimgray" stroke-width="5"/>
  20. <path d="M190 170 l22,-4 l-111,-111 l6,-6 l116,115 l22,-4 l-8.25,19.25 l29,29 l-6.75,6.25 l-26,-26 l-3,7 l-35,-15
  21. Z" fill="black" stroke="dimgray" stroke-width="0"/>
  22. <path d="M150,220 l30,-15 l30,15 l-30,50"/>
  23. <path d="M180,155 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" />
  24. </svg>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement