geo location negative icon
geo-location-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- geo-location-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Related icons in Health Icons
Use the geo location negative icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsGeoLocationNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM23.424 41.817L24 41zm1.152 0L24 41zm0 0l.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.007l.004.002c.345.243.807.243 1.152 0M24 25a5 5 0 1 0 0-10a5 5 0 0 0 0 10" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsGeoLocationNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsGeoLocationNegative(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clipPath="url(#healthiconsGeoLocationNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM23.424 41.817L24 41zm1.152 0L24 41zm0 0l.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.007l.004.002c.345.243.807.243 1.152 0M24 25a5 5 0 1 0 0-10a5 5 0 0 0 0 10" clipRule="evenodd"/></g><defs><clipPath id="healthiconsGeoLocationNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsGeoLocationNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM23.424 41.817L24 41zm1.152 0L24 41zm0 0l.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.007l.004.002c.345.243.807.243 1.152 0M24 25a5 5 0 1 0 0-10a5 5 0 0 0 0 10" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsGeoLocationNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-geo-location-negative {
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%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsGeoLocationNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM23.424%2041.817L24%2041zm1.152%200L24%2041zm0%200l.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.007l.004.002c.345.243.807.243%201.152%200M24%2025a5%205%200%201%200%200-10a5%205%200%200%200%200%2010%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsGeoLocationNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsGeoLocationNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM23.424%2041.817L24%2041zm1.152%200L24%2041zm0%200l.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.007l.004.002c.345.243.807.243%201.152%200M24%2025a5%205%200%201%200%200-10a5%205%200%200%200%200%2010%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsGeoLocationNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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-negative.svg?color=%231a73e8&size=48