Add icons to this collection by clicking the heart icon.
Email icon - also known as message, document, envelope, email, mail, letter, send, inbox, and communications. Created in a clean gradient style, perfect for web, apps, and UI projects. Available in SVG and PNG, with multiple style variants.
<svg
    xmlns="http://www.w3.org/2000/svg"
    width="512"
    height="512"
    viewBox="0 0 64 64"
>
    <linearGradient
        id="a"
        x1="32"
        x2="32"
        y1="63"
        y2="1"
        gradientUnits="userSpaceOnUse"
    >
        <stop offset="0" stop-color="#9f2fff" />
        <stop offset="1" stop-color="#0bb1d3" />
    </linearGradient>
    <path
        fill="url(#a)"
        d="M60 1H4C2.346 1 1 2.346 1 4v42c0 1.654 1.346 3 3 3h16.976c.011.139.024.277.024.417v2.582a10.929 10.929 0 0 0 3.221 7.779A10.934 10.934 0 0 0 32 63c6.065 0 11-4.935 11-11v-3h17c1.654 0 3-1.346 3-3V4c0-1.654-1.346-3-3-3zM4 3h56c.552 0 1 .449 1 1v9H3V4c0-.551.448-1 1-1zm37 49c0 4.962-4.037 9-9 9a8.94 8.94 0 0 1-6.364-2.637A8.941 8.941 0 0 1 23 51.998v-2.582a7.037 7.037 0 0 0-.739-3.13l-1.195-2.39a.62.62 0 0 1 .552-.896A3.387 3.387 0 0 1 25 46.382V49h2V30a1.001 1.001 0 0 1 2 0v19h2v-9a1.001 1.001 0 0 1 2 0v9h2v-8a1.001 1.001 0 0 1 2 0v8h2v-7a1.001 1.001 0 0 1 2 0zm-21.918-9h-5.594L25 35.805v6.426C24.073 41.474 22.906 41 21.618 41a2.617 2.617 0 0 0-2.536 2zM40 39c-.537 0-1.034.153-1.471.401A2.994 2.994 0 0 0 36 38c-.537 0-1.034.153-1.471.401A2.994 2.994 0 0 0 32 37c-.352 0-.686.072-1 .184V35h5.728l13.6 8H43v-1c0-1.653-1.346-3-3-3zm13 3.252-14.344-8.438L53 20.314zM36.604 33H31v-3c0-1.654-1.346-3-3-3s-3 1.346-3 3v1.586L12.414 19h39.064zm-12.2.818L11 42.195V20.414zM60 47H43v-2h12V17H9v28h10.382l1 2H4c-.552 0-1-.449-1-1V15h58v31c0 .551-.448 1-1 1zM8 11c1.654 0 3-1.346 3-3S9.654 5 8 5 5 6.346 5 8s1.346 3 3 3zm0-4a1.001 1.001 0 1 1-1 1c0-.551.448-1 1-1zm8 4c1.654 0 3-1.346 3-3s-1.346-3-3-3-3 1.346-3 3 1.346 3 3 3zm0-4a1.001 1.001 0 1 1-1 1c0-.551.448-1 1-1zm8 4c1.654 0 3-1.346 3-3s-1.346-3-3-3-3 1.346-3 3 1.346 3 3 3zm0-4a1.001 1.001 0 1 1-1 1c0-.551.448-1 1-1z"
    />
</svg>
More icons in the same style and category