Add icons to this collection by clicking the heart icon.
Parking icon - also known as signal, parking, traffic, transportation, parking sign, circulation, and traffic sign. 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="0"
        y2="512"
        gradientUnits="userSpaceOnUse"
    >
        <stop offset="0" stop-color="#2af598" />
        <stop offset="1" stop-color="#009efd" />
    </linearGradient>
    <path
        fill="url(#a)"
        d="M277 472V320h60c33.084 0 60-26.916 60-60V60c0-33.084-26.916-60-60-60H177c-33.084 0-60 26.916-60 60v200c0 33.084 26.916 60 60 60h60v152H0v40h512v-40zM157 260V60c0-11.028 8.972-20 20-20h160c11.028 0 20 8.972 20 20v200c0 11.028-8.972 20-20 20H177c-11.028 0-20-8.972-20-20zm99-181h-60v160h40v-40h20c33.084 0 60-26.916 60-60s-26.916-60-60-60zm0 80h-20v-40h20c11.028 0 20 8.972 20 20s-8.972 20-20 20z"
    />
</svg>
More icons in the same style and category