Add icons to this collection by clicking the heart icon.
Trolley Bag icon - also known as travel, suitcase, airport, cart, luggage, and trolley bag. Created in a clean flat 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"
>
    <circle cx="8" cy="19.5" r="2.5" fill="#607d8b" />
    <circle cx="8" cy="19.5" r=".5" fill="#ffc107" />
    <circle cx="18.5" cy="19.5" r="2.5" fill="#607d8b" />
    <circle cx="18.5" cy="19.5" r=".5" fill="#ffc107" />
    <path
        fill="#607d8b"
        d="M16 7a1 1 0 0 1-1-1V4h-2v2a1 1 0 1 1-2 0V4c0-1.103.897-2 2-2h2c1.103 0 2 .897 2 2v2a1 1 0 0 1-1 1z"
    />
    <path
        fill="#ffc107"
        d="M21 18H6c-1.103 0-2-.897-2-2V4H3a1 1 0 1 1 0-2h1c1.103 0 2 .897 2 2v12h15a1 1 0 1 1 0 2z"
    />
    <path
        fill="#795548"
        d="M19 5H9c-1.103 0-2 .897-2 2v6c0 1.103.897 2 2 2h10c1.103 0 2-.897 2-2V7c0-1.103-.897-2-2-2z"
    />
    <path fill="#e0e0e0" d="M10 5h2v10h-2zM16 5h2v10h-2z" />
</svg>
More icons in the same style and category