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

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

2 other variants in Reicon

The same icon in other sets

All map icons →

More map icons from Reicon

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="m7.333 2.865l-4.172.927a2.32 2.32 0 0 0-1.828 2.277v11.268c0 .712.319 1.375.874 1.82s1.27.614 1.966.458l3.162-.702V2.865Zm7.334 2.04l-5.334-1.94v16.13l5.334 1.94zm7.126-.062a2.32 2.32 0 0 0-1.966-.458l-3.162.702v16.048l4.172-.927a2.32 2.32 0 0 0 1.828-2.277V6.663a2.32 2.32 0 0 0-.873-1.82Z"/></svg>

React

import type { SVGProps } from "react";

export function ReiconMapFilled(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="m7.333 2.865l-4.172.927a2.32 2.32 0 0 0-1.828 2.277v11.268c0 .712.319 1.375.874 1.82s1.27.614 1.966.458l3.162-.702V2.865Zm7.334 2.04l-5.334-1.94v16.13l5.334 1.94zm7.126-.062a2.32 2.32 0 0 0-1.966-.458l-3.162.702v16.048l4.172-.927a2.32 2.32 0 0 0 1.828-2.277V6.663a2.32 2.32 0 0 0-.873-1.82Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m7.333 2.865l-4.172.927a2.32 2.32 0 0 0-1.828 2.277v11.268c0 .712.319 1.375.874 1.82s1.27.614 1.966.458l3.162-.702V2.865Zm7.334 2.04l-5.334-1.94v16.13l5.334 1.94zm7.126-.062a2.32 2.32 0 0 0-1.966-.458l-3.162.702v16.048l4.172-.927a2.32 2.32 0 0 0 1.828-2.277V6.663a2.32 2.32 0 0 0-.873-1.82Z"/></svg>
</template>

CSS

.icon-map-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%22m7.333%202.865l-4.172.927a2.32%202.32%200%200%200-1.828%202.277v11.268c0%20.712.319%201.375.874%201.82s1.27.614%201.966.458l3.162-.702V2.865Zm7.334%202.04l-5.334-1.94v16.13l5.334%201.94zm7.126-.062a2.32%202.32%200%200%200-1.966-.458l-3.162.702v16.048l4.172-.927a2.32%202.32%200%200%200%201.828-2.277V6.663a2.32%202.32%200%200%200-.873-1.82Z%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%22m7.333%202.865l-4.172.927a2.32%202.32%200%200%200-1.828%202.277v11.268c0%20.712.319%201.375.874%201.82s1.27.614%201.966.458l3.162-.702V2.865Zm7.334%202.04l-5.334-1.94v16.13l5.334%201.94zm7.126-.062a2.32%202.32%200%200%200-1.966-.458l-3.162.702v16.048l4.172-.927a2.32%202.32%200%200%200%201.828-2.277V6.663a2.32%202.32%200%200%200-.873-1.82Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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