Add icons to this collection by clicking the heart icon.
No Parking icon - also known as road, traffic, sign, and no parking. 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="M437.02 74.98C388.667 26.629 324.38 0 256 0S123.333 26.629 74.98 74.98C26.629 123.333 0 187.62 0 256s26.629 132.667 74.98 181.02C123.333 485.371 187.62 512 256 512s132.667-26.629 181.02-74.98C485.371 388.667 512 324.38 512 256s-26.629-132.667-74.98-181.02zM40 256c0-52.365 18.736-100.433 49.85-137.866l73.15 73.15V407h40V299h67.715l123.15 123.15C356.433 453.264 308.365 472 256 472c-119.103 0-216-96.897-216-216zm247.285 3L203 174.715V147h93.78c31 0 56.22 25.22 56.22 56.22 0 30.757-25.22 55.78-56.22 55.78zm-56.57 0H203v-27.715zM422.15 393.866l-98.594-98.594c15.425-4.404 29.554-12.62 41.204-24.178 18.212-18.065 28.24-42.17 28.24-67.874 0-53.056-43.164-96.22-96.22-96.22H163v27.715L118.135 89.85C155.567 58.736 203.635 40 256 40c119.103 0 216 96.897 216 216 0 52.365-18.736 100.433-49.85 137.866z"
    />
</svg>
More icons in the same style and category