downloads.svg (712B)
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="18" height="18" viewBox="0 0 18 18"> 5 <style> 6 g { 7 fill: none; 8 stroke: #fff; 9 stroke-width: 1.0325; 10 } 11 #darktext:target + g { 12 stroke: #000; 13 stroke-width: 1; 14 } 15 #highlight:target ~ g { 16 stroke: #0082f0; 17 } 18 #highlight:target ~ g > rect { 19 fill: #bcf5ff; 20 } 21 </style> 22 <g id="highlight"/> 23 <g id="darktext"/> 24 <g> 25 <rect x="2.5" y="11.5" width="12" height="4" rx="1.4" ry="1.4"/> 26 <path d="M 10,13.5 h2"/> 27 <path d="M 8.5,2 v7.5 m -3.5,-3.5 l 3.5,3.5 l 3.5,-3.5"/> 28 </g> 29 </svg>