map-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
map-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

5 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the map icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M17.73 3.057A.5.5 0 0 1 18 3.5V13a.5.5 0 0 1-.213.41l-5 3.5a.5.5 0 0 1-.574 0L7.5 13.61l-4.713 3.3A.5.5 0 0 1 2 16.5V7a.5.5 0 0 1 .213-.41l5-3.5a.5.5 0 0 1 .574 0l4.713 3.3l4.713-3.3a.5.5 0 0 1 .518-.033M12 7.26l-4-2.8v8.28l4 2.8zm1 8.28l4-2.8V4.46l-4 2.8zm-6-2.8V4.46l-4 2.8v8.28z"/></svg>

React

import type { SVGProps } from "react";

export function FluentMap20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M17.73 3.057A.5.5 0 0 1 18 3.5V13a.5.5 0 0 1-.213.41l-5 3.5a.5.5 0 0 1-.574 0L7.5 13.61l-4.713 3.3A.5.5 0 0 1 2 16.5V7a.5.5 0 0 1 .213-.41l5-3.5a.5.5 0 0 1 .574 0l4.713 3.3l4.713-3.3a.5.5 0 0 1 .518-.033M12 7.26l-4-2.8v8.28l4 2.8zm1 8.28l4-2.8V4.46l-4 2.8zm-6-2.8V4.46l-4 2.8v8.28z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M17.73 3.057A.5.5 0 0 1 18 3.5V13a.5.5 0 0 1-.213.41l-5 3.5a.5.5 0 0 1-.574 0L7.5 13.61l-4.713 3.3A.5.5 0 0 1 2 16.5V7a.5.5 0 0 1 .213-.41l5-3.5a.5.5 0 0 1 .574 0l4.713 3.3l4.713-3.3a.5.5 0 0 1 .518-.033M12 7.26l-4-2.8v8.28l4 2.8zm1 8.28l4-2.8V4.46l-4 2.8zm-6-2.8V4.46l-4 2.8v8.28z"/></svg>
</template>

CSS

.icon-map-20-regular {
  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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.73%203.057A.5.5%200%200%201%2018%203.5V13a.5.5%200%200%201-.213.41l-5%203.5a.5.5%200%200%201-.574%200L7.5%2013.61l-4.713%203.3A.5.5%200%200%201%202%2016.5V7a.5.5%200%200%201%20.213-.41l5-3.5a.5.5%200%200%201%20.574%200l4.713%203.3l4.713-3.3a.5.5%200%200%201%20.518-.033M12%207.26l-4-2.8v8.28l4%202.8zm1%208.28l4-2.8V4.46l-4%202.8zm-6-2.8V4.46l-4%202.8v8.28z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.73%203.057A.5.5%200%200%201%2018%203.5V13a.5.5%200%200%201-.213.41l-5%203.5a.5.5%200%200%201-.574%200L7.5%2013.61l-4.713%203.3A.5.5%200%200%201%202%2016.5V7a.5.5%200%200%201%20.213-.41l5-3.5a.5.5%200%200%201%20.574%200l4.713%203.3l4.713-3.3a.5.5%200%200%201%20.518-.033M12%207.26l-4-2.8v8.28l4%202.8zm1%208.28l4-2.8V4.46l-4%202.8zm-6-2.8V4.46l-4%202.8v8.28z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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