12345678910111213141516 |
- <?xml version='1.0' encoding='UTF-8'?>
- <svg x="0px" y="0px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" id="Layer_1" style="enable-background:new 0 0 32 32">
- <style type="text/css">
- .Blue{fill:#1177D7;}
- .Yellow{fill:#FFB115;}
- .Black{fill:#727272;}
- .Green{fill:#039C23;}
- .Red{fill:#D11C1C;}
- .st0{opacity:0.75;}
- .st1{opacity:0.5;}
- </style>
- <g id="Window">
- <path d="M30,10V5c0-0.5-0.5-1-1-1H3C2.5,4,2,4.5,2,5v5H30z" class="Blue" />
- <path d="M28,10v16H4V10H2v17c0,0.5,0.5,1,1,1h26c0.5,0,1-0.5,1-1V10H28z" class="Black" />
- </g>
- </svg>
|