map-sharp-two-tone from Keyline Icons by Keyline Icons · Sharp Two Tone · MIT Free for personal and commercial use.

Name
map-sharp-two-tone
Set
Keyline Icons
Style
Sharp Two Tone
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="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M2.5528 5.1056L8.5528 2.1056C8.8343 1.9648 9.1657 1.9648 9.4472 2.1056L15 4.882L20.5528 2.1056C21.2177 1.7731 22 2.2566 22 3L22 18C22 18.3788 21.786 18.725 21.4472 18.8944L15.4472 21.8944C15.1657 22.0352 14.8343 22.0352 14.5528 21.8944L9 19.118L3.4472 21.8944C2.7823 22.2269 2 21.7434 2 21L2 6C2 5.6212 2.214 5.275 2.5528 5.1056Z" stroke="none"/><path d="M3 6L9 3L15 6L21 3L21 18L15 21L9 18L3 21L3 6ZM9 3L9 18.4871M15 5.5129L15 21"/></g></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsMapSharpTwoTone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="2"><path fill="currentColor" fillOpacity=".4" d="M2.5528 5.1056L8.5528 2.1056C8.8343 1.9648 9.1657 1.9648 9.4472 2.1056L15 4.882L20.5528 2.1056C21.2177 1.7731 22 2.2566 22 3L22 18C22 18.3788 21.786 18.725 21.4472 18.8944L15.4472 21.8944C15.1657 22.0352 14.8343 22.0352 14.5528 21.8944L9 19.118L3.4472 21.8944C2.7823 22.2269 2 21.7434 2 21L2 6C2 5.6212 2.214 5.275 2.5528 5.1056Z" stroke="none"/><path d="M3 6L9 3L15 6L21 3L21 18L15 21L9 18L3 21L3 6ZM9 3L9 18.4871M15 5.5129L15 21"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M2.5528 5.1056L8.5528 2.1056C8.8343 1.9648 9.1657 1.9648 9.4472 2.1056L15 4.882L20.5528 2.1056C21.2177 1.7731 22 2.2566 22 3L22 18C22 18.3788 21.786 18.725 21.4472 18.8944L15.4472 21.8944C15.1657 22.0352 14.8343 22.0352 14.5528 21.8944L9 19.118L3.4472 21.8944C2.7823 22.2269 2 21.7434 2 21L2 6C2 5.6212 2.214 5.275 2.5528 5.1056Z" stroke="none"/><path d="M3 6L9 3L15 6L21 3L21 18L15 21L9 18L3 21L3 6ZM9 3L9 18.4871M15 5.5129L15 21"/></g></svg>
</template>

CSS

.icon-map-sharp-two-tone {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M2.5528%205.1056L8.5528%202.1056C8.8343%201.9648%209.1657%201.9648%209.4472%202.1056L15%204.882L20.5528%202.1056C21.2177%201.7731%2022%202.2566%2022%203L22%2018C22%2018.3788%2021.786%2018.725%2021.4472%2018.8944L15.4472%2021.8944C15.1657%2022.0352%2014.8343%2022.0352%2014.5528%2021.8944L9%2019.118L3.4472%2021.8944C2.7823%2022.2269%202%2021.7434%202%2021L2%206C2%205.6212%202.214%205.275%202.5528%205.1056Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M3%206L9%203L15%206L21%203L21%2018L15%2021L9%2018L3%2021L3%206ZM9%203L9%2018.4871M15%205.5129L15%2021%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M2.5528%205.1056L8.5528%202.1056C8.8343%201.9648%209.1657%201.9648%209.4472%202.1056L15%204.882L20.5528%202.1056C21.2177%201.7731%2022%202.2566%2022%203L22%2018C22%2018.3788%2021.786%2018.725%2021.4472%2018.8944L15.4472%2021.8944C15.1657%2022.0352%2014.8343%2022.0352%2014.5528%2021.8944L9%2019.118L3.4472%2021.8944C2.7823%2022.2269%202%2021.7434%202%2021L2%206C2%205.6212%202.214%205.275%202.5528%205.1056Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M3%206L9%203L15%206L21%203L21%2018L15%2021L9%2018L3%2021L3%206ZM9%203L9%2018.4871M15%205.5129L15%2021%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-sharp-two-tone.svg?color=%231a73e8&size=48