Add icons to this collection by clicking the heart icon.
Email icon - also known as message, chat, envelope, email, mail, conversation, speech bubble, chat bubble, communications, and chat box. 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 32 32"
>
    <linearGradient
        id="a"
        x1="16"
        x2="16"
        y1="1"
        y2="31"
        gradientUnits="userSpaceOnUse"
    >
        <stop offset="0" stop-color="#00bcd4" />
        <stop offset="1" stop-color="#1976d2" />
    </linearGradient>
    <path
        fill="url(#a)"
        d="M26 1H6C3.243 1 1 3.243 1 6v14c0 2.757 2.243 5 5 5v5a1 1 0 0 0 1.707.707L13.414 25H26c2.757 0 5-2.243 5-5V6c0-2.757-2.243-5-5-5zm3 19c0 1.654-1.346 3-3 3H13a1 1 0 0 0-.707.293L8 27.586V24a1 1 0 0 0-1-1H6c-1.654 0-3-1.346-3-3V6c0-1.654 1.346-3 3-3h20c1.654 0 3 1.346 3 3zM23 6H9C7.346 6 6 7.346 6 9v8c0 1.654 1.346 3 3 3h14c1.654 0 3-1.346 3-3V9c0-1.654-1.346-3-3-3zM9 8h14c.364 0 .67.206.845.498L16 12.856 8.155 8.498A.987.987 0 0 1 9 8zm14 10H9c-.551 0-1-.448-1-1v-6.3l7.514 4.174a1 1 0 0 0 .972 0L24 10.699V17c0 .552-.449 1-1 1z"
    />
</svg>
More icons in the same style and category