location marker icon

location-marker-line from Majesticons by Gerrit Halfmann · Line · MIT Free for personal and commercial use.

Name
location-marker-line
Set
Majesticons
Style
Line
Viewbox
24×24
License
MIT

1 other variant in Majesticons

Use the location marker icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M6 10c0-3.414 2.676-6 6-6s6 2.586 6 6c0 2.982-1.567 5.5-3.238 7.33A18.488 18.488 0 0 1 12 19.79a18.49 18.49 0 0 1-2.762-2.46C7.567 15.5 6 12.981 6 10zm5.474 11.85L12 21l-.525.85a1 1 0 0 0 1.05 0L12 21l.526.85h.001l.002-.001l.006-.004l.02-.013a7.993 7.993 0 0 0 .311-.206c.206-.141.496-.348.841-.616a20.487 20.487 0 0 0 2.531-2.332C18.067 16.677 20 13.695 20 10c0-4.539-3.592-8-8-8c-4.408 0-8 3.461-8 8c0 3.695 1.933 6.677 3.762 8.678a20.485 20.485 0 0 0 2.53 2.332a17.706 17.706 0 0 0 1.085.778c.029.02.052.034.068.044l.02.013l.006.004h.002v.001zM10 10a2 2 0 1 1 4 0a2 2 0 0 1-4 0zm2-4a4 4 0 1 0 0 8a4 4 0 0 0 0-8z"/></g></svg>

React

import type { SVGProps } from "react";

export function MajesticonsLocationMarkerLine(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="M6 10c0-3.414 2.676-6 6-6s6 2.586 6 6c0 2.982-1.567 5.5-3.238 7.33A18.488 18.488 0 0 1 12 19.79a18.49 18.49 0 0 1-2.762-2.46C7.567 15.5 6 12.981 6 10zm5.474 11.85L12 21l-.525.85a1 1 0 0 0 1.05 0L12 21l.526.85h.001l.002-.001l.006-.004l.02-.013a7.993 7.993 0 0 0 .311-.206c.206-.141.496-.348.841-.616a20.487 20.487 0 0 0 2.531-2.332C18.067 16.677 20 13.695 20 10c0-4.539-3.592-8-8-8c-4.408 0-8 3.461-8 8c0 3.695 1.933 6.677 3.762 8.678a20.485 20.485 0 0 0 2.53 2.332a17.706 17.706 0 0 0 1.085.778c.029.02.052.034.068.044l.02.013l.006.004h.002v.001zM10 10a2 2 0 1 1 4 0a2 2 0 0 1-4 0zm2-4a4 4 0 1 0 0 8a4 4 0 0 0 0-8z"/></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="M6 10c0-3.414 2.676-6 6-6s6 2.586 6 6c0 2.982-1.567 5.5-3.238 7.33A18.488 18.488 0 0 1 12 19.79a18.49 18.49 0 0 1-2.762-2.46C7.567 15.5 6 12.981 6 10zm5.474 11.85L12 21l-.525.85a1 1 0 0 0 1.05 0L12 21l.526.85h.001l.002-.001l.006-.004l.02-.013a7.993 7.993 0 0 0 .311-.206c.206-.141.496-.348.841-.616a20.487 20.487 0 0 0 2.531-2.332C18.067 16.677 20 13.695 20 10c0-4.539-3.592-8-8-8c-4.408 0-8 3.461-8 8c0 3.695 1.933 6.677 3.762 8.678a20.485 20.485 0 0 0 2.53 2.332a17.706 17.706 0 0 0 1.085.778c.029.02.052.034.068.044l.02.013l.006.004h.002v.001zM10 10a2 2 0 1 1 4 0a2 2 0 0 1-4 0zm2-4a4 4 0 1 0 0 8a4 4 0 0 0 0-8z"/></g></svg>
</template>

CSS

.icon-location-marker-line {
  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%22M6%2010c0-3.414%202.676-6%206-6s6%202.586%206%206c0%202.982-1.567%205.5-3.238%207.33A18.488%2018.488%200%200%201%2012%2019.79a18.49%2018.49%200%200%201-2.762-2.46C7.567%2015.5%206%2012.981%206%2010zm5.474%2011.85L12%2021l-.525.85a1%201%200%200%200%201.05%200L12%2021l.526.85h.001l.002-.001l.006-.004l.02-.013a7.993%207.993%200%200%200%20.311-.206c.206-.141.496-.348.841-.616a20.487%2020.487%200%200%200%202.531-2.332C18.067%2016.677%2020%2013.695%2020%2010c0-4.539-3.592-8-8-8c-4.408%200-8%203.461-8%208c0%203.695%201.933%206.677%203.762%208.678a20.485%2020.485%200%200%200%202.53%202.332a17.706%2017.706%200%200%200%201.085.778c.029.02.052.034.068.044l.02.013l.006.004h.002v.001zM10%2010a2%202%200%201%201%204%200a2%202%200%200%201-4%200zm2-4a4%204%200%201%200%200%208a4%204%200%200%200%200-8z%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%22M6%2010c0-3.414%202.676-6%206-6s6%202.586%206%206c0%202.982-1.567%205.5-3.238%207.33A18.488%2018.488%200%200%201%2012%2019.79a18.49%2018.49%200%200%201-2.762-2.46C7.567%2015.5%206%2012.981%206%2010zm5.474%2011.85L12%2021l-.525.85a1%201%200%200%200%201.05%200L12%2021l.526.85h.001l.002-.001l.006-.004l.02-.013a7.993%207.993%200%200%200%20.311-.206c.206-.141.496-.348.841-.616a20.487%2020.487%200%200%200%202.531-2.332C18.067%2016.677%2020%2013.695%2020%2010c0-4.539-3.592-8-8-8c-4.408%200-8%203.461-8%208c0%203.695%201.933%206.677%203.762%208.678a20.485%2020.485%200%200%200%202.53%202.332a17.706%2017.706%200%200%200%201.085.778c.029.02.052.034.068.044l.02.013l.006.004h.002v.001zM10%2010a2%202%200%201%201%204%200a2%202%200%200%201-4%200zm2-4a4%204%200%201%200%200%208a4%204%200%200%200%200-8z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/majesticons/location-marker-line.svg?color=%231a73e8&size=48