map from Keyline Icons by Keyline Icons · Stroke · MIT Free for personal and commercial use.

Name
map
Set
Keyline Icons
Style
Stroke
Viewbox
24×24
License
MIT

7 other variants in Keyline Icons

The same icon in other sets

Related icons in Keyline Icons

Use the map icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 7.186141C3 6.454849 3.399128 5.781862 4.040835 5.431147L8.040835 3.245007C8.638556 2.918332 9.361444 2.918332 9.959165 3.245007L14.082059 5.498313C14.657067 5.812575 15.349549 5.825225 15.935652 5.532174L19.552786 3.723607C20.217687 3.391156 21 3.874652 21 4.618034L21 16.813859C21 17.545151 20.600872 18.218138 19.959165 18.568853L15.959165 20.754993C15.361444 21.081668 14.638556 21.081668 14.040835 20.754993L9.917941 18.501687C9.342933 18.187425 8.650451 18.174775 8.064348 18.467826L4.447214 20.276393C3.782313 20.608844 3 20.125348 3 19.381966ZM9 3.000001V18.257109M15 5.742891V20.999999"/></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsMap(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M3 7.186141C3 6.454849 3.399128 5.781862 4.040835 5.431147L8.040835 3.245007C8.638556 2.918332 9.361444 2.918332 9.959165 3.245007L14.082059 5.498313C14.657067 5.812575 15.349549 5.825225 15.935652 5.532174L19.552786 3.723607C20.217687 3.391156 21 3.874652 21 4.618034L21 16.813859C21 17.545151 20.600872 18.218138 19.959165 18.568853L15.959165 20.754993C15.361444 21.081668 14.638556 21.081668 14.040835 20.754993L9.917941 18.501687C9.342933 18.187425 8.650451 18.174775 8.064348 18.467826L4.447214 20.276393C3.782313 20.608844 3 20.125348 3 19.381966ZM9 3.000001V18.257109M15 5.742891V20.999999"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 7.186141C3 6.454849 3.399128 5.781862 4.040835 5.431147L8.040835 3.245007C8.638556 2.918332 9.361444 2.918332 9.959165 3.245007L14.082059 5.498313C14.657067 5.812575 15.349549 5.825225 15.935652 5.532174L19.552786 3.723607C20.217687 3.391156 21 3.874652 21 4.618034L21 16.813859C21 17.545151 20.600872 18.218138 19.959165 18.568853L15.959165 20.754993C15.361444 21.081668 14.638556 21.081668 14.040835 20.754993L9.917941 18.501687C9.342933 18.187425 8.650451 18.174775 8.064348 18.467826L4.447214 20.276393C3.782313 20.608844 3 20.125348 3 19.381966ZM9 3.000001V18.257109M15 5.742891V20.999999"/></svg>
</template>

CSS

.icon-map {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M3%207.186141C3%206.454849%203.399128%205.781862%204.040835%205.431147L8.040835%203.245007C8.638556%202.918332%209.361444%202.918332%209.959165%203.245007L14.082059%205.498313C14.657067%205.812575%2015.349549%205.825225%2015.935652%205.532174L19.552786%203.723607C20.217687%203.391156%2021%203.874652%2021%204.618034L21%2016.813859C21%2017.545151%2020.600872%2018.218138%2019.959165%2018.568853L15.959165%2020.754993C15.361444%2021.081668%2014.638556%2021.081668%2014.040835%2020.754993L9.917941%2018.501687C9.342933%2018.187425%208.650451%2018.174775%208.064348%2018.467826L4.447214%2020.276393C3.782313%2020.608844%203%2020.125348%203%2019.381966ZM9%203.000001V18.257109M15%205.742891V20.999999%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M3%207.186141C3%206.454849%203.399128%205.781862%204.040835%205.431147L8.040835%203.245007C8.638556%202.918332%209.361444%202.918332%209.959165%203.245007L14.082059%205.498313C14.657067%205.812575%2015.349549%205.825225%2015.935652%205.532174L19.552786%203.723607C20.217687%203.391156%2021%203.874652%2021%204.618034L21%2016.813859C21%2017.545151%2020.600872%2018.218138%2019.959165%2018.568853L15.959165%2020.754993C15.361444%2021.081668%2014.638556%2021.081668%2014.040835%2020.754993L9.917941%2018.501687C9.342933%2018.187425%208.650451%2018.174775%208.064348%2018.467826L4.447214%2020.276393C3.782313%2020.608844%203%2020.125348%203%2019.381966ZM9%203.000001V18.257109M15%205.742891V20.999999%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/map.svg?color=%231a73e8&size=48