123456789101112131415161718192021222324252627 |
- <?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="email" 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.252,12c-0.164,-0.639 -0.252,-1.31 -0.252,-2c0,-4.415 3.585,-8 8,-8c4.415,-0 8,3.585 8,8c0,0.69 -0.088,1.361 -0.252,2l4.252,-0c0.53,-0 1.039,0.211 1.414,0.586c0.375,0.375 0.586,0.884 0.586,1.414c0,3.463 0,10.537 -0,14c0,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.414c0,-3.463 0,-10.537 0,-14c-0,-0.53 0.211,-1.039 0.586,-1.414c0.375,-0.375 0.884,-0.586 1.414,-0.586l4.252,-0Z" style="fill:none;stroke:#000;stroke-width:4px;"/>
- </g>
- <g id="emoji">
- <path d="M30,14c0,-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.414c0,3.463 0,10.537 0,14c-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.414c0,-3.463 0,-10.537 0,-14Z" style="fill:#fff;"/>
- <clipPath id="_clip2">
- <path d="M30,14c0,-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.414c0,3.463 0,10.537 0,14c-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.414c0,-3.463 0,-10.537 0,-14Z"/>
- </clipPath>
- <g clip-path="url(#_clip2)">
- <path d="M2,30l14,-13l14,13" style="fill:none;stroke:#ccc;stroke-width:2px;"/>
- <path d="M2,12c0,0 7.348,6.298 11.397,9.769c1.498,1.284 3.708,1.284 5.206,-0c4.049,-3.471 11.397,-9.769 11.397,-9.769" style="fill:#fff;stroke:#999;stroke-width:2px;"/>
- </g>
- <circle cx="16" cy="10" r="8" style="fill:#334cec;"/>
- <path d="M18,12l2,0c0.552,-0 1,-0.448 1,-1c0,-0.292 0,-0.632 -0,-1c0,-1.326 -0.527,-2.598 -1.464,-3.536c-0.938,-0.937 -2.21,-1.464 -3.536,-1.464c-0,0 -0,0 -0,0c-2.761,0 -5,2.239 -5,5l-0,0c0,1.326 0.527,2.598 1.464,3.536c0.938,0.937 2.21,1.464 3.536,1.464l2,0" style="fill:none;stroke:#fff;stroke-width:2px;stroke-linecap:butt;stroke-linejoin:miter;"/>
- <path d="M19,10l0,2c0,0.265 -0.105,0.52 -0.293,0.707c-0.187,0.188 -0.442,0.293 -0.707,0.293l-2,0c-1.657,0 -3,-1.343 -3,-3c-0,-1.657 1.343,-3 3,-3c0.796,0 1.559,0.316 2.121,0.879c0.563,0.562 0.879,1.325 0.879,2.121Zm-4,0c0,0.552 0.448,1 1,1l1,0l0,-1c0,-0.265 -0.105,-0.52 -0.293,-0.707c-0.187,-0.188 -0.442,-0.293 -0.707,-0.293c-0.552,0 -1,0.448 -1,1Z" style="fill:#fff;"/>
- </g>
- </g>
- </svg>
|