ios location icon

ios-location-outline from IonIcons by Ben Sperry · Outline · MIT Free for personal and commercial use.

Name
ios-location-outline
Set
IonIcons
Style
Outline
Viewbox
512×512
License
MIT

1 other variant in IonIcons

Related icons in IonIcons

Use the ios location icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 48c34.19 0 66.334 13.314 90.51 37.49S384 141.81 384 176c0 42.92-24.092 107.127-69.67 185.68-22.279 38.396-44.771 71.634-58.332 90.931-13.518-19.232-35.912-52.327-58.161-90.645C152.149 283.281 128 218.976 128 176c0-34.19 13.314-66.334 37.49-90.51S221.81 48 256 48m0-16c-79.529 0-144 64.471-144 144 0 112 144 304 144 304s144-192 144-304c0-79.529-64.471-144-144-144z" fill="currentColor"/><path d="M256 112c-35.3 0-64 28.7-64 64s28.7 64 64 64 64-28.7 64-64-28.7-64-64-64zm0 110.9c-25.9 0-46.9-21-46.9-46.9s21-46.9 46.9-46.9 46.9 21 46.9 46.9-21 46.9-46.9 46.9z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosLocationOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 48c34.19 0 66.334 13.314 90.51 37.49S384 141.81 384 176c0 42.92-24.092 107.127-69.67 185.68-22.279 38.396-44.771 71.634-58.332 90.931-13.518-19.232-35.912-52.327-58.161-90.645C152.149 283.281 128 218.976 128 176c0-34.19 13.314-66.334 37.49-90.51S221.81 48 256 48m0-16c-79.529 0-144 64.471-144 144 0 112 144 304 144 304s144-192 144-304c0-79.529-64.471-144-144-144z" fill="currentColor"/><path d="M256 112c-35.3 0-64 28.7-64 64s28.7 64 64 64 64-28.7 64-64-28.7-64-64-64zm0 110.9c-25.9 0-46.9-21-46.9-46.9s21-46.9 46.9-46.9 46.9 21 46.9 46.9-21 46.9-46.9 46.9z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 48c34.19 0 66.334 13.314 90.51 37.49S384 141.81 384 176c0 42.92-24.092 107.127-69.67 185.68-22.279 38.396-44.771 71.634-58.332 90.931-13.518-19.232-35.912-52.327-58.161-90.645C152.149 283.281 128 218.976 128 176c0-34.19 13.314-66.334 37.49-90.51S221.81 48 256 48m0-16c-79.529 0-144 64.471-144 144 0 112 144 304 144 304s144-192 144-304c0-79.529-64.471-144-144-144z" fill="currentColor"/><path d="M256 112c-35.3 0-64 28.7-64 64s28.7 64 64 64 64-28.7 64-64-28.7-64-64-64zm0 110.9c-25.9 0-46.9-21-46.9-46.9s21-46.9 46.9-46.9 46.9 21 46.9 46.9-21 46.9-46.9 46.9z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-location-outline {
  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%3Cpath%20d%3D%22M256%2048c34.19%200%2066.334%2013.314%2090.51%2037.49S384%20141.81%20384%20176c0%2042.92-24.092%20107.127-69.67%20185.68-22.279%2038.396-44.771%2071.634-58.332%2090.931-13.518-19.232-35.912-52.327-58.161-90.645C152.149%20283.281%20128%20218.976%20128%20176c0-34.19%2013.314-66.334%2037.49-90.51S221.81%2048%20256%2048m0-16c-79.529%200-144%2064.471-144%20144%200%20112%20144%20304%20144%20304s144-192%20144-304c0-79.529-64.471-144-144-144z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M256%20112c-35.3%200-64%2028.7-64%2064s28.7%2064%2064%2064%2064-28.7%2064-64-28.7-64-64-64zm0%20110.9c-25.9%200-46.9-21-46.9-46.9s21-46.9%2046.9-46.9%2046.9%2021%2046.9%2046.9-21%2046.9-46.9%2046.9z%22%20fill%3D%22currentColor%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%3Cpath%20d%3D%22M256%2048c34.19%200%2066.334%2013.314%2090.51%2037.49S384%20141.81%20384%20176c0%2042.92-24.092%20107.127-69.67%20185.68-22.279%2038.396-44.771%2071.634-58.332%2090.931-13.518-19.232-35.912-52.327-58.161-90.645C152.149%20283.281%20128%20218.976%20128%20176c0-34.19%2013.314-66.334%2037.49-90.51S221.81%2048%20256%2048m0-16c-79.529%200-144%2064.471-144%20144%200%20112%20144%20304%20144%20304s144-192%20144-304c0-79.529-64.471-144-144-144z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M256%20112c-35.3%200-64%2028.7-64%2064s28.7%2064%2064%2064%2064-28.7%2064-64-28.7-64-64-64zm0%20110.9c-25.9%200-46.9-21-46.9-46.9s21-46.9%2046.9-46.9%2046.9%2021%2046.9%2046.9-21%2046.9-46.9%2046.9z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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