123456789101112131415161718192021222324 |
- <?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" 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="M30,8c0,-0.53 -0.211,-1.039 -0.586,-1.414c-0.375,-0.375 -0.884,-0.586 -1.414,-0.586c-5.154,-0 -18.846,-0 -24,-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.832 -0,12.168 -0,16c-0,0.53 0.211,1.039 0.586,1.414c0.375,0.375 0.884,0.586 1.414,0.586c5.154,-0 18.846,-0 24,-0c0.53,0 1.039,-0.211 1.414,-0.586c0.375,-0.375 0.586,-0.884 0.586,-1.414c-0,-3.832 -0,-12.168 -0,-16Z" style="fill:none;stroke:#000;stroke-width:4px;"/>
- </g>
- <g id="emoji">
- <path d="M30,8c0,-0.53 -0.211,-1.039 -0.586,-1.414c-0.375,-0.375 -0.884,-0.586 -1.414,-0.586c-5.154,-0 -18.846,-0 -24,-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.832 -0,12.168 -0,16c-0,0.53 0.211,1.039 0.586,1.414c0.375,0.375 0.884,0.586 1.414,0.586c5.154,-0 18.846,-0 24,-0c0.53,0 1.039,-0.211 1.414,-0.586c0.375,-0.375 0.586,-0.884 0.586,-1.414c-0,-3.832 -0,-12.168 -0,-16Z" style="fill:#fff;"/>
- <clipPath id="_clip2">
- <path d="M30,8c0,-0.53 -0.211,-1.039 -0.586,-1.414c-0.375,-0.375 -0.884,-0.586 -1.414,-0.586c-5.154,-0 -18.846,-0 -24,-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.832 -0,12.168 -0,16c-0,0.53 0.211,1.039 0.586,1.414c0.375,0.375 0.884,0.586 1.414,0.586c5.154,-0 18.846,-0 24,-0c0.53,0 1.039,-0.211 1.414,-0.586c0.375,-0.375 0.586,-0.884 0.586,-1.414c-0,-3.832 -0,-12.168 -0,-16Z"/>
- </clipPath>
- <g clip-path="url(#_clip2)">
- <path d="M2,26l14,-14.444l14,14.444" style="fill:none;stroke:#ccc;stroke-width:2px;"/>
- <path d="M2,6c-0,-0 7.163,6.822 11.241,10.706c1.545,1.471 3.973,1.471 5.518,0c4.078,-3.884 11.241,-10.706 11.241,-10.706" style="fill:#fff;stroke:#999;stroke-width:2px;"/>
- </g>
- </g>
- </g>
- </svg>
|