location-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.

Name
location-fill
Set
Mage Icons
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

The same icon in other sets

Related icons in Mage Icons

Use the location icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.45 11.227h-1.39a8.18 8.18 0 0 0-7.36-7.36v-1.39a.75.75 0 0 0-1.5 0v1.39a8.17 8.17 0 0 0-7.31 7.36H2.5a.75.75 0 1 0 0 1.5h1.39a8.18 8.18 0 0 0 7.36 7.36v1.39a.75.75 0 0 0 1.5 0v-1.39a8.19 8.19 0 0 0 7.36-7.36h1.39a.75.75 0 1 0 0-1.5zm-9.5 7.39a6.64 6.64 0 1 1 6.64-6.64a6.65 6.65 0 0 1-6.64 6.65z"/><path fill="currentColor" d="M16.48 11.987a4.54 4.54 0 1 1-4.53-4.54a4.53 4.53 0 0 1 4.53 4.54"/></svg>

React

import type { SVGProps } from "react";

export function MageLocationFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.45 11.227h-1.39a8.18 8.18 0 0 0-7.36-7.36v-1.39a.75.75 0 0 0-1.5 0v1.39a8.17 8.17 0 0 0-7.31 7.36H2.5a.75.75 0 1 0 0 1.5h1.39a8.18 8.18 0 0 0 7.36 7.36v1.39a.75.75 0 0 0 1.5 0v-1.39a8.19 8.19 0 0 0 7.36-7.36h1.39a.75.75 0 1 0 0-1.5zm-9.5 7.39a6.64 6.64 0 1 1 6.64-6.64a6.65 6.65 0 0 1-6.64 6.65z"/><path fill="currentColor" d="M16.48 11.987a4.54 4.54 0 1 1-4.53-4.54a4.53 4.53 0 0 1 4.53 4.54"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.45 11.227h-1.39a8.18 8.18 0 0 0-7.36-7.36v-1.39a.75.75 0 0 0-1.5 0v1.39a8.17 8.17 0 0 0-7.31 7.36H2.5a.75.75 0 1 0 0 1.5h1.39a8.18 8.18 0 0 0 7.36 7.36v1.39a.75.75 0 0 0 1.5 0v-1.39a8.19 8.19 0 0 0 7.36-7.36h1.39a.75.75 0 1 0 0-1.5zm-9.5 7.39a6.64 6.64 0 1 1 6.64-6.64a6.65 6.65 0 0 1-6.64 6.65z"/><path fill="currentColor" d="M16.48 11.987a4.54 4.54 0 1 1-4.53-4.54a4.53 4.53 0 0 1 4.53 4.54"/></svg>
</template>

CSS

.icon-location-fill {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.45%2011.227h-1.39a8.18%208.18%200%200%200-7.36-7.36v-1.39a.75.75%200%200%200-1.5%200v1.39a8.17%208.17%200%200%200-7.31%207.36H2.5a.75.75%200%201%200%200%201.5h1.39a8.18%208.18%200%200%200%207.36%207.36v1.39a.75.75%200%200%200%201.5%200v-1.39a8.19%208.19%200%200%200%207.36-7.36h1.39a.75.75%200%201%200%200-1.5zm-9.5%207.39a6.64%206.64%200%201%201%206.64-6.64a6.65%206.65%200%200%201-6.64%206.65z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.48%2011.987a4.54%204.54%200%201%201-4.53-4.54a4.53%204.53%200%200%201%204.53%204.54%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.45%2011.227h-1.39a8.18%208.18%200%200%200-7.36-7.36v-1.39a.75.75%200%200%200-1.5%200v1.39a8.17%208.17%200%200%200-7.31%207.36H2.5a.75.75%200%201%200%200%201.5h1.39a8.18%208.18%200%200%200%207.36%207.36v1.39a.75.75%200%200%200%201.5%200v-1.39a8.19%208.19%200%200%200%207.36-7.36h1.39a.75.75%200%201%200%200-1.5zm-9.5%207.39a6.64%206.64%200%201%201%206.64-6.64a6.65%206.65%200%200%201-6.64%206.65z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.48%2011.987a4.54%204.54%200%201%201-4.53-4.54a4.53%204.53%200%200%201%204.53%204.54%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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