Add icons to this collection by clicking the heart icon.
Map icon - also known as Maps and Flags, pin, map, location, mapping, map location, map pointer, map point, placeholder, area, and maps and location. Created in a clean flat 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 24 24"
>
    <linearGradient id="a">
        <stop offset="0" stop-color="#fd6700" />
        <stop offset="1" stop-color="#ffce00" />
    </linearGradient>
    <linearGradient
        id="b"
        x1="12"
        x2="12"
        y1="3"
        y2="17"
        gradientUnits="userSpaceOnUse"
        href="#a"
    />
    <linearGradient
        id="c"
        x1="12"
        x2="12"
        y1="15.094"
        y2="21"
        gradientUnits="userSpaceOnUse"
        href="#a"
    />
    <g fill="none">
        <g fill-rule="evenodd" clip-rule="evenodd">
            <path
                fill="url(#b)"
                d="M12 17c2 0 6-4.686 6-8A6 6 0 0 0 6 9c0 3.314 4 8 6 8zm0-6a2 2 0 1 0 0-4 2 2 0 0 0 0 4z"
            />
            <path
                fill="url(#c)"
                d="M7.012 15.094A4 4 0 0 0 4.8 16.439l-1.067 1.28C2.648 19.022 3.574 21 5.27 21h13.46c1.696 0 2.622-1.977 1.537-3.28L19.2 16.44a4 4 0 0 0-2.211-1.345l-.06.077c-.688.873-1.467 1.66-2.249 2.246-.722.54-1.678 1.083-2.68 1.083s-1.957-.542-2.68-1.083c-.782-.585-1.56-1.374-2.248-2.246l-.06-.077z"
            />
        </g>
    </g>
</svg>
More icons in the same style and category