info-24.svg (564B)
1 <?xml version="1.0" encoding="utf-8"?> 2 <svg xmlns="http://www.w3.org/2000/svg" 3 xmlns:xlink="http://www.w3.org/1999/xlink" 4 x="0" 5 y="0" 6 width="24" 7 height="24" 8 viewBox="0 0 24 24"> 9 <style> 10 g:not(:empty) { 11 fill: none; 12 stroke: #a5a5a5; 13 stroke-width: 1; 14 } 15 #filled:target + g > circle { 16 fill: #ff0; 17 } 18 </style> 19 <g id="filled"/> 20 <g> 21 <circle cx="11.5" cy="11.5" r="11.25"/> 22 <line x1="11.5" y1="4" x2="11.5" y2="6.5"/> 23 <line x1="11.5" y1="8" x2="11.5" y2="18.5"/> 24 </g> 25 </svg>