1234567891011121314151617181920212223242526 |
- <?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="envelope_with_arrow" 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="M11.369,13.995l-2.495,-2.495l-0,-2.5l2.121,-2.121l3.5,3.5l-0,-8.379l3,0l-0,8.379l3.5,-3.5l2.121,2.121l0,2.5l-2.495,2.495l5.379,-0c0.53,-0 1.039,0.211 1.414,0.586c0.375,0.375 0.586,0.883 0.586,1.414c-0,3.075 -0,8.93 0,12.005c0,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.075 -0,-8.93 -0,-12.005c-0,-0.531 0.211,-1.039 0.586,-1.414c0.375,-0.375 0.884,-0.586 1.414,-0.586l5.369,-0Z" style="fill:none;stroke:#000;stroke-width:4px;"/>
- </g>
- <g id="emoji">
- <path d="M28,15.995c0,-0.531 -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.883 -0.586,1.414c-0,3.075 -0,8.93 -0,12.005c-0,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.075 0,-8.93 0,-12.005Z" style="fill:#fff;"/>
- <clipPath id="_clip2">
- <path d="M28,15.995c0,-0.531 -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.883 -0.586,1.414c-0,3.075 -0,8.93 -0,12.005c-0,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.075 0,-8.93 0,-12.005Z"/>
- </clipPath>
- <g clip-path="url(#_clip2)">
- <path d="M4,30l12,-11.559l12,11.559" style="fill:none;stroke:#ccc;stroke-width:2px;"/>
- <path d="M4,13.995c-0,-0 6.595,5.864 10.007,8.897c1.136,1.011 2.85,1.011 3.986,0c3.412,-3.033 10.007,-8.897 10.007,-8.897" style="fill:#fff;stroke:#999;stroke-width:2px;"/>
- </g>
- <path d="M14.495,12.379l3,-0l3.5,-3.5l2.121,0.121l0,2.5l-7.121,7.121l-7.121,-7.121l-0,-2.5l2.121,-0.121l3.5,3.5Z" style="fill:#9f146a;fill-rule:nonzero;"/>
- <path d="M17.495,10.379l3.5,-3.5l2.121,2.121l-7.121,7.121l-7.121,-7.121l2.121,-2.121l3.5,3.5l-0,-8.379l3,-0l-0,8.379Z" style="fill:#ec2fa4;fill-rule:nonzero;"/>
- </g>
- </g>
- </svg>
|