sort.svg (788B)
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="9" 7 height="5" 8 viewBox="0 0 9 5"> 9 <style> 10 .t:not(:target){ 11 display: none; 12 } 13 path { 14 stroke-width: 0; 15 stroke: #fff; 16 fill: #fff; 17 } 18 path[id$=classic] { 19 stroke-width: 0; 20 stroke: #808080; 21 fill: #808080; 22 } 23 </style> 24 <path id="asc" class="t" d="M 8.6,4 h -8.2 l 4.1,-4.2 l 4.1,4.2 z"/> 25 <path id="dsc" class="t" d="M 0.4,0 h 8.2 l -4.1,4.2 l -4.1,-4.2 z"/> 26 <path id="asc-classic" class="t" d="M 8.6,4 h -8.2 l 4.1,-4.2 l 4.1,4.2 z"/> 27 <path id="dsc-classic" class="t" d="M 0.4,0 h 8.2 l -4.1,4.2 l -4.1,-4.2 z"/> 28 </svg>