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

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

7 other variants in Keyline Icons

The same icon in other sets

Related icons in Keyline Icons

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" fill-rule="evenodd" d="M2 7.186141C2 6.089203 2.598693 5.079723 3.561252 4.553651L7.561252 2.36751C8.457833 1.877497 9.542167 1.877497 10.438748 2.36751L14.561642 4.620817C14.849146 4.777948 15.195387 4.784273 15.488438 4.637747L19.105573 2.82918C20.435375 2.164279 22 3.13127 22 4.618034L22 16.813859C22 17.910797 21.401307 18.920277 20.438748 19.446349L16.438748 21.63249C15.542167 22.122503 14.457833 22.122503 13.561252 21.63249L9.438358 19.379183C9.150854 19.222052 8.804613 19.215727 8.511562 19.362253L4.894427 21.17082C3.564625 21.835721 2 20.86873 2 19.381966ZM10 4.40693L14 6.59307L14 19.59307L10 17.40693Z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsMapFill(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" fillRule="evenodd" d="M2 7.186141C2 6.089203 2.598693 5.079723 3.561252 4.553651L7.561252 2.36751C8.457833 1.877497 9.542167 1.877497 10.438748 2.36751L14.561642 4.620817C14.849146 4.777948 15.195387 4.784273 15.488438 4.637747L19.105573 2.82918C20.435375 2.164279 22 3.13127 22 4.618034L22 16.813859C22 17.910797 21.401307 18.920277 20.438748 19.446349L16.438748 21.63249C15.542167 22.122503 14.457833 22.122503 13.561252 21.63249L9.438358 19.379183C9.150854 19.222052 8.804613 19.215727 8.511562 19.362253L4.894427 21.17082C3.564625 21.835721 2 20.86873 2 19.381966ZM10 4.40693L14 6.59307L14 19.59307L10 17.40693Z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M2 7.186141C2 6.089203 2.598693 5.079723 3.561252 4.553651L7.561252 2.36751C8.457833 1.877497 9.542167 1.877497 10.438748 2.36751L14.561642 4.620817C14.849146 4.777948 15.195387 4.784273 15.488438 4.637747L19.105573 2.82918C20.435375 2.164279 22 3.13127 22 4.618034L22 16.813859C22 17.910797 21.401307 18.920277 20.438748 19.446349L16.438748 21.63249C15.542167 22.122503 14.457833 22.122503 13.561252 21.63249L9.438358 19.379183C9.150854 19.222052 8.804613 19.215727 8.511562 19.362253L4.894427 21.17082C3.564625 21.835721 2 20.86873 2 19.381966ZM10 4.40693L14 6.59307L14 19.59307L10 17.40693Z" clip-rule="evenodd"/></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%20fill-rule%3D%22evenodd%22%20d%3D%22M2%207.186141C2%206.089203%202.598693%205.079723%203.561252%204.553651L7.561252%202.36751C8.457833%201.877497%209.542167%201.877497%2010.438748%202.36751L14.561642%204.620817C14.849146%204.777948%2015.195387%204.784273%2015.488438%204.637747L19.105573%202.82918C20.435375%202.164279%2022%203.13127%2022%204.618034L22%2016.813859C22%2017.910797%2021.401307%2018.920277%2020.438748%2019.446349L16.438748%2021.63249C15.542167%2022.122503%2014.457833%2022.122503%2013.561252%2021.63249L9.438358%2019.379183C9.150854%2019.222052%208.804613%2019.215727%208.511562%2019.362253L4.894427%2021.17082C3.564625%2021.835721%202%2020.86873%202%2019.381966ZM10%204.40693L14%206.59307L14%2019.59307L10%2017.40693Z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M2%207.186141C2%206.089203%202.598693%205.079723%203.561252%204.553651L7.561252%202.36751C8.457833%201.877497%209.542167%201.877497%2010.438748%202.36751L14.561642%204.620817C14.849146%204.777948%2015.195387%204.784273%2015.488438%204.637747L19.105573%202.82918C20.435375%202.164279%2022%203.13127%2022%204.618034L22%2016.813859C22%2017.910797%2021.401307%2018.920277%2020.438748%2019.446349L16.438748%2021.63249C15.542167%2022.122503%2014.457833%2022.122503%2013.561252%2021.63249L9.438358%2019.379183C9.150854%2019.222052%208.804613%2019.215727%208.511562%2019.362253L4.894427%2021.17082C3.564625%2021.835721%202%2020.86873%202%2019.381966ZM10%204.40693L14%206.59307L14%2019.59307L10%2017.40693Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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