globe-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.

Name
globe-bold
Set
Phosphor
Style
Bold
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 20a108 108 0 1 0 108 108A108.12 108.12 0 0 0 128 20m0 187a113.4 113.4 0 0 1-20.39-35h40.82a117 117 0 0 1-10 20.77A108.6 108.6 0 0 1 128 207m-26.49-59a135.4 135.4 0 0 1 0-40h53a135.4 135.4 0 0 1 0 40ZM44 128a83.5 83.5 0 0 1 2.43-20h30.82a160.6 160.6 0 0 0 0 40H46.43A83.5 83.5 0 0 1 44 128m84-79a113.4 113.4 0 0 1 20.39 35h-40.8a117 117 0 0 1 10-20.77A108.6 108.6 0 0 1 128 49m50.73 59h30.82a83.5 83.5 0 0 1 0 40h-30.8a160.6 160.6 0 0 0 0-40Zm20.77-24h-25.79a140.8 140.8 0 0 0-15.5-34.36A84.5 84.5 0 0 1 199.52 84ZM97.79 49.64A140.8 140.8 0 0 0 82.29 84H56.48a84.5 84.5 0 0 1 41.31-34.36M56.48 172h25.81a140.8 140.8 0 0 0 15.5 34.36A84.5 84.5 0 0 1 56.48 172m101.73 34.36a140.8 140.8 0 0 0 15.5-34.36h25.81a84.5 84.5 0 0 1-41.31 34.36"/></svg>

React

import type { SVGProps } from "react";

export function PhGlobeBold(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 20a108 108 0 1 0 108 108A108.12 108.12 0 0 0 128 20m0 187a113.4 113.4 0 0 1-20.39-35h40.82a117 117 0 0 1-10 20.77A108.6 108.6 0 0 1 128 207m-26.49-59a135.4 135.4 0 0 1 0-40h53a135.4 135.4 0 0 1 0 40ZM44 128a83.5 83.5 0 0 1 2.43-20h30.82a160.6 160.6 0 0 0 0 40H46.43A83.5 83.5 0 0 1 44 128m84-79a113.4 113.4 0 0 1 20.39 35h-40.8a117 117 0 0 1 10-20.77A108.6 108.6 0 0 1 128 49m50.73 59h30.82a83.5 83.5 0 0 1 0 40h-30.8a160.6 160.6 0 0 0 0-40Zm20.77-24h-25.79a140.8 140.8 0 0 0-15.5-34.36A84.5 84.5 0 0 1 199.52 84ZM97.79 49.64A140.8 140.8 0 0 0 82.29 84H56.48a84.5 84.5 0 0 1 41.31-34.36M56.48 172h25.81a140.8 140.8 0 0 0 15.5 34.36A84.5 84.5 0 0 1 56.48 172m101.73 34.36a140.8 140.8 0 0 0 15.5-34.36h25.81a84.5 84.5 0 0 1-41.31 34.36"/></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 20a108 108 0 1 0 108 108A108.12 108.12 0 0 0 128 20m0 187a113.4 113.4 0 0 1-20.39-35h40.82a117 117 0 0 1-10 20.77A108.6 108.6 0 0 1 128 207m-26.49-59a135.4 135.4 0 0 1 0-40h53a135.4 135.4 0 0 1 0 40ZM44 128a83.5 83.5 0 0 1 2.43-20h30.82a160.6 160.6 0 0 0 0 40H46.43A83.5 83.5 0 0 1 44 128m84-79a113.4 113.4 0 0 1 20.39 35h-40.8a117 117 0 0 1 10-20.77A108.6 108.6 0 0 1 128 49m50.73 59h30.82a83.5 83.5 0 0 1 0 40h-30.8a160.6 160.6 0 0 0 0-40Zm20.77-24h-25.79a140.8 140.8 0 0 0-15.5-34.36A84.5 84.5 0 0 1 199.52 84ZM97.79 49.64A140.8 140.8 0 0 0 82.29 84H56.48a84.5 84.5 0 0 1 41.31-34.36M56.48 172h25.81a140.8 140.8 0 0 0 15.5 34.36A84.5 84.5 0 0 1 56.48 172m101.73 34.36a140.8 140.8 0 0 0 15.5-34.36h25.81a84.5 84.5 0 0 1-41.31 34.36"/></svg>
</template>

CSS

.icon-globe-bold {
  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%2020a108%20108%200%201%200%20108%20108A108.12%20108.12%200%200%200%20128%2020m0%20187a113.4%20113.4%200%200%201-20.39-35h40.82a117%20117%200%200%201-10%2020.77A108.6%20108.6%200%200%201%20128%20207m-26.49-59a135.4%20135.4%200%200%201%200-40h53a135.4%20135.4%200%200%201%200%2040ZM44%20128a83.5%2083.5%200%200%201%202.43-20h30.82a160.6%20160.6%200%200%200%200%2040H46.43A83.5%2083.5%200%200%201%2044%20128m84-79a113.4%20113.4%200%200%201%2020.39%2035h-40.8a117%20117%200%200%201%2010-20.77A108.6%20108.6%200%200%201%20128%2049m50.73%2059h30.82a83.5%2083.5%200%200%201%200%2040h-30.8a160.6%20160.6%200%200%200%200-40Zm20.77-24h-25.79a140.8%20140.8%200%200%200-15.5-34.36A84.5%2084.5%200%200%201%20199.52%2084ZM97.79%2049.64A140.8%20140.8%200%200%200%2082.29%2084H56.48a84.5%2084.5%200%200%201%2041.31-34.36M56.48%20172h25.81a140.8%20140.8%200%200%200%2015.5%2034.36A84.5%2084.5%200%200%201%2056.48%20172m101.73%2034.36a140.8%20140.8%200%200%200%2015.5-34.36h25.81a84.5%2084.5%200%200%201-41.31%2034.36%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%2020a108%20108%200%201%200%20108%20108A108.12%20108.12%200%200%200%20128%2020m0%20187a113.4%20113.4%200%200%201-20.39-35h40.82a117%20117%200%200%201-10%2020.77A108.6%20108.6%200%200%201%20128%20207m-26.49-59a135.4%20135.4%200%200%201%200-40h53a135.4%20135.4%200%200%201%200%2040ZM44%20128a83.5%2083.5%200%200%201%202.43-20h30.82a160.6%20160.6%200%200%200%200%2040H46.43A83.5%2083.5%200%200%201%2044%20128m84-79a113.4%20113.4%200%200%201%2020.39%2035h-40.8a117%20117%200%200%201%2010-20.77A108.6%20108.6%200%200%201%20128%2049m50.73%2059h30.82a83.5%2083.5%200%200%201%200%2040h-30.8a160.6%20160.6%200%200%200%200-40Zm20.77-24h-25.79a140.8%20140.8%200%200%200-15.5-34.36A84.5%2084.5%200%200%201%20199.52%2084ZM97.79%2049.64A140.8%20140.8%200%200%200%2082.29%2084H56.48a84.5%2084.5%200%200%201%2041.31-34.36M56.48%20172h25.81a140.8%20140.8%200%200%200%2015.5%2034.36A84.5%2084.5%200%200%201%2056.48%20172m101.73%2034.36a140.8%20140.8%200%200%200%2015.5-34.36h25.81a84.5%2084.5%200%200%201-41.31%2034.36%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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