Add icons to this collection by clicking the heart icon.
Envelope icon - also known as document, envelope, mail, dossier, communications, confidential, files and folders, and expedient. Created in a clean lineal color 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"
>
    <linearGradient
        id="a"
        x1="256"
        x2="256"
        y1="512"
        y2="0"
        gradientUnits="userSpaceOnUse"
    >
        <stop offset="0" stop-color="#fd5900" />
        <stop offset="1" stop-color="#ffde00" />
    </linearGradient>
    <path
        fill="url(#a)"
        d="M376 0H136c-24.813 0-45 20.187-45 45v422c0 24.813 20.187 45 45 45h240c24.813 0 45-20.187 45-45V45c0-24.813-20.187-45-45-45zm0 482H136c-8.271 0-15-6.729-15-15 0-24.813 20.187-45 45-45h180c24.813 0 45 20.187 45 45 0 8.271-6.729 15-15 15zm15-74.959C378.456 397.603 362.871 392 346 392H166c-16.871 0-32.456 5.603-45 15.041V104.959C133.544 114.397 149.129 120 166 120h180c16.871 0 32.456-5.603 45-15.041zM346 90H166c-24.813 0-45-20.187-45-45 0-8.271 6.729-15 15-15h240c8.271 0 15 6.729 15 15 0 24.813-20.187 45-45 45zm-90 61c-8.284 0-15 6.716-15 15v180c0 8.284 6.716 15 15 15s15-6.716 15-15V166c0-8.284-6.716-15-15-15z"
    />
</svg>
More icons in the same style and category