summaryrefslogtreecommitdiffstats
path: root/comm/mail/themes/shared/mail/icons/status-online.svg
blob: 6209d7893430cb6f1c5614a3ee59efa033177574 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!-- 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 xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16">
  <defs>
    <linearGradient id="a">
      <stop offset="0" stop-color="#3cff13"/>
      <stop offset="1" stop-color="#058200"/>
    </linearGradient>
    <radialGradient id="b" xlink:href="#a" r="4" fy="7.6" fx="8.5" cy="7.6" cx="8.5" gradientTransform="matrix(3.6 -.02 .02 3.1 -25.4 -19.3)" gradientUnits="userSpaceOnUse"/>
  </defs>
  <circle fill="#007600" r="8" cy="8" cx="8"/>
  <circle fill="url(#b)" r="7" cy="8" cx="8"/>
</svg>