globe stand icon

globe-stand-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
globe-stand-thin
Set
Phosphor
Style
Thin
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the globe stand icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M136 180a76 76 0 1 0-76-76a76.08 76.08 0 0 0 76 76m0-144a68 68 0 1 1-68 68a68.07 68.07 0 0 1 68-68m74.89 140.28a4 4 0 0 1-.12 5.65a107.3 107.3 0 0 1-70.77 30V236h28a4 4 0 0 1 0 8h-64a4 4 0 0 1 0-8h28v-24.08A108 108 0 0 1 58.06 29.23a4 4 0 1 1 5.77 5.54a100 100 0 0 0 141.4 141.39a4 4 0 0 1 5.66.12"/></svg>

React

import type { SVGProps } from "react";

export function PhGlobeStandThin(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="M136 180a76 76 0 1 0-76-76a76.08 76.08 0 0 0 76 76m0-144a68 68 0 1 1-68 68a68.07 68.07 0 0 1 68-68m74.89 140.28a4 4 0 0 1-.12 5.65a107.3 107.3 0 0 1-70.77 30V236h28a4 4 0 0 1 0 8h-64a4 4 0 0 1 0-8h28v-24.08A108 108 0 0 1 58.06 29.23a4 4 0 1 1 5.77 5.54a100 100 0 0 0 141.4 141.39a4 4 0 0 1 5.66.12"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M136 180a76 76 0 1 0-76-76a76.08 76.08 0 0 0 76 76m0-144a68 68 0 1 1-68 68a68.07 68.07 0 0 1 68-68m74.89 140.28a4 4 0 0 1-.12 5.65a107.3 107.3 0 0 1-70.77 30V236h28a4 4 0 0 1 0 8h-64a4 4 0 0 1 0-8h28v-24.08A108 108 0 0 1 58.06 29.23a4 4 0 1 1 5.77 5.54a100 100 0 0 0 141.4 141.39a4 4 0 0 1 5.66.12"/></svg>
</template>

CSS

.icon-globe-stand-thin {
  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%22M136%20180a76%2076%200%201%200-76-76a76.08%2076.08%200%200%200%2076%2076m0-144a68%2068%200%201%201-68%2068a68.07%2068.07%200%200%201%2068-68m74.89%20140.28a4%204%200%200%201-.12%205.65a107.3%20107.3%200%200%201-70.77%2030V236h28a4%204%200%200%201%200%208h-64a4%204%200%200%201%200-8h28v-24.08A108%20108%200%200%201%2058.06%2029.23a4%204%200%201%201%205.77%205.54a100%20100%200%200%200%20141.4%20141.39a4%204%200%200%201%205.66.12%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%22M136%20180a76%2076%200%201%200-76-76a76.08%2076.08%200%200%200%2076%2076m0-144a68%2068%200%201%201-68%2068a68.07%2068.07%200%200%201%2068-68m74.89%20140.28a4%204%200%200%201-.12%205.65a107.3%20107.3%200%200%201-70.77%2030V236h28a4%204%200%200%201%200%208h-64a4%204%200%200%201%200-8h28v-24.08A108%20108%200%200%201%2058.06%2029.23a4%204%200%201%201%205.77%205.54a100%20100%200%200%200%20141.4%20141.39a4%204%200%200%201%205.66.12%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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