map-fill from Eva Icons by Akveo · Fill · MIT Free for personal and commercial use.

Name
map-fill
Set
Eva Icons
Style
Fill
Viewbox
24×24
License
MIT

1 other variant in Eva Icons

The same icon in other sets

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="m20.41 5.89l-4-1.8h-.82L12 5.7L8.41 4.09h-.05L8.24 4h-.6l-4 1.8a1 1 0 0 0-.64 1V19a1 1 0 0 0 .46.84A1 1 0 0 0 4 20a1 1 0 0 0 .41-.09L8 18.3l3.59 1.61h.05a.85.85 0 0 0 .72 0h.05L16 18.3l3.59 1.61A1 1 0 0 0 20 20a1 1 0 0 0 .54-.16A1 1 0 0 0 21 19V6.8a1 1 0 0 0-.59-.91M9 6.55l2 .89v10l-2-.89Zm10 10.9l-2-.89v-10l2 .89Z"/></svg>

React

import type { SVGProps } from "react";

export function EvaMapFill(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="m20.41 5.89l-4-1.8h-.82L12 5.7L8.41 4.09h-.05L8.24 4h-.6l-4 1.8a1 1 0 0 0-.64 1V19a1 1 0 0 0 .46.84A1 1 0 0 0 4 20a1 1 0 0 0 .41-.09L8 18.3l3.59 1.61h.05a.85.85 0 0 0 .72 0h.05L16 18.3l3.59 1.61A1 1 0 0 0 20 20a1 1 0 0 0 .54-.16A1 1 0 0 0 21 19V6.8a1 1 0 0 0-.59-.91M9 6.55l2 .89v10l-2-.89Zm10 10.9l-2-.89v-10l2 .89Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.41 5.89l-4-1.8h-.82L12 5.7L8.41 4.09h-.05L8.24 4h-.6l-4 1.8a1 1 0 0 0-.64 1V19a1 1 0 0 0 .46.84A1 1 0 0 0 4 20a1 1 0 0 0 .41-.09L8 18.3l3.59 1.61h.05a.85.85 0 0 0 .72 0h.05L16 18.3l3.59 1.61A1 1 0 0 0 20 20a1 1 0 0 0 .54-.16A1 1 0 0 0 21 19V6.8a1 1 0 0 0-.59-.91M9 6.55l2 .89v10l-2-.89Zm10 10.9l-2-.89v-10l2 .89Z"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m20.41%205.89l-4-1.8h-.82L12%205.7L8.41%204.09h-.05L8.24%204h-.6l-4%201.8a1%201%200%200%200-.64%201V19a1%201%200%200%200%20.46.84A1%201%200%200%200%204%2020a1%201%200%200%200%20.41-.09L8%2018.3l3.59%201.61h.05a.85.85%200%200%200%20.72%200h.05L16%2018.3l3.59%201.61A1%201%200%200%200%2020%2020a1%201%200%200%200%20.54-.16A1%201%200%200%200%2021%2019V6.8a1%201%200%200%200-.59-.91M9%206.55l2%20.89v10l-2-.89Zm10%2010.9l-2-.89v-10l2%20.89Z%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%22m20.41%205.89l-4-1.8h-.82L12%205.7L8.41%204.09h-.05L8.24%204h-.6l-4%201.8a1%201%200%200%200-.64%201V19a1%201%200%200%200%20.46.84A1%201%200%200%200%204%2020a1%201%200%200%200%20.41-.09L8%2018.3l3.59%201.61h.05a.85.85%200%200%200%20.72%200h.05L16%2018.3l3.59%201.61A1%201%200%200%200%2020%2020a1%201%200%200%200%20.54-.16A1%201%200%200%200%2021%2019V6.8a1%201%200%200%200-.59-.91M9%206.55l2%20.89v10l-2-.89Zm10%2010.9l-2-.89v-10l2%20.89Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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