make reload button a bit nicer and cover the whole 16x16 frame
[themes.git] / LCARStrek / browser / identity-secure.svg
CommitLineData
470b6552
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/. -->
c9b0a396
RK
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">
470b6552
RK
7 <style>
8 .icon-default {
c9b0a396 9 fill: #008484;
470b6552
RK
10 }
11 </style>
12
13 <defs>
c9b0a396
RK
14 <rect id="shape-lock-clasp-outer" x="4" y="2" width="8" height="10" rx="4" ry="4" />
15 <rect id="shape-lock-clasp-inner" x="6" y="4" width="4" height="6" rx="2" ry="2" />
16 <rect id="shape-lock-base" x="3" y="7" width="10" height="7" rx="1" ry="1" />
470b6552
RK
17
18 <mask id="mask-clasp-cutout">
c9b0a396 19 <rect width="16" height="16" fill="#000" />
470b6552
RK
20 <use xlink:href="#shape-lock-clasp-outer" fill="#fff" />
21 <use xlink:href="#shape-lock-clasp-inner" fill="#000" />
22 </mask>
23 </defs>
24
25 <use xlink:href="#shape-lock-clasp-outer" mask="url(#mask-clasp-cutout)" class="icon-default" />
26 <use xlink:href="#shape-lock-base" class="icon-default" />
27</svg>