location indicator emoji
location-indicator from OpenMoji by OpenMoji · Default · Extras Openmoji · CC-BY-SA-4.0 Attribution required.
- Name
- location-indicator
- Set
- OpenMoji
- Style
- Default
- Category
- Extras Openmoji
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
More extras openmoji icons from OpenMoji
Use the location indicator emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="35.987" cy="25.495" r="10.38" fill="#fff"/><path fill="#d0cfce" d="M36 65.02s-3.091-5.973-13.872-26.891C20 34 17.31 30.422 17.31 25.604c0-10.32 8.367-18.688 18.688-18.688v8.028s-10.458.52-10.458 10.398s10.458 10.756 10.458 10.756z"/><path fill="#d0cfce" d="M35.974 65.017S38.972 59 49.846 38.125c2.063-3.961 4.817-7.706 4.817-12.524c0-10.322-8.367-18.689-18.688-18.689l-.284 8.032s11.177.267 11.008 10.735c-.168 10.468-11.008 10.419-11.008 10.419z"/><path fill="#9b9b9a" d="M36.828 7.547s9.75 4.036 11.839 15.286C50.706 33.813 39.5 53 36.5 62.667c-2.498 8.049 11.777-21.342 16.624-31.404c1.18-2.448 1.61-5.198 1.148-7.876c-1.051-6.09-4.716-16.025-17.444-15.84"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><circle cx="36.001" cy="25.521" r="10.577"/><path d="M36 65.02s-3.091-5.973-13.872-26.891C20 34 17.31 30.422 17.31 25.604c0-10.32 8.367-18.688 18.688-18.688m.004 58.101S39 59 49.874 38.125c2.064-3.961 4.818-7.706 4.818-12.524c0-10.322-8.368-18.689-18.689-18.689"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiLocationIndicator(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="35.987" cy="25.495" r="10.38" fill="#fff"/><path fill="#d0cfce" d="M36 65.02s-3.091-5.973-13.872-26.891C20 34 17.31 30.422 17.31 25.604c0-10.32 8.367-18.688 18.688-18.688v8.028s-10.458.52-10.458 10.398s10.458 10.756 10.458 10.756z"/><path fill="#d0cfce" d="M35.974 65.017S38.972 59 49.846 38.125c2.063-3.961 4.817-7.706 4.817-12.524c0-10.322-8.367-18.689-18.688-18.689l-.284 8.032s11.177.267 11.008 10.735c-.168 10.468-11.008 10.419-11.008 10.419z"/><path fill="#9b9b9a" d="M36.828 7.547s9.75 4.036 11.839 15.286C50.706 33.813 39.5 53 36.5 62.667c-2.498 8.049 11.777-21.342 16.624-31.404c1.18-2.448 1.61-5.198 1.148-7.876c-1.051-6.09-4.716-16.025-17.444-15.84"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><circle cx="36.001" cy="25.521" r="10.577"/><path d="M36 65.02s-3.091-5.973-13.872-26.891C20 34 17.31 30.422 17.31 25.604c0-10.32 8.367-18.688 18.688-18.688m.004 58.101S39 59 49.874 38.125c2.064-3.961 4.818-7.706 4.818-12.524c0-10.322-8.368-18.689-18.689-18.689"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="35.987" cy="25.495" r="10.38" fill="#fff"/><path fill="#d0cfce" d="M36 65.02s-3.091-5.973-13.872-26.891C20 34 17.31 30.422 17.31 25.604c0-10.32 8.367-18.688 18.688-18.688v8.028s-10.458.52-10.458 10.398s10.458 10.756 10.458 10.756z"/><path fill="#d0cfce" d="M35.974 65.017S38.972 59 49.846 38.125c2.063-3.961 4.817-7.706 4.817-12.524c0-10.322-8.367-18.689-18.688-18.689l-.284 8.032s11.177.267 11.008 10.735c-.168 10.468-11.008 10.419-11.008 10.419z"/><path fill="#9b9b9a" d="M36.828 7.547s9.75 4.036 11.839 15.286C50.706 33.813 39.5 53 36.5 62.667c-2.498 8.049 11.777-21.342 16.624-31.404c1.18-2.448 1.61-5.198 1.148-7.876c-1.051-6.09-4.716-16.025-17.444-15.84"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><circle cx="36.001" cy="25.521" r="10.577"/><path d="M36 65.02s-3.091-5.973-13.872-26.891C20 34 17.31 30.422 17.31 25.604c0-10.32 8.367-18.688 18.688-18.688m.004 58.101S39 59 49.874 38.125c2.064-3.961 4.818-7.706 4.818-12.524c0-10.322-8.368-18.689-18.689-18.689"/></g></svg> </template>
CSS
.icon-location-indicator {
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%2072%2072%22%3E%3Ccircle%20cx%3D%2235.987%22%20cy%3D%2225.495%22%20r%3D%2210.38%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M36%2065.02s-3.091-5.973-13.872-26.891C20%2034%2017.31%2030.422%2017.31%2025.604c0-10.32%208.367-18.688%2018.688-18.688v8.028s-10.458.52-10.458%2010.398s10.458%2010.756%2010.458%2010.756z%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M35.974%2065.017S38.972%2059%2049.846%2038.125c2.063-3.961%204.817-7.706%204.817-12.524c0-10.322-8.367-18.689-18.688-18.689l-.284%208.032s11.177.267%2011.008%2010.735c-.168%2010.468-11.008%2010.419-11.008%2010.419z%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M36.828%207.547s9.75%204.036%2011.839%2015.286C50.706%2033.813%2039.5%2053%2036.5%2062.667c-2.498%208.049%2011.777-21.342%2016.624-31.404c1.18-2.448%201.61-5.198%201.148-7.876c-1.051-6.09-4.716-16.025-17.444-15.84%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Ccircle%20cx%3D%2236.001%22%20cy%3D%2225.521%22%20r%3D%2210.577%22%2F%3E%3Cpath%20d%3D%22M36%2065.02s-3.091-5.973-13.872-26.891C20%2034%2017.31%2030.422%2017.31%2025.604c0-10.32%208.367-18.688%2018.688-18.688m.004%2058.101S39%2059%2049.874%2038.125c2.064-3.961%204.818-7.706%204.818-12.524c0-10.322-8.368-18.689-18.689-18.689%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%2072%2072%22%3E%3Ccircle%20cx%3D%2235.987%22%20cy%3D%2225.495%22%20r%3D%2210.38%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M36%2065.02s-3.091-5.973-13.872-26.891C20%2034%2017.31%2030.422%2017.31%2025.604c0-10.32%208.367-18.688%2018.688-18.688v8.028s-10.458.52-10.458%2010.398s10.458%2010.756%2010.458%2010.756z%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M35.974%2065.017S38.972%2059%2049.846%2038.125c2.063-3.961%204.817-7.706%204.817-12.524c0-10.322-8.367-18.689-18.688-18.689l-.284%208.032s11.177.267%2011.008%2010.735c-.168%2010.468-11.008%2010.419-11.008%2010.419z%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M36.828%207.547s9.75%204.036%2011.839%2015.286C50.706%2033.813%2039.5%2053%2036.5%2062.667c-2.498%208.049%2011.777-21.342%2016.624-31.404c1.18-2.448%201.61-5.198%201.148-7.876c-1.051-6.09-4.716-16.025-17.444-15.84%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Ccircle%20cx%3D%2236.001%22%20cy%3D%2225.521%22%20r%3D%2210.577%22%2F%3E%3Cpath%20d%3D%22M36%2065.02s-3.091-5.973-13.872-26.891C20%2034%2017.31%2030.422%2017.31%2025.604c0-10.32%208.367-18.688%2018.688-18.688m.004%2058.101S39%2059%2049.874%2038.125c2.064-3.961%204.818-7.706%204.818-12.524c0-10.322-8.368-18.689-18.689-18.689%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/location-indicator.svg?color=%231a73e8&size=48