map-duotone from Keyline Icons by Keyline Icons · Duotone · MIT Free for personal and commercial use.

Name
map-duotone
Set
Keyline Icons
Style
Duotone
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"><g fill="currentColor"><path fill-opacity=".4" 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.381966Z"/><path d="M8 2.1715C8.7967 1.8898 9.6842 1.9551 10.4387 2.3675L14.5616 4.6208C14.8491 4.7779 15.1954 4.7843 15.4884 4.6377L16 4.382L16 21.8285C15.2033 22.1102 14.3158 22.0449 13.5613 21.6325L9.4384 19.3792C9.1509 19.2221 8.8046 19.2157 8.5116 19.3623L8 19.618Z"/></g></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsMapDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillOpacity=".4" 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.381966Z"/><path d="M8 2.1715C8.7967 1.8898 9.6842 1.9551 10.4387 2.3675L14.5616 4.6208C14.8491 4.7779 15.1954 4.7843 15.4884 4.6377L16 4.382L16 21.8285C15.2033 22.1102 14.3158 22.0449 13.5613 21.6325L9.4384 19.3792C9.1509 19.2221 8.8046 19.2157 8.5116 19.3623L8 19.618Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-opacity=".4" 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.381966Z"/><path d="M8 2.1715C8.7967 1.8898 9.6842 1.9551 10.4387 2.3675L14.5616 4.6208C14.8491 4.7779 15.1954 4.7843 15.4884 4.6377L16 4.382L16 21.8285C15.2033 22.1102 14.3158 22.0449 13.5613 21.6325L9.4384 19.3792C9.1509 19.2221 8.8046 19.2157 8.5116 19.3623L8 19.618Z"/></g></svg>
</template>

CSS

.icon-map-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-opacity%3D%22.4%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.381966Z%22%2F%3E%3Cpath%20d%3D%22M8%202.1715C8.7967%201.8898%209.6842%201.9551%2010.4387%202.3675L14.5616%204.6208C14.8491%204.7779%2015.1954%204.7843%2015.4884%204.6377L16%204.382L16%2021.8285C15.2033%2022.1102%2014.3158%2022.0449%2013.5613%2021.6325L9.4384%2019.3792C9.1509%2019.2221%208.8046%2019.2157%208.5116%2019.3623L8%2019.618Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-opacity%3D%22.4%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.381966Z%22%2F%3E%3Cpath%20d%3D%22M8%202.1715C8.7967%201.8898%209.6842%201.9551%2010.4387%202.3675L14.5616%204.6208C14.8491%204.7779%2015.1954%204.7843%2015.4884%204.6377L16%204.382L16%2021.8285C15.2033%2022.1102%2014.3158%2022.0449%2013.5613%2021.6325L9.4384%2019.3792C9.1509%2019.2221%208.8046%2019.2157%208.5116%2019.3623L8%2019.618Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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