commandline-icon.svg 1.3 KB

123456789101112131415161718192021222324252627
  1. <!-- This Source Code Form is subject to the terms of the Mozilla Public
  2. - License, v. 2.0. If a copy of the MPL was not distributed with this
  3. - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
  4. <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="14" height="14">
  5. <defs>
  6. <style>
  7. path {
  8. opacity: 0.5;
  9. }
  10. path:target {
  11. opacity: 1;
  12. }
  13. </style>
  14. <linearGradient id="b">
  15. <stop offset="0" stop-color="#234ccd"/>
  16. <stop offset="1" stop-color="#5d7de3"/>
  17. </linearGradient>
  18. <linearGradient id="a">
  19. <stop offset="0" stop-color="#1e3faa"/>
  20. <stop offset="1" stop-color="#3a61de"/>
  21. </linearGradient>
  22. <linearGradient x1="2.002" y1="12.252" x2="-.099" y2="6.755" id="d" xlink:href="#a" gradientUnits="userSpaceOnUse" gradientTransform="translate(5.841 1034.646)"/>
  23. <linearGradient x1="3.309" y1="11.177" x2="1.468" y2="6.456" id="c" xlink:href="#b" gradientUnits="userSpaceOnUse" gradientTransform="translate(5.841 1034.646)"/>
  24. </defs>
  25. <path id="focus" d="M6.841 1040.052l-.437.406 2.469 3.688-2.47 3.687.438.407 3.438-4.094z" fill="url(#c)" stroke="url(#d)" stroke-width=".4" stroke-linecap="round" stroke-linejoin="round" transform="translate(-1.341 -1037.146)"/>
  26. </svg>