make new chatzilla tab appearance actually look fitting with the two themes
[themes.git] / LCARStrek / browser / cert-error.svg
CommitLineData
13875a54
RK
1<?xml version="1.0" encoding="utf-8"?>
2
3<svg version="1.1"
4 xmlns="http://www.w3.org/2000/svg"
5 xmlns:xlink="http://www.w3.org/1999/xlink"
6 width="45"
7 height="45"
8 viewBox="0 0 45 45">
9
10 <style>
11 .icon-default {
12 fill: #A09090;
13 }
14 </style>
15
16 <defs>
17 <rect id="shape-lock-clasp-outer" x="8" y="2" width="28" height="40" rx="14" ry="14" />
18 <rect id="shape-lock-clasp-inner" x="14" y="8" width="16" height="28" rx="8" ry="8" />
19 <rect id="shape-lock-base" x="4" y="18" width="36" height="24" rx="3" ry="3" />
20
21 <mask id="mask-clasp-cutout">
22 <rect width="48" height="48" fill="#000" />
23 <use xlink:href="#shape-lock-clasp-outer" fill="#fff" />
24 <use xlink:href="#shape-lock-clasp-inner" fill="#000" />
25 <line x1="4" y1="38" x2="41" y2="3" stroke="#000" stroke-width="5.5" />
26 <line x1="4" y1="46" x2="41" y2="11" stroke="#000" stroke-width="5.5" />
27 <rect x="4" y="18" width="36" height="26" rx="6" ry="6" />
28 </mask>
29
30 <mask id="mask-base-cutout">
31 <rect width="45" height="45" fill="#000" />
32 <use xlink:href="#shape-lock-base" fill="#fff" />
33 <line x1="2.5" y1="41.5" x2="41" y2="5" stroke="#000" stroke-width="8.5" />
34 </mask>
35 </defs>
36
37 <use xlink:href="#shape-lock-clasp-outer" mask="url(#mask-clasp-cutout)" fill="#A09090" />
38 <use xlink:href="#shape-lock-base" mask="url(#mask-base-cutout)" fill="#A09090" />
39
40 <line x1="2.5" y1="41.5" x2="41" y2="5" stroke="#FF0000" stroke-width="5.5" />
41
42</svg>