Add icons to this collection by clicking the heart icon.
Location icon - also known as business, money, finance, location, bank, map pointer, map point, placeholder, maps and location, and dollar coin. 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 64 64"
>
    <linearGradient
        id="linear-gradient"
        gradientUnits="userSpaceOnUse"
        x1="15"
        x2="49"
        y1="32"
        y2="32"
    >
        <stop offset="0" stop-color="#a8ff78" />
        <stop offset="1" stop-color="#78ffd6" />
    </linearGradient>
    <g id="location">
        <path
            d="m37 39v1h2a2.0026 2.0026 0 0 1 2 2v1a2.0026 2.0026 0 0 1 -2 2 1 1 0 0 1 -2 0h-1a1 1 0 0 1 0-2h3v-1h-2a2.0026 2.0026 0 0 1 -2-2v-1a2.0026 2.0026 0 0 1 2-2 1 1 0 0 1 2 0h1a1 1 0 0 1 0 2zm12 2a10.9769 10.9769 0 0 1 -16.6662 9.4106c-2.2148 4.8802-3.3938 5.5894-4.3338 5.5894-.7861 0-2.873 0-8.0713-15.19-2.374-6.9379-4.9287-16.0956-4.9287-19.81a13 13 0 0 1 26 0 44.8426 44.8426 0 0 1 -1.6731 9.0881 11.01 11.01 0 0 1 9.6731 10.9119zm-18.3118 8.1951a10.9742 10.9742 0 0 1 6.5818-19.1581 43.9724 43.9724 0 0 0 1.73-9.037 11 11 0 0 0 -22 0c0 6.3242 8.2139 30.7861 10.9883 32.9248.3089-.2776 1.1652-1.2848 2.6999-4.7297zm16.3118-8.1951a9 9 0 1 0 -9 9 9.01 9.01 0 0 0 9-9zm-1 0a8 8 0 1 1 -8-8 8.0092 8.0092 0 0 1 8 8zm-2 0a6 6 0 1 0 -6 6 6.0066 6.0066 0 0 0 6-6zm-16-14a6 6 0 1 1 6-6 6.0066 6.0066 0 0 1 -6 6zm0-2a4 4 0 1 0 -4-4 4.0043 4.0043 0 0 0 4 4z"
            fill="url(#linear-gradient)"
        />
    </g>
</svg>
More icons in the same style and category