restore.svg (576B)
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 <path d="M 4.5,7.5 h 13 a 11,11 0 0,1 11,11 a 12,12 0 0,1 -12,12 a 14.5,14.5 0 0,1 -10,-4"/> 18 <path d="M 9.5,2.5 l -5,5 l 5,5"/> 19 <path d="M 14,10.5 l 1.5,8.5 l 5,3"/> 20 </g> 21 </svg>