Add icons to this collection by clicking the heart icon.
Elevator icon - also known as level, travel, transportation, lift, elevator, doors, electronics, lobby, and floors. Created in a clean flat 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 24 24"
>
    <linearGradient
        id="b"
        x1="2"
        x2="22"
        y1="12"
        y2="12"
        gradientUnits="userSpaceOnUse"
    >
        <stop offset="0" stop-color="#bbdefb" />
        <stop offset="1" stop-color="#64b5f6" />
    </linearGradient>
    <linearGradient id="a">
        <stop offset="0" stop-color="#42a5f5" />
        <stop offset="1" stop-color="#1e88e5" />
    </linearGradient>
    <linearGradient
        id="c"
        x1="2"
        x2="22"
        y1="4.5"
        y2="4.5"
        gradientUnits="userSpaceOnUse"
        href="#a"
    />
    <linearGradient
        id="d"
        x1="9"
        x2="15"
        y1="11.208"
        y2="11.208"
        gradientUnits="userSpaceOnUse"
        href="#a"
    />
    <linearGradient
        id="e"
        x1="9"
        x2="15"
        y1="16.792"
        y2="16.792"
        gradientUnits="userSpaceOnUse"
        href="#a"
    />
    <path
        fill="url(#b)"
        d="M19 2H5C3.346 2 2 3.346 2 5v14c0 1.654 1.346 3 3 3h14c1.654 0 3-1.346 3-3V5c0-1.654-1.346-3-3-3z"
    />
    <path
        fill="url(#c)"
        d="M19 2H5C3.346 2 2 3.346 2 5v2h20V5c0-1.654-1.346-3-3-3z"
    />
    <path
        fill="url(#d)"
        d="M14 13a.997.997 0 0 1-.707-.293L12 11.414l-1.293 1.293a1 1 0 1 1-1.414-1.414L10.586 10c.78-.78 2.049-.78 2.828 0l1.293 1.293A1 1 0 0 1 14 13z"
    />
    <path
        fill="url(#e)"
        d="M12 18.585A1.992 1.992 0 0 1 10.586 18l-1.293-1.293a1 1 0 1 1 1.414-1.414L12 16.586l1.293-1.293a1 1 0 1 1 1.414 1.414L13.414 18c-.39.39-.902.585-1.414.585z"
    />
</svg>
More icons in the same style and category