Add icons to this collection by clicking the heart icon.
House icon - also known as home, construction, house, building, property, real estate, and architecture and city. 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="120"
        gradientUnits="userSpaceOnUse"
    >
        <stop offset="0" stop-color="#ffbef9" />
        <stop offset="1" stop-color="#fff1ff" />
    </linearGradient>
    <linearGradient
        id="b"
        x1="256"
        x2="256"
        y1="512"
        y2="0"
        gradientUnits="userSpaceOnUse"
    >
        <stop offset="0" stop-color="#a93aff" />
        <stop offset="1" stop-color="#ff81ff" />
    </linearGradient>
    <path
        fill="url(#a)"
        d="M467 120H45c-8.291 0-15 6.709-15 15v362c0 8.291 6.709 15 15 15h166c16.569 0 30-13.431 30-30v-92h30v92c0 16.569 13.431 30 30 30h166c8.291 0 15-6.709 15-15V135c0-8.291-6.709-15-15-15z"
    />
    <path
        fill="url(#b)"
        d="M15 150h482c5.186 0 10.02-2.695 12.773-7.119a15.041 15.041 0 0 0 .645-14.59l-60-120A15.006 15.006 0 0 0 437 0H75a15.006 15.006 0 0 0-13.418 8.291l-60 120a15.041 15.041 0 0 0 .645 14.59C4.98 147.305 9.814 150 15 150zm482 150H15c-8.291 0-15 6.709-15 15s6.709 15 15 15h482c8.291 0 15-6.709 15-15s-6.709-15-15-15zm-211 60h-60c-8.291 0-15 6.709-15 15v137h90V375c0-8.291-6.709-15-15-15zm-121 0h-60c-8.291 0-15 6.709-15 15v60c0 8.291 6.709 15 15 15h60c8.291 0 15-6.709 15-15v-60c0-8.291-6.709-15-15-15zm-60-180c-8.291 0-15 6.709-15 15v60c0 8.291 6.709 15 15 15h60c8.291 0 15-6.709 15-15v-60c0-8.291-6.709-15-15-15zm121 0c-8.291 0-15 6.709-15 15v60c0 8.291 6.709 15 15 15h60c8.291 0 15-6.709 15-15v-60c0-8.291-6.709-15-15-15zm121 0c-8.291 0-15 6.709-15 15v60c0 8.291 6.709 15 15 15h60c8.291 0 15-6.709 15-15v-60c0-8.291-6.709-15-15-15zm60 180h-60c-8.291 0-15 6.709-15 15v60c0 8.291 6.709 15 15 15h60c8.291 0 15-6.709 15-15v-60c0-8.291-6.709-15-15-15z"
    />
</svg>
More icons in the same style and category