12345678910111213141516171819 |
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
- <svg width="100%" height="100%" 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" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:1.5;">
- <rect id="computer_mouse" x="0" y="0" width="32" height="32" style="fill:none;"/>
- <clipPath id="_clip1">
- <rect x="0" y="0" width="32" height="32"/>
- </clipPath>
- <g clip-path="url(#_clip1)">
- <g id="outline">
- <path d="M7,8c0,-1.591 0.632,-3.117 1.757,-4.243c1.126,-1.125 2.652,-1.757 4.243,-1.757c1.931,0 4.069,0 6,0c1.591,0 3.117,0.632 4.243,1.757c1.125,1.126 1.757,2.652 1.757,4.243c0,3.787 0,8.749 0,13.002c0,2.386 -0.948,4.675 -2.635,6.363c-1.688,1.687 -3.977,2.635 -6.363,2.635c-0.001,0 -0.003,0 -0.004,0c-2.386,0 -4.675,-0.948 -6.363,-2.635c-1.687,-1.688 -2.635,-3.977 -2.635,-6.363c0,-4.253 0,-9.215 0,-13.002Z" style="fill:none;stroke:#000;stroke-width:4px;"/>
- </g>
- <g id="emoji">
- <path d="M7,8c0,-1.591 0.632,-3.117 1.757,-4.243c1.126,-1.125 2.652,-1.757 4.243,-1.757c1.148,0 2,0 2,0l1,1l1,-1l2,0c1.591,0 3.117,0.632 4.243,1.757c1.125,1.126 1.757,2.652 1.757,4.243c0,3.787 0,8.749 0,13.002c0,2.386 -0.948,4.675 -2.635,6.363c-1.688,1.687 -3.977,2.635 -6.363,2.635c-0.001,0 -0.001,0 -0.002,0c-2.387,0 -4.676,-0.948 -6.364,-2.636c-1.688,-1.688 -2.636,-3.977 -2.636,-6.364c0,-4.253 0,-9.214 0,-13Z" style="fill:#ccc;"/>
- <rect x="15" y="2" width="2" height="8" style="fill:#666;"/>
- <path d="M18,9c0,-1.105 -0.895,-2 -2,-2c-1.105,0 -2,0.895 -2,2c0,1.222 0,2.778 0,4c0,1.105 0.895,2 2,2c1.105,0 2,-0.895 2,-2c0,-1.222 0,-2.778 0,-4Z" style="fill:#fff;"/>
- </g>
- </g>
- </svg>
|