globe x icon

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

Name
globe-x-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 x 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 0 0 0 216a12 12 0 0 0 7.49-21.37c-.25-.2-17.55-14.39-27.9-42.63H128a12 12 0 0 0 0-24h-26.52a135.9 135.9 0 0 1 0-40h53a134 134 0 0 1 1.52 20a12 12 0 0 0 24 0a159 159 0 0 0-1.25-20h30.82a83.5 83.5 0 0 1 2.43 20a12 12 0 0 0 24 0A108.12 108.12 0 0 0 128 20M97.79 49.64A140.8 140.8 0 0 0 82.29 84H56.48a84.46 84.46 0 0 1 41.31-34.36m0 156.72A84.46 84.46 0 0 1 56.48 172h25.81a140.8 140.8 0 0 0 15.5 34.36M77.25 148H46.43a83.5 83.5 0 0 1 0-40h30.82a160.6 160.6 0 0 0 0 40m30.34-64a116.6 116.6 0 0 1 10-20.77A108 108 0 0 1 128 49a113.2 113.2 0 0 1 20.39 35Zm66.12 0a140.8 140.8 0 0 0-15.5-34.36A84.46 84.46 0 0 1 199.52 84Zm50.78 92.49L209 192l15.52 15.51a12 12 0 0 1-17 17L192 209l-15.51 15.52a12 12 0 0 1-17-17L175 192l-15.52-15.51a12 12 0 0 1 17-17L192 175l15.51-15.52a12 12 0 0 1 17 17Z"/></svg>

React

import type { SVGProps } from "react";

export function PhGlobeXBold(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 0 0 0 216a12 12 0 0 0 7.49-21.37c-.25-.2-17.55-14.39-27.9-42.63H128a12 12 0 0 0 0-24h-26.52a135.9 135.9 0 0 1 0-40h53a134 134 0 0 1 1.52 20a12 12 0 0 0 24 0a159 159 0 0 0-1.25-20h30.82a83.5 83.5 0 0 1 2.43 20a12 12 0 0 0 24 0A108.12 108.12 0 0 0 128 20M97.79 49.64A140.8 140.8 0 0 0 82.29 84H56.48a84.46 84.46 0 0 1 41.31-34.36m0 156.72A84.46 84.46 0 0 1 56.48 172h25.81a140.8 140.8 0 0 0 15.5 34.36M77.25 148H46.43a83.5 83.5 0 0 1 0-40h30.82a160.6 160.6 0 0 0 0 40m30.34-64a116.6 116.6 0 0 1 10-20.77A108 108 0 0 1 128 49a113.2 113.2 0 0 1 20.39 35Zm66.12 0a140.8 140.8 0 0 0-15.5-34.36A84.46 84.46 0 0 1 199.52 84Zm50.78 92.49L209 192l15.52 15.51a12 12 0 0 1-17 17L192 209l-15.51 15.52a12 12 0 0 1-17-17L175 192l-15.52-15.51a12 12 0 0 1 17-17L192 175l15.51-15.52a12 12 0 0 1 17 17Z"/></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 0 0 0 216a12 12 0 0 0 7.49-21.37c-.25-.2-17.55-14.39-27.9-42.63H128a12 12 0 0 0 0-24h-26.52a135.9 135.9 0 0 1 0-40h53a134 134 0 0 1 1.52 20a12 12 0 0 0 24 0a159 159 0 0 0-1.25-20h30.82a83.5 83.5 0 0 1 2.43 20a12 12 0 0 0 24 0A108.12 108.12 0 0 0 128 20M97.79 49.64A140.8 140.8 0 0 0 82.29 84H56.48a84.46 84.46 0 0 1 41.31-34.36m0 156.72A84.46 84.46 0 0 1 56.48 172h25.81a140.8 140.8 0 0 0 15.5 34.36M77.25 148H46.43a83.5 83.5 0 0 1 0-40h30.82a160.6 160.6 0 0 0 0 40m30.34-64a116.6 116.6 0 0 1 10-20.77A108 108 0 0 1 128 49a113.2 113.2 0 0 1 20.39 35Zm66.12 0a140.8 140.8 0 0 0-15.5-34.36A84.46 84.46 0 0 1 199.52 84Zm50.78 92.49L209 192l15.52 15.51a12 12 0 0 1-17 17L192 209l-15.51 15.52a12 12 0 0 1-17-17L175 192l-15.52-15.51a12 12 0 0 1 17-17L192 175l15.51-15.52a12 12 0 0 1 17 17Z"/></svg>
</template>

CSS

.icon-globe-x-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%200%200%200%20216a12%2012%200%200%200%207.49-21.37c-.25-.2-17.55-14.39-27.9-42.63H128a12%2012%200%200%200%200-24h-26.52a135.9%20135.9%200%200%201%200-40h53a134%20134%200%200%201%201.52%2020a12%2012%200%200%200%2024%200a159%20159%200%200%200-1.25-20h30.82a83.5%2083.5%200%200%201%202.43%2020a12%2012%200%200%200%2024%200A108.12%20108.12%200%200%200%20128%2020M97.79%2049.64A140.8%20140.8%200%200%200%2082.29%2084H56.48a84.46%2084.46%200%200%201%2041.31-34.36m0%20156.72A84.46%2084.46%200%200%201%2056.48%20172h25.81a140.8%20140.8%200%200%200%2015.5%2034.36M77.25%20148H46.43a83.5%2083.5%200%200%201%200-40h30.82a160.6%20160.6%200%200%200%200%2040m30.34-64a116.6%20116.6%200%200%201%2010-20.77A108%20108%200%200%201%20128%2049a113.2%20113.2%200%200%201%2020.39%2035Zm66.12%200a140.8%20140.8%200%200%200-15.5-34.36A84.46%2084.46%200%200%201%20199.52%2084Zm50.78%2092.49L209%20192l15.52%2015.51a12%2012%200%200%201-17%2017L192%20209l-15.51%2015.52a12%2012%200%200%201-17-17L175%20192l-15.52-15.51a12%2012%200%200%201%2017-17L192%20175l15.51-15.52a12%2012%200%200%201%2017%2017Z%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%200%200%200%20216a12%2012%200%200%200%207.49-21.37c-.25-.2-17.55-14.39-27.9-42.63H128a12%2012%200%200%200%200-24h-26.52a135.9%20135.9%200%200%201%200-40h53a134%20134%200%200%201%201.52%2020a12%2012%200%200%200%2024%200a159%20159%200%200%200-1.25-20h30.82a83.5%2083.5%200%200%201%202.43%2020a12%2012%200%200%200%2024%200A108.12%20108.12%200%200%200%20128%2020M97.79%2049.64A140.8%20140.8%200%200%200%2082.29%2084H56.48a84.46%2084.46%200%200%201%2041.31-34.36m0%20156.72A84.46%2084.46%200%200%201%2056.48%20172h25.81a140.8%20140.8%200%200%200%2015.5%2034.36M77.25%20148H46.43a83.5%2083.5%200%200%201%200-40h30.82a160.6%20160.6%200%200%200%200%2040m30.34-64a116.6%20116.6%200%200%201%2010-20.77A108%20108%200%200%201%20128%2049a113.2%20113.2%200%200%201%2020.39%2035Zm66.12%200a140.8%20140.8%200%200%200-15.5-34.36A84.46%2084.46%200%200%201%20199.52%2084Zm50.78%2092.49L209%20192l15.52%2015.51a12%2012%200%200%201-17%2017L192%20209l-15.51%2015.52a12%2012%200%200%201-17-17L175%20192l-15.52-15.51a12%2012%200%200%201%2017-17L192%20175l15.51-15.52a12%2012%200%200%201%2017%2017Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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