check-partial.svg (764B)
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 use:not(:target) { 11 display: none; 12 } 13 use { 14 fill: #fff; 15 stroke: #0095dd; 16 stroke-width: 0.5; 17 } 18 use[id$="-inverted"] { 19 fill: #2292d0; 20 } 21 use[id$="-native"] { 22 fill: -moz-dialogText; 23 } 24 </style> 25 <defs style="display: none;"> 26 <rect id="check-shape" x="3" y="9" width="15" height="3"/> 27 </defs> 28 <use id="check-partial" xlink:href="#check-shape"/> 29 <use id="check-partial-inverted" xlink:href="#check-shape"/> 30 <use id="check-partial-native" xlink:href="#check-shape"/> 31 </svg>