globe from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.

Name
globe
Set
Phosphor
Style
Regular
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 24a104 104 0 1 0 104 104A104.12 104.12 0 0 0 128 24m88 104a87.6 87.6 0 0 1-3.33 24h-38.51a157.4 157.4 0 0 0 0-48h38.51a87.6 87.6 0 0 1 3.33 24m-114 40h52a115.1 115.1 0 0 1-26 45a115.3 115.3 0 0 1-26-45m-3.9-16a140.8 140.8 0 0 1 0-48h59.88a140.8 140.8 0 0 1 0 48ZM40 128a87.6 87.6 0 0 1 3.33-24h38.51a157.4 157.4 0 0 0 0 48H43.33A87.6 87.6 0 0 1 40 128m114-40h-52a115.1 115.1 0 0 1 26-45a115.3 115.3 0 0 1 26 45m52.33 0h-35.62a135.3 135.3 0 0 0-22.3-45.6A88.29 88.29 0 0 1 206.37 88Zm-98.74-45.6A135.3 135.3 0 0 0 85.29 88H49.63a88.29 88.29 0 0 1 57.96-45.6M49.63 168h35.66a135.3 135.3 0 0 0 22.3 45.6A88.29 88.29 0 0 1 49.63 168m98.78 45.6a135.3 135.3 0 0 0 22.3-45.6h35.66a88.29 88.29 0 0 1-57.96 45.6"/></svg>

React

import type { SVGProps } from "react";

export function PhGlobe(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 24a104 104 0 1 0 104 104A104.12 104.12 0 0 0 128 24m88 104a87.6 87.6 0 0 1-3.33 24h-38.51a157.4 157.4 0 0 0 0-48h38.51a87.6 87.6 0 0 1 3.33 24m-114 40h52a115.1 115.1 0 0 1-26 45a115.3 115.3 0 0 1-26-45m-3.9-16a140.8 140.8 0 0 1 0-48h59.88a140.8 140.8 0 0 1 0 48ZM40 128a87.6 87.6 0 0 1 3.33-24h38.51a157.4 157.4 0 0 0 0 48H43.33A87.6 87.6 0 0 1 40 128m114-40h-52a115.1 115.1 0 0 1 26-45a115.3 115.3 0 0 1 26 45m52.33 0h-35.62a135.3 135.3 0 0 0-22.3-45.6A88.29 88.29 0 0 1 206.37 88Zm-98.74-45.6A135.3 135.3 0 0 0 85.29 88H49.63a88.29 88.29 0 0 1 57.96-45.6M49.63 168h35.66a135.3 135.3 0 0 0 22.3 45.6A88.29 88.29 0 0 1 49.63 168m98.78 45.6a135.3 135.3 0 0 0 22.3-45.6h35.66a88.29 88.29 0 0 1-57.96 45.6"/></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 24a104 104 0 1 0 104 104A104.12 104.12 0 0 0 128 24m88 104a87.6 87.6 0 0 1-3.33 24h-38.51a157.4 157.4 0 0 0 0-48h38.51a87.6 87.6 0 0 1 3.33 24m-114 40h52a115.1 115.1 0 0 1-26 45a115.3 115.3 0 0 1-26-45m-3.9-16a140.8 140.8 0 0 1 0-48h59.88a140.8 140.8 0 0 1 0 48ZM40 128a87.6 87.6 0 0 1 3.33-24h38.51a157.4 157.4 0 0 0 0 48H43.33A87.6 87.6 0 0 1 40 128m114-40h-52a115.1 115.1 0 0 1 26-45a115.3 115.3 0 0 1 26 45m52.33 0h-35.62a135.3 135.3 0 0 0-22.3-45.6A88.29 88.29 0 0 1 206.37 88Zm-98.74-45.6A135.3 135.3 0 0 0 85.29 88H49.63a88.29 88.29 0 0 1 57.96-45.6M49.63 168h35.66a135.3 135.3 0 0 0 22.3 45.6A88.29 88.29 0 0 1 49.63 168m98.78 45.6a135.3 135.3 0 0 0 22.3-45.6h35.66a88.29 88.29 0 0 1-57.96 45.6"/></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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%2024a104%20104%200%201%200%20104%20104A104.12%20104.12%200%200%200%20128%2024m88%20104a87.6%2087.6%200%200%201-3.33%2024h-38.51a157.4%20157.4%200%200%200%200-48h38.51a87.6%2087.6%200%200%201%203.33%2024m-114%2040h52a115.1%20115.1%200%200%201-26%2045a115.3%20115.3%200%200%201-26-45m-3.9-16a140.8%20140.8%200%200%201%200-48h59.88a140.8%20140.8%200%200%201%200%2048ZM40%20128a87.6%2087.6%200%200%201%203.33-24h38.51a157.4%20157.4%200%200%200%200%2048H43.33A87.6%2087.6%200%200%201%2040%20128m114-40h-52a115.1%20115.1%200%200%201%2026-45a115.3%20115.3%200%200%201%2026%2045m52.33%200h-35.62a135.3%20135.3%200%200%200-22.3-45.6A88.29%2088.29%200%200%201%20206.37%2088Zm-98.74-45.6A135.3%20135.3%200%200%200%2085.29%2088H49.63a88.29%2088.29%200%200%201%2057.96-45.6M49.63%20168h35.66a135.3%20135.3%200%200%200%2022.3%2045.6A88.29%2088.29%200%200%201%2049.63%20168m98.78%2045.6a135.3%20135.3%200%200%200%2022.3-45.6h35.66a88.29%2088.29%200%200%201-57.96%2045.6%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%2024a104%20104%200%201%200%20104%20104A104.12%20104.12%200%200%200%20128%2024m88%20104a87.6%2087.6%200%200%201-3.33%2024h-38.51a157.4%20157.4%200%200%200%200-48h38.51a87.6%2087.6%200%200%201%203.33%2024m-114%2040h52a115.1%20115.1%200%200%201-26%2045a115.3%20115.3%200%200%201-26-45m-3.9-16a140.8%20140.8%200%200%201%200-48h59.88a140.8%20140.8%200%200%201%200%2048ZM40%20128a87.6%2087.6%200%200%201%203.33-24h38.51a157.4%20157.4%200%200%200%200%2048H43.33A87.6%2087.6%200%200%201%2040%20128m114-40h-52a115.1%20115.1%200%200%201%2026-45a115.3%20115.3%200%200%201%2026%2045m52.33%200h-35.62a135.3%20135.3%200%200%200-22.3-45.6A88.29%2088.29%200%200%201%20206.37%2088Zm-98.74-45.6A135.3%20135.3%200%200%200%2085.29%2088H49.63a88.29%2088.29%200%200%201%2057.96-45.6M49.63%20168h35.66a135.3%20135.3%200%200%200%2022.3%2045.6A88.29%2088.29%200%200%201%2049.63%20168m98.78%2045.6a135.3%20135.3%200%200%200%2022.3-45.6h35.66a88.29%2088.29%200%200%201-57.96%2045.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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