1234567891011121314151617181920212223 |
- <?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="printer" 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="M8,9l0,-6.5c0,-0.133 0.053,-0.26 0.146,-0.354c0.094,-0.093 0.221,-0.146 0.354,-0.146c2.388,0 12.612,0 15,0c0.133,0 0.26,0.053 0.354,0.146c0.093,0.094 0.146,0.221 0.146,0.354l0,6.5l3,0c0.552,0 1,0.448 1,1c0,2.577 0,9.423 0,12c0,0.552 -0.448,1 -1,1l-3,0l0,4.5c0,0.133 -0.053,0.26 -0.146,0.354c-0.094,0.093 -0.221,0.146 -0.354,0.146c-2.388,0 -12.612,0 -15,0c-0.133,0 -0.26,-0.053 -0.354,-0.146c-0.093,-0.094 -0.146,-0.221 -0.146,-0.354l0,-4.5l-3,0c-0.552,0 -1,-0.448 -1,-1c0,-2.577 0,-9.423 0,-12c0,-0.552 0.448,-1 1,-1l3,0Z" style="fill:none;stroke:#000;stroke-width:4px;"/>
- </g>
- <g id="emoji">
- <path d="M24,2.5c0,-0.133 -0.053,-0.26 -0.146,-0.354c-0.094,-0.093 -0.221,-0.146 -0.354,-0.146c-2.388,0 -12.612,0 -15,0c-0.133,0 -0.26,0.053 -0.354,0.146c-0.093,0.094 -0.146,0.221 -0.146,0.354c0,2.27 0,11.5 0,11.5l16,0l0,-11.5Z" style="fill:#313131;"/>
- <rect x="9" y="3" width="14" height="10" style="fill:#fff;"/>
- <path d="M4,18l24,0l0,4c0,0.265 -0.105,0.52 -0.293,0.707c-0.187,0.188 -0.442,0.293 -0.707,0.293c-3.904,0 -18.096,0 -22,0c-0.265,0 -0.52,-0.105 -0.707,-0.293c-0.188,-0.187 -0.293,-0.442 -0.293,-0.707c0,-1.459 0,-4 0,-4Z" style="fill:#404040;"/>
- <path d="M4,10c0,-0.552 0.448,-1 1,-1c0.386,0 1,0 1,0l0.5,1l0.5,-1l18,0l0.496,1l0.504,-1l1,0c0.552,0 1,0.448 1,1c0,1.916 0,6.084 0,8c0,0.552 -0.448,1 -1,1c-3.904,0 -18.096,0 -22,0c-0.552,0 -1,-0.448 -1,-1c0,-1.916 0,-6.084 0,-8Z" style="fill:#595959;"/>
- <path d="M24,27.5c0,0.133 -0.053,0.26 -0.146,0.354c-0.094,0.093 -0.221,0.146 -0.354,0.146c-2.388,0 -12.612,0 -15,0c-0.133,0 -0.26,-0.053 -0.354,-0.146c-0.093,-0.094 -0.146,-0.221 -0.146,-0.354c0,-1.266 0,-4.5 0,-4.5l2,-2l12,0l2,2l0,4.5Z" style="fill:#404040;"/>
- <path d="M24,23l-16,0l0,-1c0,-0.53 0.211,-1.039 0.586,-1.414c0.375,-0.375 0.884,-0.586 1.414,-0.586c3.074,0 8.926,0 12,0c0.53,0 1.039,0.211 1.414,0.586c0.375,0.375 0.586,0.884 0.586,1.414c0,0.551 0,1 0,1Z" style="fill:#1a1a1a;"/>
- <path d="M26,9l0,7c0,0.265 -0.105,0.52 -0.293,0.707c-0.187,0.188 -0.442,0.293 -0.707,0.293c-3.414,0 -14.586,0 -18,0c-0.265,0 -0.52,-0.105 -0.707,-0.293c-0.188,-0.187 -0.293,-0.442 -0.293,-0.707l0,-7l1,0l0,7l18,0l0,-7l1,0Z" style="fill:#323232;fill-rule:nonzero;"/>
- </g>
- </g>
- </svg>
|