globe negative icon
globe-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- globe-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Use the globe 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(#healthiconsGlobeNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm24 42a17.92 17.92 0 0 0 11.103-3.831l-1.048-5.95h-1.278a1.75 1.75 0 0 1-.779-.183a1.8 1.8 0 0 1-.62-.51a1.82 1.82 0 0 1-.326-1.55l.889-3.613c.097-.39.32-.737.632-.983a1.76 1.76 0 0 1 1.093-.38H41.5q.21.772.33 1.49q.169-1.222.17-2.49c0-2.483-.503-4.848-1.412-7h-10.65a1.29 1.29 0 0 1-1.254-.973l-2.646-5.58a1.29 1.29 0 0 1 1.255-1.603h.929l.664-2.173A18 18 0 0 0 24 6C15.794 6 8.87 11.491 6.704 19h8.446a2.55 2.55 0 0 1 1.578.542c.451.353.773.847.913 1.405l1.283 5.16a2.6 2.6 0 0 1-.469 2.215a2.57 2.57 0 0 1-2.022.991h-1.845l-1.592 8.933A17.92 17.92 0 0 0 24 42m0 2c11.046 0 20-8.954 20-20S35.046 4 24 4S4 12.954 4 24s8.954 20 20 20" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsGlobeNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsGlobeNegative(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(#healthiconsGlobeNegative)"><path fill="currentColor" fillRule="evenodd" d="M0 0h48v48H0zm24 42a17.92 17.92 0 0 0 11.103-3.831l-1.048-5.95h-1.278a1.75 1.75 0 0 1-.779-.183a1.8 1.8 0 0 1-.62-.51a1.82 1.82 0 0 1-.326-1.55l.889-3.613c.097-.39.32-.737.632-.983a1.76 1.76 0 0 1 1.093-.38H41.5q.21.772.33 1.49q.169-1.222.17-2.49c0-2.483-.503-4.848-1.412-7h-10.65a1.29 1.29 0 0 1-1.254-.973l-2.646-5.58a1.29 1.29 0 0 1 1.255-1.603h.929l.664-2.173A18 18 0 0 0 24 6C15.794 6 8.87 11.491 6.704 19h8.446a2.55 2.55 0 0 1 1.578.542c.451.353.773.847.913 1.405l1.283 5.16a2.6 2.6 0 0 1-.469 2.215a2.57 2.57 0 0 1-2.022.991h-1.845l-1.592 8.933A17.92 17.92 0 0 0 24 42m0 2c11.046 0 20-8.954 20-20S35.046 4 24 4S4 12.954 4 24s8.954 20 20 20" clipRule="evenodd"/></g><defs><clipPath id="healthiconsGlobeNegative"><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(#healthiconsGlobeNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm24 42a17.92 17.92 0 0 0 11.103-3.831l-1.048-5.95h-1.278a1.75 1.75 0 0 1-.779-.183a1.8 1.8 0 0 1-.62-.51a1.82 1.82 0 0 1-.326-1.55l.889-3.613c.097-.39.32-.737.632-.983a1.76 1.76 0 0 1 1.093-.38H41.5q.21.772.33 1.49q.169-1.222.17-2.49c0-2.483-.503-4.848-1.412-7h-10.65a1.29 1.29 0 0 1-1.254-.973l-2.646-5.58a1.29 1.29 0 0 1 1.255-1.603h.929l.664-2.173A18 18 0 0 0 24 6C15.794 6 8.87 11.491 6.704 19h8.446a2.55 2.55 0 0 1 1.578.542c.451.353.773.847.913 1.405l1.283 5.16a2.6 2.6 0 0 1-.469 2.215a2.57 2.57 0 0 1-2.022.991h-1.845l-1.592 8.933A17.92 17.92 0 0 0 24 42m0 2c11.046 0 20-8.954 20-20S35.046 4 24 4S4 12.954 4 24s8.954 20 20 20" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsGlobeNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-globe-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(%23healthiconsGlobeNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm24%2042a17.92%2017.92%200%200%200%2011.103-3.831l-1.048-5.95h-1.278a1.75%201.75%200%200%201-.779-.183a1.8%201.8%200%200%201-.62-.51a1.82%201.82%200%200%201-.326-1.55l.889-3.613c.097-.39.32-.737.632-.983a1.76%201.76%200%200%201%201.093-.38H41.5q.21.772.33%201.49q.169-1.222.17-2.49c0-2.483-.503-4.848-1.412-7h-10.65a1.29%201.29%200%200%201-1.254-.973l-2.646-5.58a1.29%201.29%200%200%201%201.255-1.603h.929l.664-2.173A18%2018%200%200%200%2024%206C15.794%206%208.87%2011.491%206.704%2019h8.446a2.55%202.55%200%200%201%201.578.542c.451.353.773.847.913%201.405l1.283%205.16a2.6%202.6%200%200%201-.469%202.215a2.57%202.57%200%200%201-2.022.991h-1.845l-1.592%208.933A17.92%2017.92%200%200%200%2024%2042m0%202c11.046%200%2020-8.954%2020-20S35.046%204%2024%204S4%2012.954%204%2024s8.954%2020%2020%2020%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsGlobeNegative%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(%23healthiconsGlobeNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm24%2042a17.92%2017.92%200%200%200%2011.103-3.831l-1.048-5.95h-1.278a1.75%201.75%200%200%201-.779-.183a1.8%201.8%200%200%201-.62-.51a1.82%201.82%200%200%201-.326-1.55l.889-3.613c.097-.39.32-.737.632-.983a1.76%201.76%200%200%201%201.093-.38H41.5q.21.772.33%201.49q.169-1.222.17-2.49c0-2.483-.503-4.848-1.412-7h-10.65a1.29%201.29%200%200%201-1.254-.973l-2.646-5.58a1.29%201.29%200%200%201%201.255-1.603h.929l.664-2.173A18%2018%200%200%200%2024%206C15.794%206%208.87%2011.491%206.704%2019h8.446a2.55%202.55%200%200%201%201.578.542c.451.353.773.847.913%201.405l1.283%205.16a2.6%202.6%200%200%201-.469%202.215a2.57%202.57%200%200%201-2.022.991h-1.845l-1.592%208.933A17.92%2017.92%200%200%200%2024%2042m0%202c11.046%200%2020-8.954%2020-20S35.046%204%2024%204S4%2012.954%204%2024s8.954%2020%2020%2020%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsGlobeNegative%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/globe-negative.svg?color=%231a73e8&size=48