Advertisement
Guest User

3D-Ball SVG

a guest
May 12th, 2012
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.65 KB | None | 0 0
  1. <svg version='1.1' width='100px' height='100px' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'>
  2.     <defs>
  3.         <radialGradient id="grad0" gradientUnits="userSpaceOnUse" cx="107" cy="94" r="63.75">
  4.         <stop offset="0%" stop-color="#FFFFFF"/>
  5.         <stop offset="89.0196%" stop-color="#2525FC"/>
  6.         <stop offset="100%" stop-color="#0303F3"/>
  7.         </radialGradient>
  8.     </defs>
  9.     <g transform="translate(-70,-69)">
  10.         <path d="M 120 69 Q 140.75 69 155.4 83.75 Q 170 98.4 170 119 Q 170 139.75 155.4 154.5 Q 140.75 169 120 169 Q 99.4 169 84.75 154.5 Q 70 139.75 70 119 Q 70 98.4 84.75 83.75 Q 99.4 69 120 69 Z" fill="url(#grad0)"/>
  11.     </g>
  12. </svg>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement