globe-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
globe-light
Set
Phosphor
Style
Light
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the globe icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 26a102 102 0 1 0 102 102A102.12 102.12 0 0 0 128 26m81.57 64h-40.38a132.6 132.6 0 0 0-25.73-50.67A90.29 90.29 0 0 1 209.57 90m8.43 38a89.7 89.7 0 0 1-3.83 26h-42.36a155.4 155.4 0 0 0 0-52h42.36a89.7 89.7 0 0 1 3.83 26m-90 87.83a110 110 0 0 1-15.19-19.45A124.2 124.2 0 0 1 99.35 166h57.3a124.2 124.2 0 0 1-13.46 30.38A110 110 0 0 1 128 215.83M96.45 154a139.2 139.2 0 0 1 0-52h63.1a139.2 139.2 0 0 1 0 52ZM38 128a89.7 89.7 0 0 1 3.83-26h42.36a155.4 155.4 0 0 0 0 52H41.83A89.7 89.7 0 0 1 38 128m90-87.83a110 110 0 0 1 15.19 19.45A124.2 124.2 0 0 1 156.65 90h-57.3a124.2 124.2 0 0 1 13.46-30.38A110 110 0 0 1 128 40.17m-15.46-.84A132.6 132.6 0 0 0 86.81 90H46.43a90.29 90.29 0 0 1 66.11-50.67M46.43 166h40.38a132.6 132.6 0 0 0 25.73 50.67A90.29 90.29 0 0 1 46.43 166m97 50.67A132.6 132.6 0 0 0 169.19 166h40.38a90.29 90.29 0 0 1-66.11 50.67Z"/></svg>

React

import type { SVGProps } from "react";

export function PhGlobeLight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 26a102 102 0 1 0 102 102A102.12 102.12 0 0 0 128 26m81.57 64h-40.38a132.6 132.6 0 0 0-25.73-50.67A90.29 90.29 0 0 1 209.57 90m8.43 38a89.7 89.7 0 0 1-3.83 26h-42.36a155.4 155.4 0 0 0 0-52h42.36a89.7 89.7 0 0 1 3.83 26m-90 87.83a110 110 0 0 1-15.19-19.45A124.2 124.2 0 0 1 99.35 166h57.3a124.2 124.2 0 0 1-13.46 30.38A110 110 0 0 1 128 215.83M96.45 154a139.2 139.2 0 0 1 0-52h63.1a139.2 139.2 0 0 1 0 52ZM38 128a89.7 89.7 0 0 1 3.83-26h42.36a155.4 155.4 0 0 0 0 52H41.83A89.7 89.7 0 0 1 38 128m90-87.83a110 110 0 0 1 15.19 19.45A124.2 124.2 0 0 1 156.65 90h-57.3a124.2 124.2 0 0 1 13.46-30.38A110 110 0 0 1 128 40.17m-15.46-.84A132.6 132.6 0 0 0 86.81 90H46.43a90.29 90.29 0 0 1 66.11-50.67M46.43 166h40.38a132.6 132.6 0 0 0 25.73 50.67A90.29 90.29 0 0 1 46.43 166m97 50.67A132.6 132.6 0 0 0 169.19 166h40.38a90.29 90.29 0 0 1-66.11 50.67Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 26a102 102 0 1 0 102 102A102.12 102.12 0 0 0 128 26m81.57 64h-40.38a132.6 132.6 0 0 0-25.73-50.67A90.29 90.29 0 0 1 209.57 90m8.43 38a89.7 89.7 0 0 1-3.83 26h-42.36a155.4 155.4 0 0 0 0-52h42.36a89.7 89.7 0 0 1 3.83 26m-90 87.83a110 110 0 0 1-15.19-19.45A124.2 124.2 0 0 1 99.35 166h57.3a124.2 124.2 0 0 1-13.46 30.38A110 110 0 0 1 128 215.83M96.45 154a139.2 139.2 0 0 1 0-52h63.1a139.2 139.2 0 0 1 0 52ZM38 128a89.7 89.7 0 0 1 3.83-26h42.36a155.4 155.4 0 0 0 0 52H41.83A89.7 89.7 0 0 1 38 128m90-87.83a110 110 0 0 1 15.19 19.45A124.2 124.2 0 0 1 156.65 90h-57.3a124.2 124.2 0 0 1 13.46-30.38A110 110 0 0 1 128 40.17m-15.46-.84A132.6 132.6 0 0 0 86.81 90H46.43a90.29 90.29 0 0 1 66.11-50.67M46.43 166h40.38a132.6 132.6 0 0 0 25.73 50.67A90.29 90.29 0 0 1 46.43 166m97 50.67A132.6 132.6 0 0 0 169.19 166h40.38a90.29 90.29 0 0 1-66.11 50.67Z"/></svg>
</template>

CSS

.icon-globe-light {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%2026a102%20102%200%201%200%20102%20102A102.12%20102.12%200%200%200%20128%2026m81.57%2064h-40.38a132.6%20132.6%200%200%200-25.73-50.67A90.29%2090.29%200%200%201%20209.57%2090m8.43%2038a89.7%2089.7%200%200%201-3.83%2026h-42.36a155.4%20155.4%200%200%200%200-52h42.36a89.7%2089.7%200%200%201%203.83%2026m-90%2087.83a110%20110%200%200%201-15.19-19.45A124.2%20124.2%200%200%201%2099.35%20166h57.3a124.2%20124.2%200%200%201-13.46%2030.38A110%20110%200%200%201%20128%20215.83M96.45%20154a139.2%20139.2%200%200%201%200-52h63.1a139.2%20139.2%200%200%201%200%2052ZM38%20128a89.7%2089.7%200%200%201%203.83-26h42.36a155.4%20155.4%200%200%200%200%2052H41.83A89.7%2089.7%200%200%201%2038%20128m90-87.83a110%20110%200%200%201%2015.19%2019.45A124.2%20124.2%200%200%201%20156.65%2090h-57.3a124.2%20124.2%200%200%201%2013.46-30.38A110%20110%200%200%201%20128%2040.17m-15.46-.84A132.6%20132.6%200%200%200%2086.81%2090H46.43a90.29%2090.29%200%200%201%2066.11-50.67M46.43%20166h40.38a132.6%20132.6%200%200%200%2025.73%2050.67A90.29%2090.29%200%200%201%2046.43%20166m97%2050.67A132.6%20132.6%200%200%200%20169.19%20166h40.38a90.29%2090.29%200%200%201-66.11%2050.67Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%2026a102%20102%200%201%200%20102%20102A102.12%20102.12%200%200%200%20128%2026m81.57%2064h-40.38a132.6%20132.6%200%200%200-25.73-50.67A90.29%2090.29%200%200%201%20209.57%2090m8.43%2038a89.7%2089.7%200%200%201-3.83%2026h-42.36a155.4%20155.4%200%200%200%200-52h42.36a89.7%2089.7%200%200%201%203.83%2026m-90%2087.83a110%20110%200%200%201-15.19-19.45A124.2%20124.2%200%200%201%2099.35%20166h57.3a124.2%20124.2%200%200%201-13.46%2030.38A110%20110%200%200%201%20128%20215.83M96.45%20154a139.2%20139.2%200%200%201%200-52h63.1a139.2%20139.2%200%200%201%200%2052ZM38%20128a89.7%2089.7%200%200%201%203.83-26h42.36a155.4%20155.4%200%200%200%200%2052H41.83A89.7%2089.7%200%200%201%2038%20128m90-87.83a110%20110%200%200%201%2015.19%2019.45A124.2%20124.2%200%200%201%20156.65%2090h-57.3a124.2%20124.2%200%200%201%2013.46-30.38A110%20110%200%200%201%20128%2040.17m-15.46-.84A132.6%20132.6%200%200%200%2086.81%2090H46.43a90.29%2090.29%200%200%201%2066.11-50.67M46.43%20166h40.38a132.6%20132.6%200%200%200%2025.73%2050.67A90.29%2090.29%200%200%201%2046.43%20166m97%2050.67A132.6%20132.6%200%200%200%20169.19%20166h40.38a90.29%2090.29%200%200%201-66.11%2050.67Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/globe-light.svg?color=%231a73e8&size=48