history.svg (465B)
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" y="0" width="32" height="32" viewBox="0 0 32 32"> 5 <style> 6 g { 7 fill: none; 8 stroke: #fff; 9 stroke-width: 1.0325; 10 } 11 #highlight:target + g { 12 stroke: #fff; 13 } 14 </style> 15 <g id="highlight"/> 16 <g> 17 <circle cx="16" cy="16" r="13.5"/> 18 <path d="M 13,7 l 3,9 l 6.75,3.75"/> 19 </g> 20 </svg>