| 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- This Source Code Form is subject to the terms of the Mozilla Public |
| 3 | - License, v. 2.0. If a copy of the MPL was not distributed with this |
| 4 | - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> |
| 5 | <svg xmlns="http://www.w3.org/2000/svg" |
| 6 | xmlns:xlink="http://www.w3.org/1999/xlink" |
| 7 | width="24" height="24" viewBox="0 0 24 24"> |
| 8 | <style> |
| 9 | .fieldtext { |
| 10 | fill: #A09090; |
| 11 | } |
| 12 | |
| 13 | .highlighttext { |
| 14 | fill: #FFCF00; |
| 15 | } |
| 16 | |
| 17 | .black { |
| 18 | fill: #FFCF00; |
| 19 | } |
| 20 | |
| 21 | .white { |
| 22 | fill: #FFCF00; |
| 23 | } |
| 24 | </style> |
| 25 | |
| 26 | <defs> |
| 27 | <rect id="shape-lock-clasp-outer" x="5" y="1" width="14" height="20" rx="7" ry="7" /> |
| 28 | <rect id="shape-lock-clasp-inner" x="8" y="4" width="8" height="14" rx="4" ry="4" /> |
| 29 | <rect id="shape-lock-base" x="3" y="10" width="18" height="13" rx="1.5" ry="1.5" /> |
| 30 | |
| 31 | <mask id="mask-clasp-cutout"> |
| 32 | <rect width="24" height="24" fill="#000" /> |
| 33 | <use xlink:href="#shape-lock-clasp-outer" fill="#fff" /> |
| 34 | <use xlink:href="#shape-lock-clasp-inner" fill="#000" /> |
| 35 | <line x1="3" y1="21" x2="21.5" y2="0.5" stroke="#000" stroke-width="3" /> |
| 36 | <line x1="3" y1="25" x2="21.5" y2="4.5" stroke="#000" stroke-width="3" /> |
| 37 | <rect x="3" y="10" width="18" height="13" rx="1.5" ry="1.5" /> |
| 38 | </mask> |
| 39 | |
| 40 | <mask id="mask-base-cutout"> |
| 41 | <rect width="24" height="24" fill="#000" /> |
| 42 | <use xlink:href="#shape-lock-base" fill="#fff" /> |
| 43 | <line x1="2.25" y1="24.75" x2="21.5" y2="4.5" stroke="#000" stroke-width="3" /> |
| 44 | </mask> |
| 45 | </defs> |
| 46 | |
| 47 | <use class="fieldtext" xlink:href="#shape-lock-clasp-outer" mask="url(#mask-clasp-cutout)"/> |
| 48 | <use class="fieldtext" xlink:href="#shape-lock-base" mask="url(#mask-base-cutout)"/> |
| 49 | |
| 50 | <line x1="2.25" y1="22.75" x2="21.5" y2="2.5" stroke="#FF0000" stroke-width="3" /> |
| 51 | </svg> |