md-map from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
md-map
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT
Aliases
android-map

Related icons in IonIcons

Use the md map icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M437.333 64c-2.176 0-4.396 1.369-9.176 3.207L320 108.802 192 64 71.469 104.531C67.197 105.604 64 109.864 64 115.197v322.136C64 443.729 68.271 448 74.666 448c1.828 0 6.505-2.33 9.087-3.319L192 403.197 320 448l120.531-40.531c4.271-1.073 7.469-5.334 7.469-10.667V74.666C448 68.271 443.729 64 437.333 64zM320 405.333l-128-44.802V106.666l128 44.803v253.864z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonMdMap(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M437.333 64c-2.176 0-4.396 1.369-9.176 3.207L320 108.802 192 64 71.469 104.531C67.197 105.604 64 109.864 64 115.197v322.136C64 443.729 68.271 448 74.666 448c1.828 0 6.505-2.33 9.087-3.319L192 403.197 320 448l120.531-40.531c4.271-1.073 7.469-5.334 7.469-10.667V74.666C448 68.271 443.729 64 437.333 64zM320 405.333l-128-44.802V106.666l128 44.803v253.864z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M437.333 64c-2.176 0-4.396 1.369-9.176 3.207L320 108.802 192 64 71.469 104.531C67.197 105.604 64 109.864 64 115.197v322.136C64 443.729 68.271 448 74.666 448c1.828 0 6.505-2.33 9.087-3.319L192 403.197 320 448l120.531-40.531c4.271-1.073 7.469-5.334 7.469-10.667V74.666C448 68.271 443.729 64 437.333 64zM320 405.333l-128-44.802V106.666l128 44.803v253.864z" fill="currentColor"/></svg>
</template>

CSS

.icon-md-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%20512%20512%22%3E%3Cpath%20d%3D%22M437.333%2064c-2.176%200-4.396%201.369-9.176%203.207L320%20108.802%20192%2064%2071.469%20104.531C67.197%20105.604%2064%20109.864%2064%20115.197v322.136C64%20443.729%2068.271%20448%2074.666%20448c1.828%200%206.505-2.33%209.087-3.319L192%20403.197%20320%20448l120.531-40.531c4.271-1.073%207.469-5.334%207.469-10.667V74.666C448%2068.271%20443.729%2064%20437.333%2064zM320%20405.333l-128-44.802V106.666l128%2044.803v253.864z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M437.333%2064c-2.176%200-4.396%201.369-9.176%203.207L320%20108.802%20192%2064%2071.469%20104.531C67.197%20105.604%2064%20109.864%2064%20115.197v322.136C64%20443.729%2068.271%20448%2074.666%20448c1.828%200%206.505-2.33%209.087-3.319L192%20403.197%20320%20448l120.531-40.531c4.271-1.073%207.469-5.334%207.469-10.667V74.666C448%2068.271%20443.729%2064%20437.333%2064zM320%20405.333l-128-44.802V106.666l128%2044.803v253.864z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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