Add icons to this collection by clicking the heart icon.
Mail icon - also known as interface, envelope, email, mail, open, ui, 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 512 512"
>
    <defs>
        <linearGradient
            id="linear-gradient"
            y1="256"
            x2="512"
            y2="256"
            gradientUnits="userSpaceOnUse"
        >
            <stop offset="0" stop-color="aqua" />
            <stop offset="1" stop-color="#005dff" />
        </linearGradient>
    </defs>
    <path
        d="M396.443,0H115.557A115.687,115.687,0,0,0,0,115.556V396.443A115.688,115.688,0,0,0,115.557,512H396.443A115.688,115.688,0,0,0,512,396.443V115.556A115.687,115.687,0,0,0,396.443,0ZM496,396.443A99.67,99.67,0,0,1,396.443,496H115.557A99.67,99.67,0,0,1,16,396.443V115.556A99.669,99.669,0,0,1,115.557,16H396.443A99.669,99.669,0,0,1,496,115.556ZM417.262,188.19,259.523,79.718a8,8,0,0,0-9.105.028L94.7,188.218a8,8,0,0,0-3.428,6.564V360.505a31.5,31.5,0,0,0,31.467,31.467H389.262a31.5,31.5,0,0,0,31.467-31.467V194.782A8,8,0,0,0,417.262,188.19ZM255.02,96.039l148.321,102L256,297.51l-147.372-99.5ZM404.729,360.505a15.485,15.485,0,0,1-15.467,15.467H122.738a15.485,15.485,0,0,1-15.467-15.467V216.4l144.252,97.389a8.005,8.005,0,0,0,8.954,0L404.729,216.4Z"
        fill="url(#linear-gradient)"
    />
</svg>
More icons in the same style and category