123456789101112131415161718192021222324252627282930 |
- <?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:round;stroke-linejoin:round;stroke-miterlimit:1.5;">
- <rect id="incoming_envelope" 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="M28,16c-0,-0.53 -0.211,-1.039 -0.586,-1.414c-0.375,-0.375 -0.884,-0.586 -1.414,-0.586c-4.52,0 -15.48,0 -20,0c-0.53,-0 -1.039,0.211 -1.414,0.586c-0.375,0.375 -0.586,0.884 -0.586,1.414c-0,3.074 -0,8.926 -0,12c0,0.53 0.211,1.039 0.586,1.414c0.375,0.375 0.884,0.586 1.414,0.586c4.52,0 15.48,0 20,0c0.53,0 1.039,-0.211 1.414,-0.586c0.375,-0.375 0.586,-0.884 0.586,-1.414c0,-3.074 0,-8.926 -0,-12Z" style="fill:none;stroke:#000;stroke-width:4px;"/>
- <path d="M8,10l0,-4.5" style="fill:none;stroke:#000;stroke-width:7px;"/>
- <path d="M24,10.5l0,-5" style="fill:none;stroke:#000;stroke-width:7px;"/>
- <path d="M16,7.5l0,-4" style="fill:none;stroke:#000;stroke-width:7px;"/>
- </g>
- <g id="emoji">
- <path d="M8,10.5l0,-5" style="fill:none;stroke:#fff;stroke-width:3px;"/>
- <path d="M24,10.5l0,-5" style="fill:none;stroke:#fff;stroke-width:3px;"/>
- <path d="M16,7.5l0,-4" style="fill:none;stroke:#fff;stroke-width:3px;"/>
- <path d="M28,16c-0,-0.53 -0.211,-1.039 -0.586,-1.414c-0.375,-0.375 -0.884,-0.586 -1.414,-0.586c-4.52,0 -15.48,0 -20,0c-0.53,-0 -1.039,0.211 -1.414,0.586c-0.375,0.375 -0.586,0.884 -0.586,1.414c-0,3.074 -0,8.926 -0,12c0,0.53 0.211,1.039 0.586,1.414c0.375,0.375 0.884,0.586 1.414,0.586c4.52,0 15.48,0 20,0c0.53,0 1.039,-0.211 1.414,-0.586c0.375,-0.375 0.586,-0.884 0.586,-1.414c0,-3.074 0,-8.926 -0,-12Z" style="fill:#fff;"/>
- <clipPath id="_clip2">
- <path d="M28,16c-0,-0.53 -0.211,-1.039 -0.586,-1.414c-0.375,-0.375 -0.884,-0.586 -1.414,-0.586c-4.52,0 -15.48,0 -20,0c-0.53,-0 -1.039,0.211 -1.414,0.586c-0.375,0.375 -0.586,0.884 -0.586,1.414c-0,3.074 -0,8.926 -0,12c0,0.53 0.211,1.039 0.586,1.414c0.375,0.375 0.884,0.586 1.414,0.586c4.52,0 15.48,0 20,0c0.53,0 1.039,-0.211 1.414,-0.586c0.375,-0.375 0.586,-0.884 0.586,-1.414c0,-3.074 0,-8.926 -0,-12Z"/>
- </clipPath>
- <g clip-path="url(#_clip2)">
- <path d="M4,30l12,-11.556l12,11.556" style="fill:none;stroke:#ccc;stroke-width:2px;"/>
- <path d="M4,14c-0,0 6.595,5.862 10.007,8.895c1.137,1.01 2.849,1.01 3.986,0c3.412,-3.033 10.007,-8.895 10.007,-8.895" style="fill:#fff;stroke:#999;stroke-width:2px;"/>
- </g>
- </g>
- </g>
- </svg>
|