location filled icon

location-filled from Element Plus by Element Plus · Outline · MIT Free for personal and commercial use.

Name
location-filled
Set
Element Plus
Style
Outline
Viewbox
1024×1024
License
MIT

The same icon in other sets

Related icons in Element Plus

Use the location filled icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M512 928c24 0 117.5-68.4 192-153.2c99.5-113 160-239 160-358.8c0-189.6-155.8-320-352-320S160 226.4 160 416c0 120.3 60.5 246.4 160 359.2C394.3 859.8 488 928 512 928m0-435.2a64 64 0 1 0 0-128a64 64 0 0 0 0 128m0 140.8a204.8 204.8 0 1 1 0-409.6a204.8 204.8 0 0 1 0 409.6"/></svg>

React

import type { SVGProps } from "react";

export function EpLocationFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M512 928c24 0 117.5-68.4 192-153.2c99.5-113 160-239 160-358.8c0-189.6-155.8-320-352-320S160 226.4 160 416c0 120.3 60.5 246.4 160 359.2C394.3 859.8 488 928 512 928m0-435.2a64 64 0 1 0 0-128a64 64 0 0 0 0 128m0 140.8a204.8 204.8 0 1 1 0-409.6a204.8 204.8 0 0 1 0 409.6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M512 928c24 0 117.5-68.4 192-153.2c99.5-113 160-239 160-358.8c0-189.6-155.8-320-352-320S160 226.4 160 416c0 120.3 60.5 246.4 160 359.2C394.3 859.8 488 928 512 928m0-435.2a64 64 0 1 0 0-128a64 64 0 0 0 0 128m0 140.8a204.8 204.8 0 1 1 0-409.6a204.8 204.8 0 0 1 0 409.6"/></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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M512%20928c24%200%20117.5-68.4%20192-153.2c99.5-113%20160-239%20160-358.8c0-189.6-155.8-320-352-320S160%20226.4%20160%20416c0%20120.3%2060.5%20246.4%20160%20359.2C394.3%20859.8%20488%20928%20512%20928m0-435.2a64%2064%200%201%200%200-128a64%2064%200%200%200%200%20128m0%20140.8a204.8%20204.8%200%201%201%200-409.6a204.8%20204.8%200%200%201%200%20409.6%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M512%20928c24%200%20117.5-68.4%20192-153.2c99.5-113%20160-239%20160-358.8c0-189.6-155.8-320-352-320S160%20226.4%20160%20416c0%20120.3%2060.5%20246.4%20160%20359.2C394.3%20859.8%20488%20928%20512%20928m0-435.2a64%2064%200%201%200%200-128a64%2064%200%200%200%200%20128m0%20140.8a204.8%20204.8%200%201%201%200-409.6a204.8%20204.8%200%200%201%200%20409.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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