some corrections and finishing touches to that LCARStrek works well for Firefox 55...
[themes.git] / LCARStrek / browser / connection-mixed-active-loaded.svg
CommitLineData
c9b0a396
RK
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" xmlns:xlink="http://www.w3.org/1999/xlink"
6 width="16" height="16" viewBox="0 0 16 16">
c9b0a396
RK
7
8 <defs>
9 <rect id="shape-lock-clasp-outer" x="4" y="2" width="8" height="10" rx="4" ry="4" />
10 <rect id="shape-lock-clasp-inner" x="6" y="4" width="4" height="6" rx="2" ry="2" />
11 <rect id="shape-lock-base" x="3" y="7" width="10" height="7" rx="1" ry="1" />
12
13 <mask id="mask-clasp-cutout">
c9b0a396
RK
14 <use xlink:href="#shape-lock-clasp-outer" fill="#fff" />
15 <use xlink:href="#shape-lock-clasp-inner" fill="#000" />
16 <line x1="2" y1="13" x2="14" y2="1.5" stroke="#000" stroke-width="2" />
17 <line x1="2" y1="15" x2="14" y2="3.5" stroke="#000" stroke-width="2" />
18 <rect x="3" y="7" width="10" height="7" rx="1" ry="1" fill="#000" />
19 </mask>
20
21 <mask id="mask-base-cutout">
c9b0a396
RK
22 <use xlink:href="#shape-lock-base" fill="#fff" />
23 <line x1="2" y1="14.8" x2="14" y2="3.2" stroke="#000" stroke-width="1.8" />
24 </mask>
d23bf94a
RK
25
26 <g id="lock">
27 <use xlink:href="#shape-lock-clasp-outer" mask="url(#mask-clasp-cutout)"/>
28 <use xlink:href="#shape-lock-base" mask="url(#mask-base-cutout)"/>
29 </g>
30
31 <line id="strike-through-red" x1="2" y1="14.1" x2="14" y2="2.5" stroke="#FF0000" stroke-width="1.8"/>
c9b0a396
RK
32 </defs>
33
07296beb
RK
34 <use fill="context-fill" xlink:href="#lock"/>
35 <use xlink:href="#strike-through-red"/>
c9b0a396 36</svg>