Add icons to this collection by clicking the heart icon.
Door icon - also known as exit, door, access, entry, doorway, and furniture and household. 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"
>
    <linearGradient
        id="a"
        x1="256"
        x2="256"
        y1="512"
        y2="0"
        gradientUnits="userSpaceOnUse"
    >
        <stop offset="0" stop-color="#ffc2cc" />
        <stop offset="1" stop-color="#fff2f4" />
    </linearGradient>
    <linearGradient
        id="b"
        x1="256"
        x2="256"
        y1="452"
        y2="60"
        gradientUnits="userSpaceOnUse"
    >
        <stop offset="0" stop-color="#fd3a84" />
        <stop offset="1" stop-color="#ffa68d" />
    </linearGradient>
    <path
        fill="url(#a)"
        d="M406 0H106c-8.291 0-15 6.709-15 15v482c0 8.291 6.709 15 15 15h300c8.291 0 15-6.709 15-15V15c0-8.291-6.709-15-15-15z"
    />
    <path
        fill="url(#b)"
        d="M166 272h75V60h-75c-8.291 0-15 6.709-15 15v182c0 8.291 6.709 15 15 15zM346 60h-75v212h75c8.291 0 15-6.709 15-15V75c0-8.291-6.709-15-15-15zm0 302H166c-8.291 0-15 6.709-15 15v60c0 8.291 6.709 15 15 15h180c8.291 0 15-6.709 15-15v-60c0-8.291-6.709-15-15-15zm0-60h-30c-8.291 0-15 6.709-15 15s6.709 15 15 15h30c8.291 0 15-6.709 15-15s-6.709-15-15-15z"
    />
</svg>
More icons in the same style and category