elbaitemoon

Elbaite theme for Pale Moon
Log | Files | Refs

identity-domain-secure.svg (1121B)


      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">
      7   <style>
      8     .icon-default {
      9       fill: #4562A5;
     10     }
     11   </style>
     12 
     13   <defs>
     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" />
     17 
     18     <mask id="mask-clasp-cutout">
     19       <rect width="16" height="16" fill="#000" />
     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>