map point2 icon

map-point2-filled from Reicon by REICON · Filled · Map · MIT Free for personal and commercial use.

Name
map-point2-filled
Set
Reicon
Style
Filled
Category
Map
Viewbox
24×24
License
MIT

2 other variants in Reicon

More map icons from Reicon

Use the map point2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17 2a3 3 0 0 0-.75 5.905V13a.75.75 0 0 0 1.5 0V7.905A3.001 3.001 0 0 0 17 2M8 22h8c2.482 0 3.875 0 4.773-.594l-8.514-4.683l-8.043 5.08C5.087 22 6.283 22 8 22m2.758-6.102L2.51 11.362C2 12.263 2 13.64 2 16c0 2.666 0 4.075.736 4.964z"/><path d="M22 16c0-2.828 0-4.243-.879-5.121c-.49-.49-1.146-.707-2.121-.803V13a2 2 0 1 1-4 0v-3H8c-2.045 0-3.35 0-4.25.332l17.937 9.865C22 19.3 22 18.006 22 16"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconMapPoint2Filled(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 d="M17 2a3 3 0 0 0-.75 5.905V13a.75.75 0 0 0 1.5 0V7.905A3.001 3.001 0 0 0 17 2M8 22h8c2.482 0 3.875 0 4.773-.594l-8.514-4.683l-8.043 5.08C5.087 22 6.283 22 8 22m2.758-6.102L2.51 11.362C2 12.263 2 13.64 2 16c0 2.666 0 4.075.736 4.964z"/><path d="M22 16c0-2.828 0-4.243-.879-5.121c-.49-.49-1.146-.707-2.121-.803V13a2 2 0 1 1-4 0v-3H8c-2.045 0-3.35 0-4.25.332l17.937 9.865C22 19.3 22 18.006 22 16"/></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 d="M17 2a3 3 0 0 0-.75 5.905V13a.75.75 0 0 0 1.5 0V7.905A3.001 3.001 0 0 0 17 2M8 22h8c2.482 0 3.875 0 4.773-.594l-8.514-4.683l-8.043 5.08C5.087 22 6.283 22 8 22m2.758-6.102L2.51 11.362C2 12.263 2 13.64 2 16c0 2.666 0 4.075.736 4.964z"/><path d="M22 16c0-2.828 0-4.243-.879-5.121c-.49-.49-1.146-.707-2.121-.803V13a2 2 0 1 1-4 0v-3H8c-2.045 0-3.35 0-4.25.332l17.937 9.865C22 19.3 22 18.006 22 16"/></g></svg>
</template>

CSS

.icon-map-point2-filled {
  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%20d%3D%22M17%202a3%203%200%200%200-.75%205.905V13a.75.75%200%200%200%201.5%200V7.905A3.001%203.001%200%200%200%2017%202M8%2022h8c2.482%200%203.875%200%204.773-.594l-8.514-4.683l-8.043%205.08C5.087%2022%206.283%2022%208%2022m2.758-6.102L2.51%2011.362C2%2012.263%202%2013.64%202%2016c0%202.666%200%204.075.736%204.964z%22%2F%3E%3Cpath%20d%3D%22M22%2016c0-2.828%200-4.243-.879-5.121c-.49-.49-1.146-.707-2.121-.803V13a2%202%200%201%201-4%200v-3H8c-2.045%200-3.35%200-4.25.332l17.937%209.865C22%2019.3%2022%2018.006%2022%2016%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%20d%3D%22M17%202a3%203%200%200%200-.75%205.905V13a.75.75%200%200%200%201.5%200V7.905A3.001%203.001%200%200%200%2017%202M8%2022h8c2.482%200%203.875%200%204.773-.594l-8.514-4.683l-8.043%205.08C5.087%2022%206.283%2022%208%2022m2.758-6.102L2.51%2011.362C2%2012.263%202%2013.64%202%2016c0%202.666%200%204.075.736%204.964z%22%2F%3E%3Cpath%20d%3D%22M22%2016c0-2.828%200-4.243-.879-5.121c-.49-.49-1.146-.707-2.121-.803V13a2%202%200%201%201-4%200v-3H8c-2.045%200-3.35%200-4.25.332l17.937%209.865C22%2019.3%2022%2018.006%2022%2016%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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