summaryrefslogtreecommitdiffstats
path: root/comm/mail/themes/shared/mail/icons/cert-error.svg
blob: 134944525fd608b248920359582a4d2fbcfb83ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!-- This Source Code Form is subject to the terms of the Mozilla Public
   - License, v. 2.0. If a copy of the MPL was not distributed with this
   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="45" height="45" viewBox="0 0 45 45">
  <style>
    .icon-default {
      fill: #999;
    }
  </style>
  <defs>
    <rect id="shape-lock-clasp-outer" x="8" y="2" width="28" height="40" rx="14" ry="14" />
    <rect id="shape-lock-clasp-inner" x="14" y="8" width="16" height="28" rx="8" ry="8" />
    <rect id="shape-lock-base" x="4" y="18" width="36" height="24" rx="3" ry="3" />
    <mask id="mask-clasp-cutout">
      <rect width="48" height="48" fill="#000" />
      <use xlink:href="#shape-lock-clasp-outer" fill="#fff" />
      <use xlink:href="#shape-lock-clasp-inner" fill="#000" />
      <line x1="4" y1="38" x2="41" y2="3" stroke="#000" stroke-width="5.5" />
      <line x1="4" y1="46" x2="41" y2="11" stroke="#000" stroke-width="5.5" />
      <rect x="4" y="18" width="36" height="26" rx="6" ry="6" />
    </mask>
    <mask id="mask-base-cutout">
      <rect width="45" height="45" fill="#000" />
      <use xlink:href="#shape-lock-base" fill="#fff" />
      <line x1="2.5" y1="41.5" x2="41" y2="5" stroke="#000" stroke-width="8.5" />
    </mask>
  </defs>
  <use xlink:href="#shape-lock-clasp-outer" mask="url(#mask-clasp-cutout)" fill="#999" />
  <use xlink:href="#shape-lock-base" mask="url(#mask-base-cutout)" fill="#999" />
  <line x1="2.5" y1="41.5" x2="41" y2="5" stroke="#d92d21" stroke-width="5.5" />
</svg>