globe from Health Icons by Resolve to Save Lives · Filled · Symbols · MIT Free for personal and commercial use.

Name
globe
Set
Health Icons
Style
Filled
Category
Symbols
Viewbox
48×48
License
MIT

3 other variants in Health Icons

The same icon in other sets

More symbols icons from Health Icons

Use the globe 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="M11.39 39.525A19.92 19.92 0 0 0 24 44c11.046 0 20-8.954 20-20S35.046 4 24 4S4 12.954 4 24a19.95 19.95 0 0 0 6.382 14.648l.3.428a1 1 0 0 0 .473.363zM42 24.134a1 1 0 0 0-.5-.134h-7.834a2.76 2.76 0 0 0-1.713.595a2.8 2.8 0 0 0-.983 1.526v.003l-.889 3.614a2.84 2.84 0 0 0 .503 2.397a2.76 2.76 0 0 0 2.193 1.084h.439l.988 5.611C31.304 40.83 27.79 42 24 42a17.9 17.9 0 0 1-10.104-3.102l1.53-8.585h1.007a3.55 3.55 0 0 0 2.812-1.378a3.59 3.59 0 0 0 .65-3.067l-1.283-5.163l-.001-.003a3.58 3.58 0 0 0-1.267-1.948A3.55 3.55 0 0 0 15.149 18H7.024C9.495 11.009 16.163 6 24 6c1.344 0 2.654.147 3.915.427l-.433 1.417h-.19a2.293 2.293 0 0 0-2.224 2.844q.024.097.067.187l2.61 5.505A2.29 2.29 0 0 0 29.939 18h11.037A18 18 0 0 1 42 24z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsGlobe(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="M11.39 39.525A19.92 19.92 0 0 0 24 44c11.046 0 20-8.954 20-20S35.046 4 24 4S4 12.954 4 24a19.95 19.95 0 0 0 6.382 14.648l.3.428a1 1 0 0 0 .473.363zM42 24.134a1 1 0 0 0-.5-.134h-7.834a2.76 2.76 0 0 0-1.713.595a2.8 2.8 0 0 0-.983 1.526v.003l-.889 3.614a2.84 2.84 0 0 0 .503 2.397a2.76 2.76 0 0 0 2.193 1.084h.439l.988 5.611C31.304 40.83 27.79 42 24 42a17.9 17.9 0 0 1-10.104-3.102l1.53-8.585h1.007a3.55 3.55 0 0 0 2.812-1.378a3.59 3.59 0 0 0 .65-3.067l-1.283-5.163l-.001-.003a3.58 3.58 0 0 0-1.267-1.948A3.55 3.55 0 0 0 15.149 18H7.024C9.495 11.009 16.163 6 24 6c1.344 0 2.654.147 3.915.427l-.433 1.417h-.19a2.293 2.293 0 0 0-2.224 2.844q.024.097.067.187l2.61 5.505A2.29 2.29 0 0 0 29.939 18h11.037A18 18 0 0 1 42 24z" 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="M11.39 39.525A19.92 19.92 0 0 0 24 44c11.046 0 20-8.954 20-20S35.046 4 24 4S4 12.954 4 24a19.95 19.95 0 0 0 6.382 14.648l.3.428a1 1 0 0 0 .473.363zM42 24.134a1 1 0 0 0-.5-.134h-7.834a2.76 2.76 0 0 0-1.713.595a2.8 2.8 0 0 0-.983 1.526v.003l-.889 3.614a2.84 2.84 0 0 0 .503 2.397a2.76 2.76 0 0 0 2.193 1.084h.439l.988 5.611C31.304 40.83 27.79 42 24 42a17.9 17.9 0 0 1-10.104-3.102l1.53-8.585h1.007a3.55 3.55 0 0 0 2.812-1.378a3.59 3.59 0 0 0 .65-3.067l-1.283-5.163l-.001-.003a3.58 3.58 0 0 0-1.267-1.948A3.55 3.55 0 0 0 15.149 18H7.024C9.495 11.009 16.163 6 24 6c1.344 0 2.654.147 3.915.427l-.433 1.417h-.19a2.293 2.293 0 0 0-2.224 2.844q.024.097.067.187l2.61 5.505A2.29 2.29 0 0 0 29.939 18h11.037A18 18 0 0 1 42 24z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-globe {
  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%22M11.39%2039.525A19.92%2019.92%200%200%200%2024%2044c11.046%200%2020-8.954%2020-20S35.046%204%2024%204S4%2012.954%204%2024a19.95%2019.95%200%200%200%206.382%2014.648l.3.428a1%201%200%200%200%20.473.363zM42%2024.134a1%201%200%200%200-.5-.134h-7.834a2.76%202.76%200%200%200-1.713.595a2.8%202.8%200%200%200-.983%201.526v.003l-.889%203.614a2.84%202.84%200%200%200%20.503%202.397a2.76%202.76%200%200%200%202.193%201.084h.439l.988%205.611C31.304%2040.83%2027.79%2042%2024%2042a17.9%2017.9%200%200%201-10.104-3.102l1.53-8.585h1.007a3.55%203.55%200%200%200%202.812-1.378a3.59%203.59%200%200%200%20.65-3.067l-1.283-5.163l-.001-.003a3.58%203.58%200%200%200-1.267-1.948A3.55%203.55%200%200%200%2015.149%2018H7.024C9.495%2011.009%2016.163%206%2024%206c1.344%200%202.654.147%203.915.427l-.433%201.417h-.19a2.293%202.293%200%200%200-2.224%202.844q.024.097.067.187l2.61%205.505A2.29%202.29%200%200%200%2029.939%2018h11.037A18%2018%200%200%201%2042%2024z%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%22M11.39%2039.525A19.92%2019.92%200%200%200%2024%2044c11.046%200%2020-8.954%2020-20S35.046%204%2024%204S4%2012.954%204%2024a19.95%2019.95%200%200%200%206.382%2014.648l.3.428a1%201%200%200%200%20.473.363zM42%2024.134a1%201%200%200%200-.5-.134h-7.834a2.76%202.76%200%200%200-1.713.595a2.8%202.8%200%200%200-.983%201.526v.003l-.889%203.614a2.84%202.84%200%200%200%20.503%202.397a2.76%202.76%200%200%200%202.193%201.084h.439l.988%205.611C31.304%2040.83%2027.79%2042%2024%2042a17.9%2017.9%200%200%201-10.104-3.102l1.53-8.585h1.007a3.55%203.55%200%200%200%202.812-1.378a3.59%203.59%200%200%200%20.65-3.067l-1.283-5.163l-.001-.003a3.58%203.58%200%200%200-1.267-1.948A3.55%203.55%200%200%200%2015.149%2018H7.024C9.495%2011.009%2016.163%206%2024%206c1.344%200%202.654.147%203.915.427l-.433%201.417h-.19a2.293%202.293%200%200%200-2.224%202.844q.024.097.067.187l2.61%205.505A2.29%202.29%200%200%200%2029.939%2018h11.037A18%2018%200%200%201%2042%2024z%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/globe.svg?color=%231a73e8&size=48