map from Unicons by Iconscout · Line · Location And Map · Apache-2.0 Free for personal and commercial use.

Name
map
Set
Unicons
Style
Line
Category
Location And Map
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More location and map icons from Unicons

Use the map icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.32 5.05l-6-2h-.07a.7.7 0 0 0-.14 0h-.43L9 5L3.32 3.05a1 1 0 0 0-.9.14A1 1 0 0 0 2 4v14a1 1 0 0 0 .68.95l6 2a1 1 0 0 0 .62 0l5.7-1.9L20.68 21a1.2 1.2 0 0 0 .32 0a.94.94 0 0 0 .58-.19A1 1 0 0 0 22 20V6a1 1 0 0 0-.68-.95M8 18.61l-4-1.33V5.39l4 1.33Zm6-1.33l-4 1.33V6.72l4-1.33Zm6 1.33l-4-1.33V5.39l4 1.33Z"/></svg>

React

import type { SVGProps } from "react";

export function UilMap(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.32 5.05l-6-2h-.07a.7.7 0 0 0-.14 0h-.43L9 5L3.32 3.05a1 1 0 0 0-.9.14A1 1 0 0 0 2 4v14a1 1 0 0 0 .68.95l6 2a1 1 0 0 0 .62 0l5.7-1.9L20.68 21a1.2 1.2 0 0 0 .32 0a.94.94 0 0 0 .58-.19A1 1 0 0 0 22 20V6a1 1 0 0 0-.68-.95M8 18.61l-4-1.33V5.39l4 1.33Zm6-1.33l-4 1.33V6.72l4-1.33Zm6 1.33l-4-1.33V5.39l4 1.33Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.32 5.05l-6-2h-.07a.7.7 0 0 0-.14 0h-.43L9 5L3.32 3.05a1 1 0 0 0-.9.14A1 1 0 0 0 2 4v14a1 1 0 0 0 .68.95l6 2a1 1 0 0 0 .62 0l5.7-1.9L20.68 21a1.2 1.2 0 0 0 .32 0a.94.94 0 0 0 .58-.19A1 1 0 0 0 22 20V6a1 1 0 0 0-.68-.95M8 18.61l-4-1.33V5.39l4 1.33Zm6-1.33l-4 1.33V6.72l4-1.33Zm6 1.33l-4-1.33V5.39l4 1.33Z"/></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%22currentColor%22%20d%3D%22m21.32%205.05l-6-2h-.07a.7.7%200%200%200-.14%200h-.43L9%205L3.32%203.05a1%201%200%200%200-.9.14A1%201%200%200%200%202%204v14a1%201%200%200%200%20.68.95l6%202a1%201%200%200%200%20.62%200l5.7-1.9L20.68%2021a1.2%201.2%200%200%200%20.32%200a.94.94%200%200%200%20.58-.19A1%201%200%200%200%2022%2020V6a1%201%200%200%200-.68-.95M8%2018.61l-4-1.33V5.39l4%201.33Zm6-1.33l-4%201.33V6.72l4-1.33Zm6%201.33l-4-1.33V5.39l4%201.33Z%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%22currentColor%22%20d%3D%22m21.32%205.05l-6-2h-.07a.7.7%200%200%200-.14%200h-.43L9%205L3.32%203.05a1%201%200%200%200-.9.14A1%201%200%200%200%202%204v14a1%201%200%200%200%20.68.95l6%202a1%201%200%200%200%20.62%200l5.7-1.9L20.68%2021a1.2%201.2%200%200%200%20.32%200a.94.94%200%200%200%20.58-.19A1%201%200%200%200%2022%2020V6a1%201%200%200%200-.68-.95M8%2018.61l-4-1.33V5.39l4%201.33Zm6-1.33l-4%201.33V6.72l4-1.33Zm6%201.33l-4-1.33V5.39l4%201.33Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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