place from Element Plus by Element Plus · Outline · MIT Free for personal and commercial use.

Name
place
Set
Element Plus
Style
Outline
Viewbox
1024×1024
License
MIT

Use the place icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M512 512a192 192 0 1 0 0-384a192 192 0 0 0 0 384m0 64a256 256 0 1 1 0-512a256 256 0 0 1 0 512"/><path fill="currentColor" d="M512 512a32 32 0 0 1 32 32v256a32 32 0 1 1-64 0V544a32 32 0 0 1 32-32"/><path fill="currentColor" d="M384 649v65c-114.2 18.4-192 57.9-192 86c0 37.7 139.9 96 320 96s320-58.3 320-96c0-28.2-77.8-67.6-192-86v-65c149.1 22 256 81.4 256 151c0 88.3-171.9 160-384 160s-384-71.7-384-160c0-69.7 106.9-129 256-151"/></svg>

React

import type { SVGProps } from "react";

export function EpPlace(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 512a192 192 0 1 0 0-384a192 192 0 0 0 0 384m0 64a256 256 0 1 1 0-512a256 256 0 0 1 0 512"/><path fill="currentColor" d="M512 512a32 32 0 0 1 32 32v256a32 32 0 1 1-64 0V544a32 32 0 0 1 32-32"/><path fill="currentColor" d="M384 649v65c-114.2 18.4-192 57.9-192 86c0 37.7 139.9 96 320 96s320-58.3 320-96c0-28.2-77.8-67.6-192-86v-65c149.1 22 256 81.4 256 151c0 88.3-171.9 160-384 160s-384-71.7-384-160c0-69.7 106.9-129 256-151"/></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 512a192 192 0 1 0 0-384a192 192 0 0 0 0 384m0 64a256 256 0 1 1 0-512a256 256 0 0 1 0 512"/><path fill="currentColor" d="M512 512a32 32 0 0 1 32 32v256a32 32 0 1 1-64 0V544a32 32 0 0 1 32-32"/><path fill="currentColor" d="M384 649v65c-114.2 18.4-192 57.9-192 86c0 37.7 139.9 96 320 96s320-58.3 320-96c0-28.2-77.8-67.6-192-86v-65c149.1 22 256 81.4 256 151c0 88.3-171.9 160-384 160s-384-71.7-384-160c0-69.7 106.9-129 256-151"/></svg>
</template>

CSS

.icon-place {
  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%20512a192%20192%200%201%200%200-384a192%20192%200%200%200%200%20384m0%2064a256%20256%200%201%201%200-512a256%20256%200%200%201%200%20512%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M512%20512a32%2032%200%200%201%2032%2032v256a32%2032%200%201%201-64%200V544a32%2032%200%200%201%2032-32%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M384%20649v65c-114.2%2018.4-192%2057.9-192%2086c0%2037.7%20139.9%2096%20320%2096s320-58.3%20320-96c0-28.2-77.8-67.6-192-86v-65c149.1%2022%20256%2081.4%20256%20151c0%2088.3-171.9%20160-384%20160s-384-71.7-384-160c0-69.7%20106.9-129%20256-151%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%20512a192%20192%200%201%200%200-384a192%20192%200%200%200%200%20384m0%2064a256%20256%200%201%201%200-512a256%20256%200%200%201%200%20512%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M512%20512a32%2032%200%200%201%2032%2032v256a32%2032%200%201%201-64%200V544a32%2032%200%200%201%2032-32%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M384%20649v65c-114.2%2018.4-192%2057.9-192%2086c0%2037.7%20139.9%2096%20320%2096s320-58.3%20320-96c0-28.2-77.8-67.6-192-86v-65c149.1%2022%20256%2081.4%20256%20151c0%2088.3-171.9%20160-384%20160s-384-71.7-384-160c0-69.7%20106.9-129%20256-151%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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