geo location icon
geo-location-24px from Health Icons by Resolve to Save Lives · Filled 24px · Symbols · MIT Free for personal and commercial use.
- Name
- geo-location-24px
- Set
- Health Icons
- Style
- Filled 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"><path fill="currentColor" fill-rule="evenodd" d="M13.45 20.281c2.672-3.119 6.05-7.063 6.05-10.61C19.5 5.435 16.142 2 12 2S4.5 5.435 4.5 9.671c0 3.547 3.378 7.491 6.05 10.61c.52.608 1.014 1.183 1.45 1.719c.436-.536.93-1.111 1.45-1.719M12 12a2.75 2.75 0 1 0 0-5.5a2.75 2.75 0 0 0 0 5.5" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsGeoLocation24px(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M13.45 20.281c2.672-3.119 6.05-7.063 6.05-10.61C19.5 5.435 16.142 2 12 2S4.5 5.435 4.5 9.671c0 3.547 3.378 7.491 6.05 10.61c.52.608 1.014 1.183 1.45 1.719c.436-.536.93-1.111 1.45-1.719M12 12a2.75 2.75 0 1 0 0-5.5a2.75 2.75 0 0 0 0 5.5" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M13.45 20.281c2.672-3.119 6.05-7.063 6.05-10.61C19.5 5.435 16.142 2 12 2S4.5 5.435 4.5 9.671c0 3.547 3.378 7.491 6.05 10.61c.52.608 1.014 1.183 1.45 1.719c.436-.536.93-1.111 1.45-1.719M12 12a2.75 2.75 0 1 0 0-5.5a2.75 2.75 0 0 0 0 5.5" clip-rule="evenodd"/></svg> </template>
CSS
.icon-geo-location-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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M13.45%2020.281c2.672-3.119%206.05-7.063%206.05-10.61C19.5%205.435%2016.142%202%2012%202S4.5%205.435%204.5%209.671c0%203.547%203.378%207.491%206.05%2010.61c.52.608%201.014%201.183%201.45%201.719c.436-.536.93-1.111%201.45-1.719M12%2012a2.75%202.75%200%201%200%200-5.5a2.75%202.75%200%200%200%200%205.5%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M13.45%2020.281c2.672-3.119%206.05-7.063%206.05-10.61C19.5%205.435%2016.142%202%2012%202S4.5%205.435%204.5%209.671c0%203.547%203.378%207.491%206.05%2010.61c.52.608%201.014%201.183%201.45%201.719c.436-.536.93-1.111%201.45-1.719M12%2012a2.75%202.75%200%201%200%200-5.5a2.75%202.75%200%200%200%200%205.5%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-24px.svg?color=%231a73e8&size=48