Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <svg version="1.1"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- width="100" height="85"
- viewBox="-5 -5 95 80">
- <g id="button">
- <path stroke="black" stroke-width="1" fill="none" d="M20,0 A5,5 0 1,1 20,10 L5,10 A5,5,0,1,1,5,0 Z"/>
- <circle cx="5" cy="5" r="3" />
- <text x="35" y="8" font-family="Segoe UI, sans-serif" font-size="10">Off</text>
- </g>
- <use xlink:href="#button" y="20"/>
- <use xlink:href="#button" y="40"/>
- <use xlink:href="#button" y="60"/>
- </svg>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement