map-2-filled from Reicon by REICON · Filled · Map · MIT Free for personal and commercial use.

Name
map-2-filled
Set
Reicon
Style
Filled
Category
Map
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All map 2 icons →

More map icons from Reicon

Use the map 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.436 5.147C2 5.643 2 6.495 2 8.197v9.394c0 1.206 0 1.809.315 2.263c.314.454.864.645 1.964 1.026l1.294.449c.701.243 1.24.43 1.693.55c.296.079.567-.153.567-.459V6.27a.55.55 0 0 0-.425-.52c-.389-.099-.857-.261-1.498-.483c-1.553-.539-2.33-.808-2.92-.535a1.7 1.7 0 0 0-.554.415M12.62 3.481l-1.536 1.065c-.555.385-.963.668-1.31.869a.54.54 0 0 0-.274.458V20.92c0 .37.384.602.696.402c.335-.214.719-.48 1.184-.802l1.536-1.065c.555-.385.963-.668 1.31-.869a.54.54 0 0 0 .274-.458V3.08c0-.371-.384-.602-.696-.403c-.335.215-.719.48-1.184.803m7.1-.36l-1.293-.448c-.701-.243-1.24-.43-1.693-.55c-.296-.079-.567.153-.567.459v15.15a.55.55 0 0 0 .425.52c.389.099.857.26 1.498.483c1.553.539 2.33.808 2.92.535a1.7 1.7 0 0 0 .554-.415c.436-.496.436-1.348.436-3.05V6.41c0-1.206 0-1.81-.315-2.263c-.314-.454-.864-.645-1.964-1.026"/></svg>

React

import type { SVGProps } from "react";

export function ReiconMap2Filled(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="M2.436 5.147C2 5.643 2 6.495 2 8.197v9.394c0 1.206 0 1.809.315 2.263c.314.454.864.645 1.964 1.026l1.294.449c.701.243 1.24.43 1.693.55c.296.079.567-.153.567-.459V6.27a.55.55 0 0 0-.425-.52c-.389-.099-.857-.261-1.498-.483c-1.553-.539-2.33-.808-2.92-.535a1.7 1.7 0 0 0-.554.415M12.62 3.481l-1.536 1.065c-.555.385-.963.668-1.31.869a.54.54 0 0 0-.274.458V20.92c0 .37.384.602.696.402c.335-.214.719-.48 1.184-.802l1.536-1.065c.555-.385.963-.668 1.31-.869a.54.54 0 0 0 .274-.458V3.08c0-.371-.384-.602-.696-.403c-.335.215-.719.48-1.184.803m7.1-.36l-1.293-.448c-.701-.243-1.24-.43-1.693-.55c-.296-.079-.567.153-.567.459v15.15a.55.55 0 0 0 .425.52c.389.099.857.26 1.498.483c1.553.539 2.33.808 2.92.535a1.7 1.7 0 0 0 .554-.415c.436-.496.436-1.348.436-3.05V6.41c0-1.206 0-1.81-.315-2.263c-.314-.454-.864-.645-1.964-1.026"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.436 5.147C2 5.643 2 6.495 2 8.197v9.394c0 1.206 0 1.809.315 2.263c.314.454.864.645 1.964 1.026l1.294.449c.701.243 1.24.43 1.693.55c.296.079.567-.153.567-.459V6.27a.55.55 0 0 0-.425-.52c-.389-.099-.857-.261-1.498-.483c-1.553-.539-2.33-.808-2.92-.535a1.7 1.7 0 0 0-.554.415M12.62 3.481l-1.536 1.065c-.555.385-.963.668-1.31.869a.54.54 0 0 0-.274.458V20.92c0 .37.384.602.696.402c.335-.214.719-.48 1.184-.802l1.536-1.065c.555-.385.963-.668 1.31-.869a.54.54 0 0 0 .274-.458V3.08c0-.371-.384-.602-.696-.403c-.335.215-.719.48-1.184.803m7.1-.36l-1.293-.448c-.701-.243-1.24-.43-1.693-.55c-.296-.079-.567.153-.567.459v15.15a.55.55 0 0 0 .425.52c.389.099.857.26 1.498.483c1.553.539 2.33.808 2.92.535a1.7 1.7 0 0 0 .554-.415c.436-.496.436-1.348.436-3.05V6.41c0-1.206 0-1.81-.315-2.263c-.314-.454-.864-.645-1.964-1.026"/></svg>
</template>

CSS

.icon-map-2-filled {
  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%22M2.436%205.147C2%205.643%202%206.495%202%208.197v9.394c0%201.206%200%201.809.315%202.263c.314.454.864.645%201.964%201.026l1.294.449c.701.243%201.24.43%201.693.55c.296.079.567-.153.567-.459V6.27a.55.55%200%200%200-.425-.52c-.389-.099-.857-.261-1.498-.483c-1.553-.539-2.33-.808-2.92-.535a1.7%201.7%200%200%200-.554.415M12.62%203.481l-1.536%201.065c-.555.385-.963.668-1.31.869a.54.54%200%200%200-.274.458V20.92c0%20.37.384.602.696.402c.335-.214.719-.48%201.184-.802l1.536-1.065c.555-.385.963-.668%201.31-.869a.54.54%200%200%200%20.274-.458V3.08c0-.371-.384-.602-.696-.403c-.335.215-.719.48-1.184.803m7.1-.36l-1.293-.448c-.701-.243-1.24-.43-1.693-.55c-.296-.079-.567.153-.567.459v15.15a.55.55%200%200%200%20.425.52c.389.099.857.26%201.498.483c1.553.539%202.33.808%202.92.535a1.7%201.7%200%200%200%20.554-.415c.436-.496.436-1.348.436-3.05V6.41c0-1.206%200-1.81-.315-2.263c-.314-.454-.864-.645-1.964-1.026%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%22M2.436%205.147C2%205.643%202%206.495%202%208.197v9.394c0%201.206%200%201.809.315%202.263c.314.454.864.645%201.964%201.026l1.294.449c.701.243%201.24.43%201.693.55c.296.079.567-.153.567-.459V6.27a.55.55%200%200%200-.425-.52c-.389-.099-.857-.261-1.498-.483c-1.553-.539-2.33-.808-2.92-.535a1.7%201.7%200%200%200-.554.415M12.62%203.481l-1.536%201.065c-.555.385-.963.668-1.31.869a.54.54%200%200%200-.274.458V20.92c0%20.37.384.602.696.402c.335-.214.719-.48%201.184-.802l1.536-1.065c.555-.385.963-.668%201.31-.869a.54.54%200%200%200%20.274-.458V3.08c0-.371-.384-.602-.696-.403c-.335.215-.719.48-1.184.803m7.1-.36l-1.293-.448c-.701-.243-1.24-.43-1.693-.55c-.296-.079-.567.153-.567.459v15.15a.55.55%200%200%200%20.425.52c.389.099.857.26%201.498.483c1.553.539%202.33.808%202.92.535a1.7%201.7%200%200%200%20.554-.415c.436-.496.436-1.348.436-3.05V6.41c0-1.206%200-1.81-.315-2.263c-.314-.454-.864-.645-1.964-1.026%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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