geo location icon
geo-location-outline from Health Icons by Resolve to Save Lives · Outline · Symbols · MIT Free for personal and commercial use.
- Name
- geo-location-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Symbols
- Viewbox
- 48×48
- License
- MIT
- Aliases
- geo-location2x-outline
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 48 48"><path fill="currentColor" fill-rule="evenodd" d="M15.517 11.535A11.96 11.96 0 0 1 24 8c3.18 0 6.232 1.27 8.483 3.535A12.12 12.12 0 0 1 36 20.077c0 5.526-3.064 10.528-6.256 14.221a41.4 41.4 0 0 1-4.363 4.328A36 36 0 0 1 24 39.752a37 37 0 0 1-1.381-1.126a41.4 41.4 0 0 1-4.363-4.328C15.064 30.605 12 25.603 12 20.077c0-3.205 1.266-6.277 3.517-8.542m7.907 30.282L24 41l.576.817a1 1 0 0 1-1.152 0m0 0L24 41l.576.817l.004-.002l.01-.007l.03-.023l.118-.085q.152-.111.43-.324c.368-.282.89-.697 1.513-1.23a43.4 43.4 0 0 0 4.575-4.54C34.564 31.78 38 26.32 38 20.076c0-3.73-1.474-7.31-4.098-9.95A13.96 13.96 0 0 0 24 6a13.96 13.96 0 0 0-9.902 4.125A14.12 14.12 0 0 0 10 20.077c0 6.243 3.436 11.703 6.744 15.529a43.4 43.4 0 0 0 4.575 4.54c.624.533 1.145.948 1.513 1.23a26 26 0 0 0 .547.41l.032.022l.009.007zM20 20a4 4 0 1 1 8 0a4 4 0 0 1-8 0m4-6a6 6 0 1 0 0 12a6 6 0 0 0 0-12" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsGeoLocationOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M15.517 11.535A11.96 11.96 0 0 1 24 8c3.18 0 6.232 1.27 8.483 3.535A12.12 12.12 0 0 1 36 20.077c0 5.526-3.064 10.528-6.256 14.221a41.4 41.4 0 0 1-4.363 4.328A36 36 0 0 1 24 39.752a37 37 0 0 1-1.381-1.126a41.4 41.4 0 0 1-4.363-4.328C15.064 30.605 12 25.603 12 20.077c0-3.205 1.266-6.277 3.517-8.542m7.907 30.282L24 41l.576.817a1 1 0 0 1-1.152 0m0 0L24 41l.576.817l.004-.002l.01-.007l.03-.023l.118-.085q.152-.111.43-.324c.368-.282.89-.697 1.513-1.23a43.4 43.4 0 0 0 4.575-4.54C34.564 31.78 38 26.32 38 20.076c0-3.73-1.474-7.31-4.098-9.95A13.96 13.96 0 0 0 24 6a13.96 13.96 0 0 0-9.902 4.125A14.12 14.12 0 0 0 10 20.077c0 6.243 3.436 11.703 6.744 15.529a43.4 43.4 0 0 0 4.575 4.54c.624.533 1.145.948 1.513 1.23a26 26 0 0 0 .547.41l.032.022l.009.007zM20 20a4 4 0 1 1 8 0a4 4 0 0 1-8 0m4-6a6 6 0 1 0 0 12a6 6 0 0 0 0-12" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M15.517 11.535A11.96 11.96 0 0 1 24 8c3.18 0 6.232 1.27 8.483 3.535A12.12 12.12 0 0 1 36 20.077c0 5.526-3.064 10.528-6.256 14.221a41.4 41.4 0 0 1-4.363 4.328A36 36 0 0 1 24 39.752a37 37 0 0 1-1.381-1.126a41.4 41.4 0 0 1-4.363-4.328C15.064 30.605 12 25.603 12 20.077c0-3.205 1.266-6.277 3.517-8.542m7.907 30.282L24 41l.576.817a1 1 0 0 1-1.152 0m0 0L24 41l.576.817l.004-.002l.01-.007l.03-.023l.118-.085q.152-.111.43-.324c.368-.282.89-.697 1.513-1.23a43.4 43.4 0 0 0 4.575-4.54C34.564 31.78 38 26.32 38 20.076c0-3.73-1.474-7.31-4.098-9.95A13.96 13.96 0 0 0 24 6a13.96 13.96 0 0 0-9.902 4.125A14.12 14.12 0 0 0 10 20.077c0 6.243 3.436 11.703 6.744 15.529a43.4 43.4 0 0 0 4.575 4.54c.624.533 1.145.948 1.513 1.23a26 26 0 0 0 .547.41l.032.022l.009.007zM20 20a4 4 0 1 1 8 0a4 4 0 0 1-8 0m4-6a6 6 0 1 0 0 12a6 6 0 0 0 0-12" clip-rule="evenodd"/></svg> </template>
CSS
.icon-geo-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M15.517%2011.535A11.96%2011.96%200%200%201%2024%208c3.18%200%206.232%201.27%208.483%203.535A12.12%2012.12%200%200%201%2036%2020.077c0%205.526-3.064%2010.528-6.256%2014.221a41.4%2041.4%200%200%201-4.363%204.328A36%2036%200%200%201%2024%2039.752a37%2037%200%200%201-1.381-1.126a41.4%2041.4%200%200%201-4.363-4.328C15.064%2030.605%2012%2025.603%2012%2020.077c0-3.205%201.266-6.277%203.517-8.542m7.907%2030.282L24%2041l.576.817a1%201%200%200%201-1.152%200m0%200L24%2041l.576.817l.004-.002l.01-.007l.03-.023l.118-.085q.152-.111.43-.324c.368-.282.89-.697%201.513-1.23a43.4%2043.4%200%200%200%204.575-4.54C34.564%2031.78%2038%2026.32%2038%2020.076c0-3.73-1.474-7.31-4.098-9.95A13.96%2013.96%200%200%200%2024%206a13.96%2013.96%200%200%200-9.902%204.125A14.12%2014.12%200%200%200%2010%2020.077c0%206.243%203.436%2011.703%206.744%2015.529a43.4%2043.4%200%200%200%204.575%204.54c.624.533%201.145.948%201.513%201.23a26%2026%200%200%200%20.547.41l.032.022l.009.007zM20%2020a4%204%200%201%201%208%200a4%204%200%200%201-8%200m4-6a6%206%200%201%200%200%2012a6%206%200%200%200%200-12%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M15.517%2011.535A11.96%2011.96%200%200%201%2024%208c3.18%200%206.232%201.27%208.483%203.535A12.12%2012.12%200%200%201%2036%2020.077c0%205.526-3.064%2010.528-6.256%2014.221a41.4%2041.4%200%200%201-4.363%204.328A36%2036%200%200%201%2024%2039.752a37%2037%200%200%201-1.381-1.126a41.4%2041.4%200%200%201-4.363-4.328C15.064%2030.605%2012%2025.603%2012%2020.077c0-3.205%201.266-6.277%203.517-8.542m7.907%2030.282L24%2041l.576.817a1%201%200%200%201-1.152%200m0%200L24%2041l.576.817l.004-.002l.01-.007l.03-.023l.118-.085q.152-.111.43-.324c.368-.282.89-.697%201.513-1.23a43.4%2043.4%200%200%200%204.575-4.54C34.564%2031.78%2038%2026.32%2038%2020.076c0-3.73-1.474-7.31-4.098-9.95A13.96%2013.96%200%200%200%2024%206a13.96%2013.96%200%200%200-9.902%204.125A14.12%2014.12%200%200%200%2010%2020.077c0%206.243%203.436%2011.703%206.744%2015.529a43.4%2043.4%200%200%200%204.575%204.54c.624.533%201.145.948%201.513%201.23a26%2026%200%200%200%20.547.41l.032.022l.009.007zM20%2020a4%204%200%201%201%208%200a4%204%200%200%201-8%200m4-6a6%206%200%201%200%200%2012a6%206%200%200%200%200-12%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/geo-location-outline.svg?color=%231a73e8&size=48