location icon
location from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- location
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
2 other variants in IonIcons
The same icon in other sets
locationAkar IconslocationCarbonlocationCodiconslocationElement PluslocationFramework7 IconslocationFont Awesome Solidlocation-12-filledFluent UI System IconslocationHumbleiconslocationMage Iconslocation-fillMingCute IconlocationMyna UI IconslocationOcticonslocationTabler IconslocationTDesign Iconslocation-outlineTeenyiconslocation-outlinedWeUI Icon
Use the location icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><circle cx="256" cy="192" r="32" fill="currentColor"/><path fill="currentColor" d="M256 32c-88.22 0-160 68.65-160 153c0 40.17 18.31 93.59 54.42 158.78c29 52.34 62.55 99.67 80 123.22a31.75 31.75 0 0 0 51.22 0c17.42-23.55 51-70.88 80-123.22C397.69 278.61 416 225.19 416 185c0-84.35-71.78-153-160-153m0 224a64 64 0 1 1 64-64a64.07 64.07 0 0 1-64 64"/></svg>
React
import type { SVGProps } from "react";
export function IonLocation(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><circle cx="256" cy="192" r="32" fill="currentColor"/><path fill="currentColor" d="M256 32c-88.22 0-160 68.65-160 153c0 40.17 18.31 93.59 54.42 158.78c29 52.34 62.55 99.67 80 123.22a31.75 31.75 0 0 0 51.22 0c17.42-23.55 51-70.88 80-123.22C397.69 278.61 416 225.19 416 185c0-84.35-71.78-153-160-153m0 224a64 64 0 1 1 64-64a64.07 64.07 0 0 1-64 64"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><circle cx="256" cy="192" r="32" fill="currentColor"/><path fill="currentColor" d="M256 32c-88.22 0-160 68.65-160 153c0 40.17 18.31 93.59 54.42 158.78c29 52.34 62.55 99.67 80 123.22a31.75 31.75 0 0 0 51.22 0c17.42-23.55 51-70.88 80-123.22C397.69 278.61 416 225.19 416 185c0-84.35-71.78-153-160-153m0 224a64 64 0 1 1 64-64a64.07 64.07 0 0 1-64 64"/></svg> </template>
CSS
.icon-location {
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%20512%20512%22%3E%3Ccircle%20cx%3D%22256%22%20cy%3D%22192%22%20r%3D%2232%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256%2032c-88.22%200-160%2068.65-160%20153c0%2040.17%2018.31%2093.59%2054.42%20158.78c29%2052.34%2062.55%2099.67%2080%20123.22a31.75%2031.75%200%200%200%2051.22%200c17.42-23.55%2051-70.88%2080-123.22C397.69%20278.61%20416%20225.19%20416%20185c0-84.35-71.78-153-160-153m0%20224a64%2064%200%201%201%2064-64a64.07%2064.07%200%200%201-64%2064%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%20512%20512%22%3E%3Ccircle%20cx%3D%22256%22%20cy%3D%22192%22%20r%3D%2232%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256%2032c-88.22%200-160%2068.65-160%20153c0%2040.17%2018.31%2093.59%2054.42%20158.78c29%2052.34%2062.55%2099.67%2080%20123.22a31.75%2031.75%200%200%200%2051.22%200c17.42-23.55%2051-70.88%2080-123.22C397.69%20278.61%20416%20225.19%20416%20185c0-84.35-71.78-153-160-153m0%20224a64%2064%200%201%201%2064-64a64.07%2064.07%200%200%201-64%2064%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/location.svg?color=%231a73e8&size=48