view-financial-account.svg 642 B

1234567891011121314151617181920
  1. <svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
  2. <style type="text/css" id="current-color-scheme">
  3. .ColorScheme-Text {
  4. color:#dedede;
  5. }
  6. .ColorScheme-NegativeText {
  7. color:#da4453;
  8. }
  9. </style>
  10. <path
  11. d="m3 2v6h-2v1h12v-1h-9v-5h10v11h1v-12h-12zm2 2v1h4v-1h-4zm0 2v1h3v-1h-3zm-4 4v4h12v-4h-12zm9 1h2v2h-2v-2zm-8 1h1v1h-1v-1zm2 0h1v1h-1v-1zm2 0h1v1h-1v-1zm2 0h1v1h-1v-1z"
  12. style="fill:currentColor;fill-opacity:1;stroke:none"
  13. class="ColorScheme-Text"
  14. />
  15. <path
  16. d="m10 4v1h3v-1z"
  17. style="fill:currentColor;fill-opacity:1;stroke:none"
  18. class="ColorScheme-NegativeText"
  19. />
  20. </svg>