check.svg (806B)
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="21" 7 height="21" 8 viewBox="0 0 21 21"> 9 <style> 10 path { 11 fill: context-fill; 12 stroke: context-stroke; 13 stroke-width: 0.5; 14 } 15 #check:target ~ path { 16 fill: #fff; 17 stroke: initial; 18 stroke-width: initial; 19 } 20 #check-inverted:target ~ path { 21 fill: #424e5a; 22 stroke: #0095dd; 23 } 24 #check-native:target ~ path { 25 fill: -moz-dialogText; 26 stroke: initial; 27 stroke-width: initial; 28 } 29 </style> 30 31 <g id="check"/> 32 <g id="check-inverted"/> 33 <g id="check-native"/> 34 <path id="check-shape" d="M 9.39,16.5 16.28,6 14.77,4.5 9.37,12.7 6.28,9.2 4.7,10.7 z"/> 35 36 </svg>