map-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.

Name
map-fill
Set
Framework7 Icons
Style
Fill
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

The same icon in other sets

Related icons in Framework7 Icons

Use the map icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M34.188 51.414v-39.21l-11.579-7.08c-.398-.258-.867-.422-1.312-.54v39.751l11.812 6.61a6 6 0 0 0 1.079.468M6.273 50.71c.61 0 1.196-.187 1.97-.61l9.843-5.296V5.008c-.422.21-.867.445-1.312.703l-11.11 6.352c-1.406.796-2.062 1.921-2.062 3.492v32.46c0 1.735 1.007 2.696 2.672 2.696m31.126.656c.234-.07.468-.164.703-.328l12.257-6.96c1.383-.774 2.04-1.9 2.04-3.47V8.102c0-1.735-.985-2.672-2.672-2.672c-.586 0-1.195.164-1.946.586L37.4 11.78Z"/></svg>

React

import type { SVGProps } from "react";

export function F7MapFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M34.188 51.414v-39.21l-11.579-7.08c-.398-.258-.867-.422-1.312-.54v39.751l11.812 6.61a6 6 0 0 0 1.079.468M6.273 50.71c.61 0 1.196-.187 1.97-.61l9.843-5.296V5.008c-.422.21-.867.445-1.312.703l-11.11 6.352c-1.406.796-2.062 1.921-2.062 3.492v32.46c0 1.735 1.007 2.696 2.672 2.696m31.126.656c.234-.07.468-.164.703-.328l12.257-6.96c1.383-.774 2.04-1.9 2.04-3.47V8.102c0-1.735-.985-2.672-2.672-2.672c-.586 0-1.195.164-1.946.586L37.4 11.78Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M34.188 51.414v-39.21l-11.579-7.08c-.398-.258-.867-.422-1.312-.54v39.751l11.812 6.61a6 6 0 0 0 1.079.468M6.273 50.71c.61 0 1.196-.187 1.97-.61l9.843-5.296V5.008c-.422.21-.867.445-1.312.703l-11.11 6.352c-1.406.796-2.062 1.921-2.062 3.492v32.46c0 1.735 1.007 2.696 2.672 2.696m31.126.656c.234-.07.468-.164.703-.328l12.257-6.96c1.383-.774 2.04-1.9 2.04-3.47V8.102c0-1.735-.985-2.672-2.672-2.672c-.586 0-1.195.164-1.946.586L37.4 11.78Z"/></svg>
</template>

CSS

.icon-map-fill {
  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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M34.188%2051.414v-39.21l-11.579-7.08c-.398-.258-.867-.422-1.312-.54v39.751l11.812%206.61a6%206%200%200%200%201.079.468M6.273%2050.71c.61%200%201.196-.187%201.97-.61l9.843-5.296V5.008c-.422.21-.867.445-1.312.703l-11.11%206.352c-1.406.796-2.062%201.921-2.062%203.492v32.46c0%201.735%201.007%202.696%202.672%202.696m31.126.656c.234-.07.468-.164.703-.328l12.257-6.96c1.383-.774%202.04-1.9%202.04-3.47V8.102c0-1.735-.985-2.672-2.672-2.672c-.586%200-1.195.164-1.946.586L37.4%2011.78Z%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M34.188%2051.414v-39.21l-11.579-7.08c-.398-.258-.867-.422-1.312-.54v39.751l11.812%206.61a6%206%200%200%200%201.079.468M6.273%2050.71c.61%200%201.196-.187%201.97-.61l9.843-5.296V5.008c-.422.21-.867.445-1.312.703l-11.11%206.352c-1.406.796-2.062%201.921-2.062%203.492v32.46c0%201.735%201.007%202.696%202.672%202.696m31.126.656c.234-.07.468-.164.703-.328l12.257-6.96c1.383-.774%202.04-1.9%202.04-3.47V8.102c0-1.735-.985-2.672-2.672-2.672c-.586%200-1.195.164-1.946.586L37.4%2011.78Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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