Add icons to this collection by clicking the heart icon.
Elevator icon - also known as transportation, lift, elevator, door, floor, electronics, and miscellaneous. 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="#00b59c" />
        <stop offset="1" stop-color="#9cffac" />
    </linearGradient>
    <linearGradient
        id="b"
        x1="256"
        x2="256"
        y1="512"
        y2="0"
        gradientUnits="userSpaceOnUse"
    >
        <stop offset="0" stop-color="#c3ffe8" />
        <stop offset=".997" stop-color="#f0fff4" />
    </linearGradient>
    <path
        fill="url(#a)"
        d="M466 0H361c-16.569 0-30 13.432-30 30v60H121V30c0-16.568-13.431-30-30-30H46c-8.291 0-15 6.709-15 15v482c0 8.291 6.709 15 15 15h45c16.569 0 30-13.432 30-30V180h60l30 332h30l30-332h60v302c0 16.568 13.431 30 30 30h105c8.291 0 15-6.709 15-15V15c0-8.291-6.709-15-15-15z"
    />
    <path
        fill="url(#b)"
        d="M346 150H241v362h120V165c0-8.401-6.599-15-15-15zM91 165v347h120V150H106c-8.401 0-15 6.599-15 15zm0-60c0 8.291 6.709 15 15 15h240c8.291 0 15-6.709 15-15V0H91zm315 135c-8.291 0-15 6.709-15 15v30c0 8.291 6.709 15 15 15s15-6.709 15-15v-30c0-8.291-6.709-15-15-15zm0 90c-8.291 0-15 6.709-15 15v30c0 8.291 6.709 15 15 15s15-6.709 15-15v-30c0-8.291-6.709-15-15-15z"
    />
</svg>
More icons in the same style and category