geo location icon

geo-location-outline-24px from Health Icons by Resolve to Save Lives · Outline 24px · Symbols · MIT Free for personal and commercial use.

Name
geo-location-outline-24px
Set
Health Icons
Style
Outline 24px
Category
Symbols
Viewbox
24×24
License
MIT

3 other variants in Health Icons

More symbols icons from Health Icons

Use the geo location icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M12 6a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7m-1.5 3.5a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0"/><path d="M12 2C7.828 2 4.5 5.483 4.5 9.712c0 2.189 1.214 4.389 2.565 6.286c.923 1.296 2.01 2.578 2.957 3.694c.44.52.85 1.003 1.2 1.436l.778.964l.778-.964c.35-.433.76-.916 1.2-1.436c.947-1.116 2.034-2.398 2.957-3.694C18.286 14.1 19.5 11.9 19.5 9.712C19.5 5.483 16.172 2 12 2M6.5 9.712C6.5 6.527 8.992 4 12 4s5.5 2.527 5.5 5.712c0 1.519-.875 3.274-2.194 5.125c-.877 1.231-1.855 2.384-2.772 3.465q-.272.318-.534.63l-.534-.63c-.917-1.08-1.895-2.234-2.772-3.465C7.376 12.987 6.5 11.231 6.5 9.712"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsGeoLocationOutline24px(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fillRule="evenodd" clipRule="evenodd"><path d="M12 6a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7m-1.5 3.5a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0"/><path d="M12 2C7.828 2 4.5 5.483 4.5 9.712c0 2.189 1.214 4.389 2.565 6.286c.923 1.296 2.01 2.578 2.957 3.694c.44.52.85 1.003 1.2 1.436l.778.964l.778-.964c.35-.433.76-.916 1.2-1.436c.947-1.116 2.034-2.398 2.957-3.694C18.286 14.1 19.5 11.9 19.5 9.712C19.5 5.483 16.172 2 12 2M6.5 9.712C6.5 6.527 8.992 4 12 4s5.5 2.527 5.5 5.712c0 1.519-.875 3.274-2.194 5.125c-.877 1.231-1.855 2.384-2.772 3.465q-.272.318-.534.63l-.534-.63c-.917-1.08-1.895-2.234-2.772-3.465C7.376 12.987 6.5 11.231 6.5 9.712"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M12 6a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7m-1.5 3.5a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0"/><path d="M12 2C7.828 2 4.5 5.483 4.5 9.712c0 2.189 1.214 4.389 2.565 6.286c.923 1.296 2.01 2.578 2.957 3.694c.44.52.85 1.003 1.2 1.436l.778.964l.778-.964c.35-.433.76-.916 1.2-1.436c.947-1.116 2.034-2.398 2.957-3.694C18.286 14.1 19.5 11.9 19.5 9.712C19.5 5.483 16.172 2 12 2M6.5 9.712C6.5 6.527 8.992 4 12 4s5.5 2.527 5.5 5.712c0 1.519-.875 3.274-2.194 5.125c-.877 1.231-1.855 2.384-2.772 3.465q-.272.318-.534.63l-.534-.63c-.917-1.08-1.895-2.234-2.772-3.465C7.376 12.987 6.5 11.231 6.5 9.712"/></g></svg>
</template>

CSS

.icon-geo-location-outline-24px {
  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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M12%206a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7m-1.5%203.5a1.5%201.5%200%201%201%203%200a1.5%201.5%200%200%201-3%200%22%2F%3E%3Cpath%20d%3D%22M12%202C7.828%202%204.5%205.483%204.5%209.712c0%202.189%201.214%204.389%202.565%206.286c.923%201.296%202.01%202.578%202.957%203.694c.44.52.85%201.003%201.2%201.436l.778.964l.778-.964c.35-.433.76-.916%201.2-1.436c.947-1.116%202.034-2.398%202.957-3.694C18.286%2014.1%2019.5%2011.9%2019.5%209.712C19.5%205.483%2016.172%202%2012%202M6.5%209.712C6.5%206.527%208.992%204%2012%204s5.5%202.527%205.5%205.712c0%201.519-.875%203.274-2.194%205.125c-.877%201.231-1.855%202.384-2.772%203.465q-.272.318-.534.63l-.534-.63c-.917-1.08-1.895-2.234-2.772-3.465C7.376%2012.987%206.5%2011.231%206.5%209.712%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M12%206a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7m-1.5%203.5a1.5%201.5%200%201%201%203%200a1.5%201.5%200%200%201-3%200%22%2F%3E%3Cpath%20d%3D%22M12%202C7.828%202%204.5%205.483%204.5%209.712c0%202.189%201.214%204.389%202.565%206.286c.923%201.296%202.01%202.578%202.957%203.694c.44.52.85%201.003%201.2%201.436l.778.964l.778-.964c.35-.433.76-.916%201.2-1.436c.947-1.116%202.034-2.398%202.957-3.694C18.286%2014.1%2019.5%2011.9%2019.5%209.712C19.5%205.483%2016.172%202%2012%202M6.5%209.712C6.5%206.527%208.992%204%2012%204s5.5%202.527%205.5%205.712c0%201.519-.875%203.274-2.194%205.125c-.877%201.231-1.855%202.384-2.772%203.465q-.272.318-.534.63l-.534-.63c-.917-1.08-1.895-2.234-2.772-3.465C7.376%2012.987%206.5%2011.231%206.5%209.712%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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