Add icons to this collection by clicking the heart icon.
Route icon - also known as gps, map, destination, location pin, placeholder, route, and maps and location. 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="0"
        x2="512"
        y1="256"
        y2="256"
        gradientUnits="userSpaceOnUse"
    >
        <stop offset="0" stop-color="#9dd6fc" />
        <stop offset=".006" stop-color="#9dd6fc" />
        <stop offset="1" stop-color="#d17ff7" />
    </linearGradient>
    <path
        d="M412 100h0M100 412c-22.091 0-40 17.909-40 40s17.909 40 40 40 40-17.909 40-40-17.909-40-40-40zm200-200c0 22.091-17.909 40-40 40s-40-17.909-40-40 17.909-40 40-40 40 17.909 40 40zm-80 0H80c-33.137 0-60 26.863-60 60v0c0 33.137 26.863 60 60 60h200c33.137 0 60 26.863 60 60v0c0 33.137-26.863 60-60 60H140m352-352c0 14.507-3.882 28.123-10.659 39.866L412 260l-69.341-120.134C335.882 128.123 332 114.507 332 100c0-44.121 35.898-80 80-80s80 35.879 80 80z"
        fill="none"
        stroke="url(#a)"
        stroke-width="40"
        stroke-linecap="round"
        stroke-linejoin="round"
        stroke-miterlimit="10"
    />
</svg>
More icons in the same style and category