location icon

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

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

1 other variant in Reicon

The same icon in other sets

All location icons →

More map icons from Reicon

Use the location 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.333 6.667c0-2.942-2.392-5.334-5.333-5.334S6.667 3.725 6.667 6.667c0 2.598 1.869 4.762 4.333 5.232v5.768a1 1 0 0 0 2 0v-5.768c2.464-.471 4.333-2.634 4.333-5.232"/><path d="M12 22.667c-3.961 0-10.667-.772-10.667-3.667c0-2.148 3.558-3.045 6.543-3.42a1 1 0 0 1 .248 1.984c-3.019.38-4.43 1.083-4.75 1.437c.487.552 3.337 1.667 8.625 1.667s8.137-1.115 8.624-1.667c-.32-.355-1.73-1.057-4.75-1.437a1 1 0 0 1 .248-1.984c2.986.375 6.543 1.273 6.543 3.42c0 2.895-6.705 3.667-10.666 3.667Z"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconLocationFilled(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.333 6.667c0-2.942-2.392-5.334-5.333-5.334S6.667 3.725 6.667 6.667c0 2.598 1.869 4.762 4.333 5.232v5.768a1 1 0 0 0 2 0v-5.768c2.464-.471 4.333-2.634 4.333-5.232"/><path d="M12 22.667c-3.961 0-10.667-.772-10.667-3.667c0-2.148 3.558-3.045 6.543-3.42a1 1 0 0 1 .248 1.984c-3.019.38-4.43 1.083-4.75 1.437c.487.552 3.337 1.667 8.625 1.667s8.137-1.115 8.624-1.667c-.32-.355-1.73-1.057-4.75-1.437a1 1 0 0 1 .248-1.984c2.986.375 6.543 1.273 6.543 3.42c0 2.895-6.705 3.667-10.666 3.667Z"/></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.333 6.667c0-2.942-2.392-5.334-5.333-5.334S6.667 3.725 6.667 6.667c0 2.598 1.869 4.762 4.333 5.232v5.768a1 1 0 0 0 2 0v-5.768c2.464-.471 4.333-2.634 4.333-5.232"/><path d="M12 22.667c-3.961 0-10.667-.772-10.667-3.667c0-2.148 3.558-3.045 6.543-3.42a1 1 0 0 1 .248 1.984c-3.019.38-4.43 1.083-4.75 1.437c.487.552 3.337 1.667 8.625 1.667s8.137-1.115 8.624-1.667c-.32-.355-1.73-1.057-4.75-1.437a1 1 0 0 1 .248-1.984c2.986.375 6.543 1.273 6.543 3.42c0 2.895-6.705 3.667-10.666 3.667Z"/></g></svg>
</template>

CSS

.icon-location-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.333%206.667c0-2.942-2.392-5.334-5.333-5.334S6.667%203.725%206.667%206.667c0%202.598%201.869%204.762%204.333%205.232v5.768a1%201%200%200%200%202%200v-5.768c2.464-.471%204.333-2.634%204.333-5.232%22%2F%3E%3Cpath%20d%3D%22M12%2022.667c-3.961%200-10.667-.772-10.667-3.667c0-2.148%203.558-3.045%206.543-3.42a1%201%200%200%201%20.248%201.984c-3.019.38-4.43%201.083-4.75%201.437c.487.552%203.337%201.667%208.625%201.667s8.137-1.115%208.624-1.667c-.32-.355-1.73-1.057-4.75-1.437a1%201%200%200%201%20.248-1.984c2.986.375%206.543%201.273%206.543%203.42c0%202.895-6.705%203.667-10.666%203.667Z%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.333%206.667c0-2.942-2.392-5.334-5.333-5.334S6.667%203.725%206.667%206.667c0%202.598%201.869%204.762%204.333%205.232v5.768a1%201%200%200%200%202%200v-5.768c2.464-.471%204.333-2.634%204.333-5.232%22%2F%3E%3Cpath%20d%3D%22M12%2022.667c-3.961%200-10.667-.772-10.667-3.667c0-2.148%203.558-3.045%206.543-3.42a1%201%200%200%201%20.248%201.984c-3.019.38-4.43%201.083-4.75%201.437c.487.552%203.337%201.667%208.625%201.667s8.137-1.115%208.624-1.667c-.32-.355-1.73-1.057-4.75-1.437a1%201%200%200%201%20.248-1.984c2.986.375%206.543%201.273%206.543%203.42c0%202.895-6.705%203.667-10.666%203.667Z%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/location-filled.svg?color=%231a73e8&size=48