radio.svg (592B)
1 <?xml version="1.0" encoding="utf-8"?> 2 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" 3 viewBox="0 0 21 21" enable-background="new 0 0 21 21" xml:space="preserve"> 4 <style> 5 use:not(:target) { 6 display: none; 7 } 8 use { 9 fill: #fff; 10 } 11 use[id$="-native"] { 12 fill: #fff; 13 } 14 </style> 15 <defs style="display: none;"> 16 <circle id="radio-shape" cx="10.5" cy="10.5" r="6"/> 17 </defs> 18 <use id="radio" xlink:href="#radio-shape"/> 19 <use id="radio-native" xlink:href="#radio-shape"/> 20 </svg>