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

Name
globe-outline
Set
Health Icons
Style
Outline
Category
Symbols
Viewbox
48×48
License
MIT
Aliases
globe2x-outline

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="M44 24c0 11.046-8.954 20-20 20S4 35.046 4 24S12.954 4 24 4s20 8.954 20 20m-3.024-6A18 18 0 0 1 42 24h-8.334a2.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.438l.99 5.611C31.304 40.83 27.788 42 24 42a17.9 17.9 0 0 1-10.105-3.102l1.53-8.585h1.008a3.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 18zm-.847-2A18.06 18.06 0 0 0 29.84 6.969l-.662 2.167a1 1 0 0 1-.956.708h-.93a.294.294 0 0 0-.286.23a.3.3 0 0 0-.006.067l2.588 5.457q.041.088.066.183a.29.29 0 0 0 .282.219zm-6.466 10h8.227a17.96 17.96 0 0 1-5.902 11.427l-.949-5.381a1 1 0 0 0-.984-.827h-1.278a.75.75 0 0 1-.334-.078a.8.8 0 0 1-.273-.225a.82.82 0 0 1-.146-.703l.887-3.609a.8.8 0 0 1 .282-.44a.76.76 0 0 1 .47-.164M6.446 20A18 18 0 0 0 6 24a17.96 17.96 0 0 0 6.11 13.515l1.493-8.377a1 1 0 0 1 .985-.825h1.845a1.56 1.56 0 0 0 1.233-.605a1.59 1.59 0 0 0 .287-1.36l-1.282-5.157v-.002a1.58 1.58 0 0 0-.559-.859a1.55 1.55 0 0 0-.96-.33z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsGlobeOutline(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="M44 24c0 11.046-8.954 20-20 20S4 35.046 4 24S12.954 4 24 4s20 8.954 20 20m-3.024-6A18 18 0 0 1 42 24h-8.334a2.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.438l.99 5.611C31.304 40.83 27.788 42 24 42a17.9 17.9 0 0 1-10.105-3.102l1.53-8.585h1.008a3.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 18zm-.847-2A18.06 18.06 0 0 0 29.84 6.969l-.662 2.167a1 1 0 0 1-.956.708h-.93a.294.294 0 0 0-.286.23a.3.3 0 0 0-.006.067l2.588 5.457q.041.088.066.183a.29.29 0 0 0 .282.219zm-6.466 10h8.227a17.96 17.96 0 0 1-5.902 11.427l-.949-5.381a1 1 0 0 0-.984-.827h-1.278a.75.75 0 0 1-.334-.078a.8.8 0 0 1-.273-.225a.82.82 0 0 1-.146-.703l.887-3.609a.8.8 0 0 1 .282-.44a.76.76 0 0 1 .47-.164M6.446 20A18 18 0 0 0 6 24a17.96 17.96 0 0 0 6.11 13.515l1.493-8.377a1 1 0 0 1 .985-.825h1.845a1.56 1.56 0 0 0 1.233-.605a1.59 1.59 0 0 0 .287-1.36l-1.282-5.157v-.002a1.58 1.58 0 0 0-.559-.859a1.55 1.55 0 0 0-.96-.33z" 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="M44 24c0 11.046-8.954 20-20 20S4 35.046 4 24S12.954 4 24 4s20 8.954 20 20m-3.024-6A18 18 0 0 1 42 24h-8.334a2.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.438l.99 5.611C31.304 40.83 27.788 42 24 42a17.9 17.9 0 0 1-10.105-3.102l1.53-8.585h1.008a3.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 18zm-.847-2A18.06 18.06 0 0 0 29.84 6.969l-.662 2.167a1 1 0 0 1-.956.708h-.93a.294.294 0 0 0-.286.23a.3.3 0 0 0-.006.067l2.588 5.457q.041.088.066.183a.29.29 0 0 0 .282.219zm-6.466 10h8.227a17.96 17.96 0 0 1-5.902 11.427l-.949-5.381a1 1 0 0 0-.984-.827h-1.278a.75.75 0 0 1-.334-.078a.8.8 0 0 1-.273-.225a.82.82 0 0 1-.146-.703l.887-3.609a.8.8 0 0 1 .282-.44a.76.76 0 0 1 .47-.164M6.446 20A18 18 0 0 0 6 24a17.96 17.96 0 0 0 6.11 13.515l1.493-8.377a1 1 0 0 1 .985-.825h1.845a1.56 1.56 0 0 0 1.233-.605a1.59 1.59 0 0 0 .287-1.36l-1.282-5.157v-.002a1.58 1.58 0 0 0-.559-.859a1.55 1.55 0 0 0-.96-.33z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-globe-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%22M44%2024c0%2011.046-8.954%2020-20%2020S4%2035.046%204%2024S12.954%204%2024%204s20%208.954%2020%2020m-3.024-6A18%2018%200%200%201%2042%2024h-8.334a2.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.438l.99%205.611C31.304%2040.83%2027.788%2042%2024%2042a17.9%2017.9%200%200%201-10.105-3.102l1.53-8.585h1.008a3.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%2018zm-.847-2A18.06%2018.06%200%200%200%2029.84%206.969l-.662%202.167a1%201%200%200%201-.956.708h-.93a.294.294%200%200%200-.286.23a.3.3%200%200%200-.006.067l2.588%205.457q.041.088.066.183a.29.29%200%200%200%20.282.219zm-6.466%2010h8.227a17.96%2017.96%200%200%201-5.902%2011.427l-.949-5.381a1%201%200%200%200-.984-.827h-1.278a.75.75%200%200%201-.334-.078a.8.8%200%200%201-.273-.225a.82.82%200%200%201-.146-.703l.887-3.609a.8.8%200%200%201%20.282-.44a.76.76%200%200%201%20.47-.164M6.446%2020A18%2018%200%200%200%206%2024a17.96%2017.96%200%200%200%206.11%2013.515l1.493-8.377a1%201%200%200%201%20.985-.825h1.845a1.56%201.56%200%200%200%201.233-.605a1.59%201.59%200%200%200%20.287-1.36l-1.282-5.157v-.002a1.58%201.58%200%200%200-.559-.859a1.55%201.55%200%200%200-.96-.33z%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%22M44%2024c0%2011.046-8.954%2020-20%2020S4%2035.046%204%2024S12.954%204%2024%204s20%208.954%2020%2020m-3.024-6A18%2018%200%200%201%2042%2024h-8.334a2.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.438l.99%205.611C31.304%2040.83%2027.788%2042%2024%2042a17.9%2017.9%200%200%201-10.105-3.102l1.53-8.585h1.008a3.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%2018zm-.847-2A18.06%2018.06%200%200%200%2029.84%206.969l-.662%202.167a1%201%200%200%201-.956.708h-.93a.294.294%200%200%200-.286.23a.3.3%200%200%200-.006.067l2.588%205.457q.041.088.066.183a.29.29%200%200%200%20.282.219zm-6.466%2010h8.227a17.96%2017.96%200%200%201-5.902%2011.427l-.949-5.381a1%201%200%200%200-.984-.827h-1.278a.75.75%200%200%201-.334-.078a.8.8%200%200%201-.273-.225a.82.82%200%200%201-.146-.703l.887-3.609a.8.8%200%200%201%20.282-.44a.76.76%200%200%201%20.47-.164M6.446%2020A18%2018%200%200%200%206%2024a17.96%2017.96%200%200%200%206.11%2013.515l1.493-8.377a1%201%200%200%201%20.985-.825h1.845a1.56%201.56%200%200%200%201.233-.605a1.59%201.59%200%200%200%20.287-1.36l-1.282-5.157v-.002a1.58%201.58%200%200%200-.559-.859a1.55%201.55%200%200%200-.96-.33z%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-outline.svg?color=%231a73e8&size=48