downloads.svg (686B)
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 #hihglighttext:target + g { 12 stroke: #000; 13 } 14 #highlight:target ~ g { 15 stroke: #0082f0; 16 } 17 #highlight:target ~ g > rect { 18 fill: #bcf5ff; 19 } 20 </style> 21 <g id="highlight"/> 22 <g id="highlighttext"/> 23 <g> 24 <rect x="3.5" y="21.5" width="24" height="8" rx="3" ry="3"/> 25 <path d="M 19,25.5 h4"/> 26 <path d="M 15.5,2 v16 M 8,11 l 7.5,7.5 l 7.5,-7.5"/> 27 </g> 28 </svg>